- Moderated by:
- Support Team
-
- rank:
-
Freshman
- registered:
- July 2002
- Status:
- offline
- last visit:
- 05.04.06
- Posts:
- 17
Now my site is on IIS and I didnt get it to work in the preview window of PLESK
I get this error:
Fatal error: Call to undefined function: adonewconnection() in C:\Inetpub\vhosts\domain\httpdocs\includes\pnAPI.php on line 488
Can anybody help me ? -
- rank:
-
Freshman
- registered:
- July 2002
- Status:
- offline
- last visit:
- 05.04.06
- Posts:
- 17
I have updated PostNuke, know I have only a problem with the template
call to undefined function: themeheader
anyone an idea to set the default template back in the databas ?
/Cem -
- rank:
-
Helper
- registered:
- November 2002
- Status:
- offline
- last visit:
- 29.05.07
- Posts:
- 203
The PostNuke global settings are located in the <prefix>_module_vars table. In my case, it would be nuke_module_vars. The setting you need to change is Default_Theme. In a tool like phpMyAdmin, you can edit the setting by putting this in the SQL query boxAnd clicking the pencil icon in the resulting recordset. Obviously, if your prefix is not nuke_, you'll have to change the query to match your table and column names. Set the value to the following:Code
SELECT * FROM `nuke_module_vars` WHERE `nuke_modname` = '/PNConfig' AND `nuke_name` = 'Default_Theme'The 's' means string, the 9 means 9 characters long, and the "ExtraLite" means...ExtraLite.Code
s:9:"ExtraLite"
An easier method is to use the Postnuke Swiss Army Knife to reset the theme. It does this DB work for you.</prefix>
