admin.php file name change = fatal error in pluginmanager
~savan
2006-05-07 02:51
I have changed the admin.php file name to my own random name. after such a change following error appeared when entering config->plugin: Fatal error: Unknown function: throwpluginslist() in .../plugins/pluginManager/actions_admin.php on line 50
anybody knows (esp. wizzud) how can I change my admin.pgp file name to avoid it?
thx.
wizzud
2006-05-08 16:42
Line 79 or so of plugins/pluginManager/pluginManager.php, beginning
if( basename(...
Line 99 or so of plugins/pluginManager/extendTplParser.class.php, beginning
$dir = (!$tpl) ? ( basename(...
Line 167 o so of plugins/pluginManager/pluginManager.class.php, beginning
if(basename(...
The changes should be obvious.
Also, if you are using the htmlMailOrderDetails plugin, line 37 or so of plugins/htmlMailOrderDetails/qcmailer.class.php, beginning
$this->bAdmin = (basename(...
and for productsInRow - line 5 or so of plugins/productsInRow/productsInRow.php, beginning
if( basename(...
mightyce
2008-03-28 13:01
Hi i did all this but i get another problem when im trying to display the products. Message: No template file: templates/admin/productsInRow.tpl It's probably simple but i don't know what to do. Please help me