Path Problem Version 1.2.9

R

Robson

Guest
#1
After I installed version 1.2.9 for some customers, I'm having problems with path. IN some installations of Magento and Cs-Cart, I'm having to set the full path, see an example:

Warning: require_once(/usr/local/lsws/DEFAULT/html/app/lib/pear): failed to open stream: No such file or directory in /usr/local/lsws/DEFAULT/html/app/addons/twigmo/Twigmo/Core/AbstractTwigmoConnector.php on line 15

Fatal error: require_once(): Failed opening required '' (include_path='/usr/local/lsws/DEFAULT/html/app/lib/pear/.:/usr/local/lsws/lsphp5/lib/php') in /usr/local/lsws/DEFAULT/html/app/addons/twigmo/Twigmo/Core/AbstractTwigmoConnector.php on line 15

I'm not asking for help to resolve the above error, I want to help do not need to be entering full path into multiple files. When the client is migrating, he will have problems.
 
R

Robson

Guest
#4
THis config caused problem

[APC]
apc.stat=0
apc.max_file_size=1M
apc.localcache=1
apc.localcache.size=256
apc.shm_segments=1
apc.ttl=3600
apc.user_ttl=7200
apc.gc_ttl=3600
apc.cache_by_default=1
apc.write_lock=1
apc.num_files_hint=512
apc.user_entries_hint=4096
apc.shm_size=256M
apc.include_once_override=0
apc.file_update_protection=2
apc.canonicalize=1
apc.report_autofilter=0
apc.stat_ctime=0
apc.stat=0
 
Top