Sun
Knowledge is power - France is bacon
- Joined
- Jan 26, 2015
- Messages
- 334
- Solutions
- 22
- Reaction score
- 249
Everything works fine on windows uniform server but I get this error when on Linux
Warning: require_once(custom_scripts\paypal\config.php): failed to open stream: No such file or directory in /home/otsmanager/www/public_html/pages/paypal.php on line 8
Fatal error: require_once(): Failed opening required 'custom_scripts\paypal\config.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/otsmanager/www/public_html/pages/paypal.php on line 8
I thought it was because of missing permission etc to read from the folder so I did chmod 777 -R
But that didn't fix anything
Warning: require_once(custom_scripts\paypal\config.php): failed to open stream: No such file or directory in /home/otsmanager/www/public_html/pages/paypal.php on line 8
Fatal error: require_once(): Failed opening required 'custom_scripts\paypal\config.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/otsmanager/www/public_html/pages/paypal.php on line 8
I thought it was because of missing permission etc to read from the folder so I did chmod 777 -R
But that didn't fix anything