Installation on Linux system

General discussion about netjukebox
Post Reply
andersen
User
Posts: 16
Joined: Thu Apr 13, 2006 3:02 pm

Installation on Linux system

Post by andersen »

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
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

I get simular errors when the "extension_dir" in php.ini is not set (Windows 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
I asume you must also set the "extension_dir" on a Linux system.
andersen
User
Posts: 16
Joined: Thu Apr 13, 2006 3:02 pm

Post by andersen »

wbartels wrote:I get simular errors when the "extension_dir" in php.ini is not set (Windows 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
I asume you must also set the "extension_dir" on a Linux system.

Where can I get the "extension_dir" on Linux system? I try to find all directory in netjukebox. can't find it :?
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

The extension directory can be found in "???/php/extensions/" or "???/php/ext/".
andersen
User
Posts: 16
Joined: Thu Apr 13, 2006 3:02 pm

Post by andersen »

Hm.... Dear admin,

Your mean this is out of netjukebox?

Could you please kindly provide me the command to search this out on telnet?

Thanks
Post Reply