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
Please Guide
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
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
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
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
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.
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.