Portation doesn't work [message #21857] |
Tue, 21 December 2004 06:14 |
Lynky
Messages: 38 Registered: May 2003 Location: Germany
Karma: 0
|
Member |
|
|
Hallo,
I set up a FUDforum for testing first on a laptop and took it later to the productive server.
Therefore I performed the following tasks:
- Installing FUDforum on the server
- overwrote the globals.php with a optimized one
- rebuild and optimized the theme
- overwrote the theme/default/forum.css with a customized one and theme/default/images/*.* with customized ones
Some days it worked but then several errors came up, so that I did the same process again and again. Because there is data stored in the forum in the meanwhile, I also have to overwrite the data directory, is that write?
Anyway after these actions, the Forum doesn't work properly. I get "call to undefined functions"-errors almost everywhere. Also when I try to enter the AdminControlPanel I first have to log in again (don't know what the _hs means under the headline Login Into the Forum), and then I get the follwing error message:
Fatal error: Call to undefined function: q_singleval() in D:\forum\adm\admloginuser.php on line 22
I tried so many things and time is running away for it is in the meanwhile running on a productive system.
Please help! What steps do I have to perform to bring the layout, the settings (globals.php) and the data to a new installed forum?
Thanks in advance,
Lynky
|
|
|
Re: Portation doesn't work [message #21862 is a reply to message #21857] |
Tue, 21 December 2004 14:15 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I am not sure how you optimized GLOBALS.php but changing that file is a bad idea. If your layouts changes were just to replace forum.css.tmpl and the images then you can simply install a new forum and copy those files over followed by the theme rebuild.
FUDforum Core Developer
|
|
|
|
Re: Portation doesn't work [message #22018 is a reply to message #22009] |
Sun, 09 January 2005 16:56 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The file is really just a PHP script with a bunch of variables having their values set in it. So copying is really the easiest way to backup/restore it.
FUDforum Core Developer
|
|
|