Jump to content

Error translation edit fields


Recommended Posts

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


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

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

  • 2 months later...
×
×
  • Create New...