Jump to content

1.7.4.2 update links no longer work


pyrotech

Recommended Posts

I updates my shop to 1.7.4.2

Some initial issues but slowly i got it to come alive

However when i click a product it will not find it - blank page

 

I have deleted htaaccess file

i have turned on and off rewrite but neither works

 

i think its something to do with the added info in url that this version uses, but not sure how to repair

Please can someone take a quick look for me

I have really tried and followed others questions before posting for help

 

The site www.worldofshops.co.uk

Link to comment
Share on other sites

54 minutes ago, pyrotech said:

I updates my shop to 1.7.4.2

Some initial issues but slowly i got it to come alive

However when i click a product it will not find it - blank page

 

I have deleted htaaccess file

i have turned on and off rewrite but neither works

 

i think its something to do with the added info in url that this version uses, but not sure how to repair

Please can someone take a quick look for me

I have really tried and followed others questions before posting for help

 

The site www.worldofshops.co.uk

 

Enable debug mode on and send  me error report.

Link to comment
Share on other sites

Thanks 

 ContextErrorException

Notice: Undefined index: request

in 5272427026ba2bdedd5bf4dacadb93cd8e1779a9_2.file.socialsharing_header.tpl.cache.php line 27
at content_5b8a7db44084f5_75770041(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123
at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114
at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_runtime_updatecache.php line 39
at Smarty_Internal_Runtime_UpdateCache->updateCache(object(Smarty_Template_Cached), object(SmartyDevTemplate), false)in smarty_template_cached.php line 143
at Smarty_Template_Cached->render(object(SmartyDevTemplate), false)in smarty_internal_template.php line 201
at Smarty_Internal_Template->render(false, 0)in smarty_internal_templatebase.php line 232
at Smarty_Internal_TemplateBase->_execute(object(SmartyDevTemplate), null, null, null, 0)in smarty_internal_templatebase.php line 116
at Smarty_Internal_TemplateBase->fetch(null, null, null, null, false, true, false)in SmartyDevTemplate.php line 41
at SmartyDevTemplateCore->fetch()in Module.php line 2244
at ModuleCore->display('/home/pdyzcgpn/public_html/worldofshops.co.uk/modules/socialsharing/socialsharing.php', 'socialsharing_header.tpl', 'socialsharing_header|602|0|1|1|17')in socialsharing.php line 186
at SocialSharing->hookDisplayHeader(array('cookie' => object(Cookie), 'cart' => object(Cart), 'altern' => 1))in Hook.php line 924
at HookCore::coreCallHook(object(SocialSharing), 'hookdisplayHeader', array('cookie' => object(Cookie), 'cart' => object(Cart), 'altern' => 1))in Hook.php line 328
at HookCore::callHookOn(object(SocialSharing), 'displayHeader', array('cookie' => object(Cookie), 'cart' => object(Cart), 'altern' => 1))in Hook.php line 860
at HookCore::exec('displayHeader')in FrontController.php line 552
at FrontControllerCore->initContent()in ProductController.php line 373
at ProductControllerCore->initContent()in Controller.php line 255
at ControllerCore->run()in Dispatcher.php line 428
at DispatcherCore->dispatch()in index.php line 28
Link to comment
Share on other sites

Just now, pyrotech said:

The next problem is adding paypal back in

have error 

 

Warning on line 30 in file /home/pdyzcgpn/public_html/worldofshops.co.uk/modules/paypalusa/backward_compatibility/Display.php
[2] Declaration of BWDisplay::setTemplate($template) should be compatible with FrontControllerCore::setTemplate($template, $params = Array, $locale = NULL)

and  

 

Oops... Upload failed.

What happened?

Warning: include_once(/home/pdyzcgpn/public_html/worldofshops.co.uk/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
Link to comment
Share on other sites

To fix this error,

Warning on line 30 in file /home/pdyzcgpn/public_html/worldofshops.co.uk/modules/paypalusa/backward_compatibility/Display.php
[2] Declaration of BWDisplay::setTemplate($template) should be compatible with FrontControllerCore::setTemplate($template, $params = Array, $locale = NULL)

Edit the /home/pdyzcgpn/public_html/worldofshops.co.uk/modules/paypalusa/backward_compatibility/Display.php file change the following line.

function setTemplate($template)

to 

function setTemplate($template, $params = array(), $locale = NULL)

Hope it will help.

Link to comment
Share on other sites

I had to add a paid Paypal module

That cleared the issue and i took away the old paypal module

 

Since the last upgrade i have had nothing but problems

Firstly Express cache does not work, it makes pages go blank

To have shop work i also need to have debug turned on - or again i get blank pages

 

in back office super admin can not access orders 

This comes up access denied

tried making new super admin but again no change

 

On debug turned on - we get no info with the back office issue - just access denied

basically this this update the shop no longer works.

 

 

So in brief i must have Debug turned on or page does not work

Express cache does not work, again turns pages white

 

 

 

Back office 

I have no access to orders etc but can access the products etc

 

frustrated as many years work now gone to waste

Right now wish i had not upgraded

 

www.worldofshops.co.uk 

 

Link to comment
Share on other sites

I had same issue

I had access denied for orders and some other places in admin

I had tried many other methods without any success.

 

What worked was something very easy and safe to do.

I made a new  user for admin and set as superadmin  - this gave same issues

So i made one a logistics or other user type

I then gave that admin all privileges under admin profiles.

I then logged in as that user and had access.

 

So basically it seems superadmin is the issue.

Making your team admin another profile type and giving that profile type all privileges resolved.

 

Hope this helps someone else

 

 

 

Link to comment
Share on other sites

  • 2 years later...

Recently I experienced the issue of update/upgrade links not working after upgrading PrestaShop from 1.6 to 1.7.
At almost every module I would receive a long error message including this key portion "../tools/pear/PEAR.php): failed to open stream: No such file or directory"
In my case it turned out to be an issue of blockrss module. Since I don't use that module simply deleting modules\blockrss folder fixed the issue.

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...