PDA

View Full Version : Upgrading after vb-upgrade 3.0.3->3.5.2


kommuni
12-12-2005, 09:30 AM
Hi,

today i did my first testrun for the big updateday. Currently VB 3.0.3 is active on my productive forum (15k users, 600k posts).

After upgrading vb (without updating every single template yet) i upgraded vbacmps and vbalinks and get the folowing errors:

on portal:

Warnung: Invalid argument supplied for foreach() in /includes/vba_cmps_include_bottom.php (Zeile 232)
Warnung: Invalid argument supplied for foreach() in /includes/vba_cmps_include_bottom.php (Zeile 232)
Warnung: Invalid argument supplied for foreach() in /includes/vba_cmps_include_bottom.php (Zeile 232)
Warnung: Invalid argument supplied for foreach() in /includes/vba_cmps_include_bottom.php (Zeile 232)
Fatal error: Call to a member function on a non-object in /home/***/public_html/modules/latestlinks.php on line 56


and in the links:

Fatal error: Call to undefined function: print_adv_no_permission() in /home/***/public_html/links/links_config.php on line 58


i already tried to reinstall templates and phrases but that didn't change anything.
Upgrade process went well without any errors.

ideas?

Nordinho
12-12-2005, 10:34 AM
I'm in the same process (testing the upgrade as well)...I think you can get rid of the cmps error by disabling the latestlink module and if you edit a directory in the links the cache should update and maybe helps you get rid of the error, don't know for sure (I had a different error, but it worked in my case)

Our Sponsors
 

Brian
12-12-2005, 12:10 PM
Sounds like you're still running some of the vB 3.0 code. Go back and download both products from here again, be sure to change the radio button to select the vB 3.5 versions of the files, and then upload all of the files over your existing ones.

kommuni
12-12-2005, 01:03 PM
@Brian: that's exactly what i did yesterday - downloaded both 3.5 versions here :S

Our Sponsors
 

Brian
12-12-2005, 01:22 PM
Actually, I missed the last part of the CMPS error...
Fatal error: Call to a member function on a non-object in /home/***/public_html/modules/latestlinks.php on line 56
That means that there's still code from vB 3.0 in your latestlinks.php file. If you disable whatever module is using that file though then that should take care of the problem.


Fatal error: Call to undefined function: print_adv_no_permission() in /home/***/public_html/links/links_config.php on line 58
There is no line 58 in the links_config.php file, nor does it use that function, so it sounds like you've accidentally renamed one of your old files to links_config.php.

kommuni
12-12-2005, 05:42 PM
Brian, thanks very much for you Tipps.

Linkdirectory is working now. On the portal this error is left:

Warnung: Invalid argument supplied for foreach() in /includes/vba_cmps_include_bottom.php (Zeile 232)

Warnung: Invalid argument supplied for foreach() in /includes/vba_cmps_include_bottom.php (Zeile 232)

Warnung: Invalid argument supplied for foreach() in /includes/vba_cmps_include_bottom.php (Zeile 232)

Warnung: Invalid argument supplied for foreach() in /includes/vba_cmps_include_bottom.php (Zeile 232)

Brian
12-13-2005, 12:22 PM
Admin CP => vBa CMPS => Edit Pages => Default / Homepage

Go there and save the page to be sure the settings cache is updated.

kommuni
12-14-2005, 05:28 AM
great, Brian - that works.

Thanks for your support. Things are gping better and better now and it seems like the update could happen soon :)