OK, I have had a few problems now, and have been able to resolve quite a few.
Most recently was that PHP wasnt compiled with the right options for magento. I resolved that in CPANEL, by switching back to apache, rebuilding php with all the options for magento, and then getting litespeed to create a matching binary. So far so good.
Now, however, if I view the site in apache, the magento shop loads no problem, however, in litespeed I get:
Warning: include_once(Mage/Core/functions.php) [function.include-once]: failed to open stream: No such file or directory in /home/xxxx/public_html/app/Mage.php on line 49
Warning: include_once() [function.include]: Failed opening 'Mage/Core/functions.php' for inclusion (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php:/usr/lib/php:/usr/local/lib/php:/home/xxxx/php') in /home/xxxx/public_html/app/Mage.php on line 49
Warning: include_once(Varien/Autoload.php) [function.include-once]: failed to open stream: No such file or directory in /home/xxxx/public_html/app/Mage.php on line 50
Warning: include_once() [function.include]: Failed opening 'Varien/Autoload.php' for inclusion (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php:/usr/lib/php:/usr/local/lib/php:/home/xxxx/php') in /home/xxxx/public_html/app/Mage.php on line 50
Fatal error: Class 'Varien_Autoload' not found in /home/xxxx/public_html/app/Mage.php on line 53
So, did some research and found out this is sometimes due to rewrite not being enabled.
1. Cant find the rewrite switch in admin plugin (CPANEL) (LS 4.0.13 licensed).
2. noted that there are NO vhost templates loaded..
3. The sites are showing as listeners and as APVH_ hosts in general
4. other "basic" sites appear to be working ok
Anyone has any idea, please let me know. My customer has paid for a litespeed license and I'm not keen on telling him to go back to apache
Most recently was that PHP wasnt compiled with the right options for magento. I resolved that in CPANEL, by switching back to apache, rebuilding php with all the options for magento, and then getting litespeed to create a matching binary. So far so good.
Now, however, if I view the site in apache, the magento shop loads no problem, however, in litespeed I get:
Warning: include_once(Mage/Core/functions.php) [function.include-once]: failed to open stream: No such file or directory in /home/xxxx/public_html/app/Mage.php on line 49
Warning: include_once() [function.include]: Failed opening 'Mage/Core/functions.php' for inclusion (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php:/usr/lib/php:/usr/local/lib/php:/home/xxxx/php') in /home/xxxx/public_html/app/Mage.php on line 49
Warning: include_once(Varien/Autoload.php) [function.include-once]: failed to open stream: No such file or directory in /home/xxxx/public_html/app/Mage.php on line 50
Warning: include_once() [function.include]: Failed opening 'Varien/Autoload.php' for inclusion (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php:/usr/lib/php:/usr/local/lib/php:/home/xxxx/php') in /home/xxxx/public_html/app/Mage.php on line 50
Fatal error: Class 'Varien_Autoload' not found in /home/xxxx/public_html/app/Mage.php on line 53
So, did some research and found out this is sometimes due to rewrite not being enabled.
1. Cant find the rewrite switch in admin plugin (CPANEL) (LS 4.0.13 licensed).
2. noted that there are NO vhost templates loaded..
3. The sites are showing as listeners and as APVH_ hosts in general
4. other "basic" sites appear to be working ok
Anyone has any idea, please let me know. My customer has paid for a litespeed license and I'm not keen on telling him to go back to apache
Last edited by a moderator: