Totti Posted December 12, 2013 Share Posted December 12, 2013 When I choose location -> Translations -> Translations fields I get this error: Strict Standards: Declaration of Mail::Send() should be compatible with that of MailCore::Send() in /data/vhosts/xxx.com/xxxx/override/classes/Mail.php on line 239 Notice: Undefined index: __StockManagerCore in /data/vhosts/xxxx.com/httpdocs/classes/Autoload.php on line 115 Warning: require(/data/vhosts/xxxx.com/httpdocs) [function.require]: failed to open stream: Success in /data/vhosts/xxxxx.com/httpdocs/classes/Autoload.php on line 115 Fatal error: require() [function.require]: Failed opening required '/data/vhosts/xxxx.com/httpdocs/' (include_path='.:') in /data/vhosts/xxxx.com/httpdocs/classes/Autoload.php on line 115 Link to comment Share on other sites More sharing options...
Radu Posted December 12, 2013 Share Posted December 12, 2013 check your override/classes/Mail.php the definition it's not the same as classes/Mail.php if you don't need it you can just rename the override/classes/Mail.php file Link to comment Share on other sites More sharing options...
Totti Posted December 12, 2013 Author Share Posted December 12, 2013 check your override/classes/Mail.php the definition it's not the same as classes/Mail.php if you don't need it you can just rename the override/classes/Mail.php file So it is a class that is no longer needed ? Link to comment Share on other sites More sharing options...
Radu Posted December 12, 2013 Share Posted December 12, 2013 the class is from a plugin you installed, I can't say if you need it (I don't know what plugin created the hook) but it won't do any harm to your presta. Link to comment Share on other sites More sharing options...
Totti Posted December 12, 2013 Author Share Posted December 12, 2013 Notice: Undefined index: __StockManagerCore in /data/vhosts/xxxx.com/httpdocs/classes/Autoload.php on line 117 Warning: require(/data/vhosts/xxx.com/httpdocs) [function.require]: failed to open stream: Success in /data/vhosts/xxx.com/httpdocs/classes/Autoload.php on line 117 Fatal error: require() [function.require]: Failed opening required '/data/vhosts/xxxx.com/httpdocs/' (include_path='.:') in /data/vhosts/xxxx.com/httpdocs/classes/Autoload.php on line 117 Link to comment Share on other sites More sharing options...
Radu Posted December 12, 2013 Share Posted December 12, 2013 also remove cache/classes_index.php to rebuild this cache Link to comment Share on other sites More sharing options...
Totti Posted December 12, 2013 Author Share Posted December 12, 2013 also remove cache/classes_index.php to rebuild this cache Same error. Link to comment Share on other sites More sharing options...
Radu Posted December 12, 2013 Share Posted December 12, 2013 hmm, I'm out of ideas. Have you tried to disable the cache from performance section of you have it enabled? Link to comment Share on other sites More sharing options...
Totti Posted December 12, 2013 Author Share Posted December 12, 2013 Yes same error Link to comment Share on other sites More sharing options...
Radu Posted December 12, 2013 Share Posted December 12, 2013 what other plugins do you have installed that are not part of presta initial install? Link to comment Share on other sites More sharing options...
Totti Posted December 12, 2013 Author Share Posted December 12, 2013 I've installed several plugins, but if I remember correctly it did after I upgraded PS in verie version 1.5.X. Link to comment Share on other sites More sharing options...
Radu Posted December 12, 2013 Share Posted December 12, 2013 yeah, I had a similar problem with my plugin that I solved by: copying the new classes also to my module subfolder (not only in classes) Renaming the class name from myclass to myclassCore So it may be because of an incompatible plugin to presta 1.5. not all presta 1.4 plugins are good for 1.5 Link to comment Share on other sites More sharing options...
giuliopowa Posted February 19, 2014 Share Posted February 19, 2014 i have same problem , can you help me ?http://www.prestashop.com/forums/topic/309614-error-backoffice/ Link to comment Share on other sites More sharing options...
Recommended Posts