Jump to content

Prestashop Website Down both Front/backend


Recommended Posts

Hello There,

 

My prestashop website installed  ccintserver. com /prestashop/ went down immeadetialy after I had uploaded and installed an external module

I did removed that module files from ftp but still the site is down.

 

Any help appreciated

 

thanks!

Link to comment
Share on other sites

Go to config folder and edit defines.inc.php.

Change the line:

 

define('_PS_MODE_DEV_', false);

 

to true.

 

Error message should appear and give some gore details.

Also check if that module have override folder in module zip,

if that is the case it could be some code conflict.

Link to comment
Share on other sites

 

Go to config folder and edit defines.inc.php.
Change the line:
 
define('_PS_MODE_DEV_', false);
 
to true.
 
Error message should appear and give some gore details.
Also check if that module have override folder in module zip,
if that is the case it could be some code conflict.

 

 

I did made that to  true but again got the below error

 

Parse error: syntax error, unexpected T_STRING in /home1/thefunke/public_html/ccintserver/prestashop/override/classes/Link.php on line 95

Link to comment
Share on other sites

Like Eolia said try to delete /override/classes/Link.php file  and clear cache.

 

Note that file could have code from some other module so compare code from that file

and file that is in modules zip.

 

Also you can post code here, maybe some clear error like extra } or missing ; .

Link to comment
Share on other sites

After removing the link.php file I get the below error
 

[PrestaShopException]

Dispatcher::createUrl() miss required parameter "categories" for route "category_rule"
at line 654 in file classes/Dispatcher.php

649.         {
650.             if (!$data['required'])
651.                 continue;
652.
653.             if (!array_key_exists($key, $params))
654.                 throw new PrestaShopException('Dispatcher::createUrl() miss required parameter "'.$key.'" for route "'.$route_id.'"');
655.             if (isset($this->default_routes[$route_id]))
656.                 $query_params[$this->default_routes[$route_id]['keywords'][$key]['param']] = $params[$key];
657.         }
658.
659.         // Build an url which match a route
Link to comment
Share on other sites

Is it some clear/pretty url module ? 

 

Yeah , try to delete/ backup that file too, but also check override/controllers as I think some of them override manufacturer,supplier,cms controllers.

Best way is to see modules override folder and see what files it adds.

 

Clear cache also.

Link to comment
Share on other sites

I get one more issue now while adding products I get the below pop and this comes frequently every few mins? Could you please help on this Please

 

www. evernote. com/shard/s132/sh/68e405d6-e1ac-4279-9bc3-335066c98fef/4120320b51939df649cc5c34ec730ebc

 

Link to comment
Share on other sites

×
×
  • Create New...