May 23 2012 02:27:40
Languages
Navigation
Friends & Affiliates
Roadmap
[N] User Profile Wall
[N] Error log like in P...
[N] Submit photo - Subc...
[N] Warnings - who can ...
[N] [edit profile]Save ...
[N] Moving panels with ...
[N] Forum thread deform...
[N] Thumbnails in downl...
[N] [Locale German] New...
[N] Warnings only for a...
Users Online
· Guests Online: 7

· Members Online: 0

· Total Members: 495
· Newest Member: chronsk
Last Seen Users
· chronsk15:36:54
· budisantoso 1 day
· lidaer 1 day
· Yodix 2 days
· mr-casino 2 days
· dos5 4 days
· Machello93 4 days
· Leonardo_master 4 days
· ezgi 4 days
· xxyy 5 days

Login
 Username  Password  
View Thread: Upgrade from 0.09.0 to 0.09.01
Who is here? 2 Guests
 Print Thread
Upgrade from 0.09.0 to 0.09.01
afoster
When updating from 09.0 to 09.01, I did not log in as super administrator before running the _install/update.php and I now show the following error message when I am logged in as the super admin:


Notice: Undefined variable: cookie_user_language in /hermes/bosweb/web181/b1811/ipg.username/directory/includes/cookie_include.php on line 123

Is there an easy way to fix this?
 
slaughter
this variable should be defined in maincore.php line 93-101.

Can youn check this?
 
afoster
Here is the relevant code beginning on line 93 of maincore.php

GeSHi: PHP
  1. // Language Switcher // Pimped
  2. $language_files = makefilelist(BASEDIR."locale/", ".|..", true, "folders");
  3. $language_allowed = explode(",", $settings['locale_content']);
  4. if(isset($_COOKIE['user_language']) && $_COOKIE['user_language'] != '' && preg_match("/^[0-9a-zA-Z_]+$/", $_COOKIE['user_language']) && in_array($_COOKIE['user_language'], $language_files) && $settings['locale_multi'] == 1 && in_array($_COOKIE['user_language'], $language_allowed)) {
  5. $settings['locale'] = $_COOKIE['user_language'];
  6. }
Parsed in 0.043 seconds, using GeSHi 1.0.7.20
 
afoster
Any follow up on this problem?
 
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
Upgrade von PHP-Fusion 7.02.04 auf Pimped Fusion Installation 3 02-01-2012 13:21
upgrade from php fusion v7.02.03 Upgrading issues (from PHP-Fusion) 1 03-09-2011 20:29
Upgrade from 0.08.01 to v0.09.00 Upgrading issues (Pimped-Fusion) 4 06-12-2010 17:19
upgrade from 08.00 to 08.01 Upgrading issues (Pimped-Fusion) 4 20-06-2010 14:12
trouble after upgrade Updates (von PHP-Fusion) 8 01-02-2010 19:40
Share this thread
URL:
BB-Code:
HTML:
AddThis:
Share |
Render time: 0.21 seconds - 92 Queries 995,813 unique visits