Please Guide

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

Please Guide

Post by andersen »

All Expert,

Since I just upgrade to (Sokkit php5), have problem below

Previously using Sokkit php4 is no problem

Please guide me below

Warning: message(/include/header.inc.php) [function.message]: failed to open stream: No such file or directory in C:\sokkit\site\station\include\initialize.inc.php on line 459

Fatal error: message() [function.require]: Failed opening required '/include/header.inc.php' (include_path='.;c:/sokkit/php5/pear;c:/sokkit/site') in C:\sokkit\site\station\include\initialize.inc.php on line 459
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

I think it is a php miss configuration.
Is the extension_dir in the php.ini set correctly?

Maybe you can get further help on the Sokkit forum:
http://www.phpgeek.com/phorum/list.php?f=1
andersen
User
Posts: 16
Joined: Thu Apr 13, 2006 3:02 pm

Post by andersen »

Hmmm.... I had checked. The setting default is right as below

; Directory in which the loadable extensions (modules) reside.
;extension_dir = "./"
extension_dir = c:/sokkit/php5/extensions

I don't find any wrong config at php.ini .... :cry:
andersen
User
Posts: 16
Joined: Thu Apr 13, 2006 3:02 pm

Post by andersen »

When I uninstall the sokkit php5 and install the sokkit php4, it work. and the netjukebox did not work in php5?
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

Now I found it.
The $cfg['home_dir'] was detected after the first message() was used in initialize.inc.php.

Bug fix release:
http://prdownloads.sourceforge.net/netj ... p?download

I assume you got the error only with PHP 5 because one of the required PHP extensions was not installed.
But now you will get a proper message with the required extension.
andersen
User
Posts: 16
Joined: Thu Apr 13, 2006 3:02 pm

Post by andersen »

I see, Thanks for the version b. I will try it again... ^_^
Post Reply