Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 58
2 members and 56 guests
garere3denstc3t, int5nwernetmarx
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
ERROR !!!
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 9
Join Date: Feb 2003
ERROR !!! - 02-26-2003, 01:53 PM

DUnno what happend i startet to build the site up and after i changed the design.

what is this ?

Warning: open_basedir restriction in effect. File is in wrong directory in /home/www/web11/html/admin/links/links.forums.php on line 24

Fatal error: Failed opening required 'modules/Forums/language/lang-icelandic.php' (include_path='.:/usr/lib/php') in /home/www/web11/html/admin/links/links.forums.php on line 24
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Member
 
Status: Offline
Posts: 359
Join Date: Nov 2002
Location: Michigan, USA
02-26-2003, 02:14 PM

hmmm..one of the few errors i havent seen before, specifically. check to make sure you uploaded everything in the correct spot.

yet you say this happened when you created a new design? also, does this only happen on the icelandic language? and does it happen on the main nuke theme that came with the installation?
  Send a message via AIM to ReNeGaDe  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 9
Join Date: Feb 2003
02-26-2003, 03:16 PM

Only happens to icelandic language i think well i cant change anything couse the admin menu is like blocked i cant do anythign it allways gives that error while in admin !
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Moderator
 
Status: Offline
Posts: 338
Join Date: Jan 2003
02-28-2003, 10:19 PM

place the following code in a file, call it something like langfix.php, upload it to the same place where config.php is and then point your browser to it.
Code:
<?php

#####################################################
#####################################################

require("config.php");

$host = $dbhost;
$database = $dbname;
$username = $dbuname;
$password = $dbpass;

mysql_connect($host, $username, $password);
@mysql_select_db($database);

################### BEGIN THE FIX ###################

mysql_query("update ".$prefix."_config set language='english'");

?>
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error SQL Error : 1064 theme iCGstation XelAleX Nuke 7.x - Themes 0 03-21-2005 05:17 PM
error: phpBB critical error elb0m Purged Topics 15 01-24-2003 02:41 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31