Dear all, I am not genius. Everything here is not that easy for me.
I had download, unzip and upload to my dedicated server. Since the scripts did not have any install file & detail readme file. I got below error
=======================
Fatal error: Failed opening required '/include/header.inc.php' (include_path='.:/usr/share/pear') in /home/httpd/html/mybuddyclub/download/station/include/initialize.inc.php on line 456
=======================
May I know how do I solve above problem?
Thanks
Best Regards,
Andersen
Installation on Linux system
- wbartels
- netjukebox developer
- Posts: 884
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
I get simular errors when the "extension_dir" in php.ini is not set (Windows system):
I asume you must also set the "extension_dir" on a Linux system.
Code: Select all
Notice: Undefined index: home_dir in D:\Internet\develop.netjukebox.nl\netjukebox\include\initialize.inc.php on line 456
Warning: message(/include/header.inc.php) [function.message]: failed to open stream: No such file or directory in D:\Internet\develop.netjukebox.nl\netjukebox\include\initialize.inc.php on line 456
Fatal error: message() [function.require]: Failed opening required '/include/header.inc.php' (include_path='.;c:\php4\pear') in D:\Internet\develop.netjukebox.nl\netjukebox\include\initialize.inc.php on line 456
wbartels wrote:I get simular errors when the "extension_dir" in php.ini is not set (Windows system):I asume you must also set the "extension_dir" on a Linux system.Code: Select all
Notice: Undefined index: home_dir in D:\Internet\develop.netjukebox.nl\netjukebox\include\initialize.inc.php on line 456 Warning: message(/include/header.inc.php) [function.message]: failed to open stream: No such file or directory in D:\Internet\develop.netjukebox.nl\netjukebox\include\initialize.inc.php on line 456 Fatal error: message() [function.require]: Failed opening required '/include/header.inc.php' (include_path='.;c:\php4\pear') in D:\Internet\develop.netjukebox.nl\netjukebox\include\initialize.inc.php on line 456
Where can I get the "extension_dir" on Linux system? I try to find all directory in netjukebox. can't find it
