Sorry if this has been addressed, but I couldn't find it by doing a search on the forums.
Here's what I'm running:
Windows NT 4.0 Server
Apache 2.0.39 (I think)
PostNuke 7.23
AT Lite .7 (Just downloaded latest copy)
PHP 4.2.2
MySql (not sure what version, but if it the thing that comes up in PHPINFO.PHP as Client API version then it's 3.23.39 )
My problem:
Running a new module in Postnuke called DQ_Helpdesk. Any time I run an AutoTheme, I get the following error when trying to access the admin page of the module:
Fatal error: Failed to initialize session module in C:\FoxServ\www\includes\pnSession.php on line 157
Line 157 is the "session_register($var);" line in the following code:
function pnSessionSetVar($name, $value)
{
$var = "PNSV$name";
global $$var;
$$var = $value;
session_register($var);
return true;
}
This problem only occurs on AutoThemes.
I also tried using the update to the Theme.php file found on the AutoTheme downloads section. When I tried that, I get the same error as above AND I get an error stating to make sure the Temp directory exists at "C:\WINNT\Temp". I've verified the directory is there, that everybody has read/write permissions and there are actually session files already there.
Anybody have a similar issue and figure it out?
Any help is appreciated. It's not like I can't use the regular PostNuke themes, but the AutoThemes are so much nicer looking.
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mazdev responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 24. May
- nestormateo responded to »Fillters in Clip« 24. May
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 24. May
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
- mesteele101 responded to »Problem in Database Connection« 21. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Autotheme Session Error - Please assist.
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Jul 07, 2004
- Posts: 13
Found the issue:
In the main Index.php file at line 131, there are these lines:
Code
Once I commented them out, all works fine. -
- Rank: Expert
- Registered: Aug 20, 2002
- Last visit: Jan 12, 2010
- Posts: 1219
Very strange. AutoThem does not use any session functionality at all.
-Shawn
--
Get the Revolutionary AutoTheme HTML Theme System! Currently for Zikula, PHP-Nuke, CRE Loaded, osCommerce and Wordpress!
- Moderated by:
- Support
