ForumZCLub
02-Jun-2006, 10:22 AM
Warning: Smarty error: unable to read resource: "script_offline.tpl" in /home/.cury/kapilmehra/forumzclub.com/bb/nbs/smarty/Smarty.class.php on line 1093
what is casuing this error?
what is casuing this error?
Error - NBS |
|
|
View Full Version : Error ForumZCLub 02-Jun-2006, 10:22 AM Warning: Smarty error: unable to read resource: "script_offline.tpl" in /home/.cury/kapilmehra/forumzclub.com/bb/nbs/smarty/Smarty.class.php on line 1093 what is casuing this error? Parth 06-Jun-2006, 10:00 PM I have the same problem. Any help? Derek 08-Jun-2006, 10:15 PM Hi, Here is what I did for ForumZClub to get it working on his site. I'm not sure whats causing this problem, but doing the following fixed it... Open: /nbs/global.php Find: include('nbs_config.php'); Move it down so it is right before: define('TABLE_PREFIX', $config['Database']['prefix']); Then, scroll back to the top and find: if (INSTALLED != 1) { if (THIS_SCRIPT == 'new_forum') { header("Location: nbs/install/install.php"); } else { header("Location: install/install.php"); } exit; } And move it so it is right under include('nbs_config.php');, but before the TABLE_PREFIX line which is under it. Try that and let me know if it works. Also, may I ask what PHP and MySQL version you have, so I can try to narrow this problem down? Thanks, Derek |