- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- March 2005
- Status:
- offline
- last visit:
- 19.07.08
- Posts:
- 45
Hi all, I need help, I just change my host and then moved my site to this new host. When I go to index.php I'm getting the error below
Fatal error: call to undefined function: themeheader() in /home/latterr1/public_html/church/header.php on line 141
And when I try to reset my theme with PSAK for pn750 am get this error:
recordset is empty.
Pls what do I do to correct this. -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- offline
- last visit:
- 02.12.08
- Posts:
- 13418
Are you using the right PSAK version?
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
- rank:
-
Freshman
- registered:
- March 2005
- Status:
- offline
- last visit:
- 19.07.08
- Posts:
- 45
I've upgarded to the current version of PSAK. -
- rank:
-
Freshman
- registered:
- September 2004
- Status:
- offline
- last visit:
- 06.11.06
- Posts:
- 24
Got a similiar issue with PSAK 1.02 while trying to reset themes, it always says:
Theme name missing
Anyway PSAK seems to have more issues:
PSAK mainmenu
Notice: Undefined index: op in psak.php on line 513
PSAK Theme Reset
Notice: Use of undefined constant module_vars_column - assumed 'module_vars_column' in psak.php on line 289
PSAK Flip intranet config option
Notice: Use of undefined constant module_vars_column - assumed 'module_vars_column' in psak.php on line 195
recordset is empty -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- offline
- last visit:
- 02.12.08
- Posts:
- 13418
For a start, why is your PHP configuration set to display notices?
Secondly, what PN version are you using?
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
- rank:
-
Freshman
- registered:
- September 2004
- Status:
- offline
- last visit:
- 06.11.06
- Posts:
- 24
DAMN, forgot to mention...
pn0.762
mysql 5.x
IIS on Windows Server 2003
Tried the version found on cvs (PSAK v1.03) but unfortunatly this has same issues
RvdH -
- rank:
-
Professional
- registered:
- February 2005
- Status:
- offline
- last visit:
- 09.04.08
- Posts:
- 1480
"Notice errors" do not necessarily mean there is a problem. They can be seen during normal functioning.They can simply indicate a reference to a variable that has not been set, for example.
Peter
--
Peace
______________________________________
The commonest cause of problems is solutions. -
- rank:
-
Professional
- registered:
- February 2005
- Status:
- offline
- last visit:
- 09.04.08
- Posts:
- 1480
Ruudje
the fact that when changing/resetting the default theme i get the "Theme name missing" error message is a real problem :)
Agreed.
Peter
--
Peace
______________________________________
The commonest cause of problems is solutions. -
- rank:
-
Professional
- registered:
- February 2005
- Status:
- offline
- last visit:
- 09.04.08
- Posts:
- 1480
Ruudje
the fact that when changing/resetting the default theme i get the "Theme name missing" error message is a real problem :)
Agreed.
Peter
--
Peace
______________________________________
The commonest cause of problems is solutions. -
- rank:
-
Freshman
- registered:
- September 2004
- Status:
- offline
- last visit:
- 06.11.06
- Posts:
- 24
-
- rank:
-
Freshman
- registered:
- June 2004
- Status:
- offline
- last visit:
- 23.02.07
- Posts:
- 9
You might quick'n dirty hardcode enter required themename in psak.php on line 337 for var $newtheme. e.g. if reset required to pnDefault change $newtheme=$HTTP_POST_VARS['newtheme']; into $newtheme='pnDefault';
Other option is change register_long_arrays = on setting in php.ini file.
Input form psak.php uses for letting user choose themes it requires global var $HTTP_POST_VARS. For this var to work it requires register_long_arrays = on set in php.ini file. This setting is depreciated.
