Re: Troubleshooting admin MySQL connection problem [message #159091 is a reply to message #158905] |
Mon, 04 May 2009 01:46 |
3jane
Messages: 9 Registered: April 2009 Location: The Great Northwest
Karma:
|
Junior Member |
|
|
Quoting naudefj's link above:
Ilia wrote on Mon, 07 July 2003 08:48 | Yeah there is.
<?php
include "GLOBALS.php";
fud_use('db.inc');
fud_use('compiler.inc', true);
compile_all(theme, lang, name);
?>
The (theme, lang, name) variables correspond to data inside the themes table.
|
From which FUDforum directory should the above script be executed? Also, is it executed from the command line as the posts preceding it seem to indicate, and if so, how can that be possible given that this particular PHP installation is compiled into Apache? Kinda confused here.
|
|
|