Jump to content

Upgrade from 3.0b to 3.0 language.inc.php error


Guest digisquid

Recommended Posts

Guest digisquid

I just updated my 3.0B installation (Which I just finished installing yesterday :D ) to 3.0 final on my client's site: longodrums.com and I'm getting the following error:

Warning: main(/home/longo/public_html/store/language/nl/config.inc.php): failed to open stream: No such file or directory in /home/longo/public_html/store/includes/boxes/language.inc.php on line 50

Warning: main(): Failed opening '/home/longo/public_html/store/language/nl/config.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/longo/public_html/store/includes/boxes/language.inc.php on line 50

I checked the includes/boxes/language.inc.php file and this is what I've got:

include($path."/".$folder."/config.inc.php");

if($lang_folder==$folder){

$box_content->assign("LANG_SELECTED","selected='selected'");

} else {

$box_content->assign("LANG_SELECTED","");

}

$box_content->assign("LANG_NAME",$langName);

$box_content->assign("LANG_VAL",$folder);

$box_content->assign("VAL_CURRENT_PAGE",$returnPage);

$box_content->parse("language.option");

Any clues what the issue could be? Otherwise the store seems to work ok...

Link to comment
Share on other sites

Guest raceinc

I encountered the same error. I worked around it by renaming the /language/nl folder since my site will not be offering that language. Not a cure for the problem, but a temporary work-around.

I've had far more errors and problems with the 3.0 final than I did with the 3.0 Beta.

:D

Lou

Link to comment
Share on other sites

Guest digisquid

Hmm when I rename the language/nl folder it still picks it up and still gives me the error with the new folder name... However deleting it did the trick.

Thanks. :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...