![]() |
|
#1
|
|||
|
|||
|
PHP 5.2
vB 3.6.1 vBa 2.2 Warning: unserialize() expects parameter 1 to be string, array given in /includes/vba_cmps_include_bottom.php on line 163 Warning: unserialize() expects parameter 1 to be string, array given in /includes/vba_cmps_include_bottom.php on line 266 Warning: unserialize() expects parameter 1 to be string, array given in /includes/vba_cmps_include_bottom.php on line 267 Warning: unserialize() expects parameter 1 to be string, array given in /modules/stats.php on line 27 Everything seems to look ok (except column alignment) but those errors are getting thrown. Any help i'm trying to migrate everything over to a php5 server so doing some testing before hand to make sure it works right. I have installed a fresh copy of vba. Last edited by nastea; 10-20-2006 at 12:53 PM. |
|
#2
|
|||
|
|||
|
Line 163:
Code:
$pagecache = unserialize($vbulletin->adv_portal_page); Code:
$iconcache = unserialize($vbulletin->iconcache); $attachmentcache = unserialize($vbulletin->attachmentcache); Code:
$topposter = unserialize($vbulletin->adv_portal_tpst); |
|
#3
|
|||
|
|||
|
wow no suggestions?
|
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
|||
|
|||
|
yeah i was and i did an overwrite. it was doing it on 2.2.0 so i figured i'd try new version. unzipped, overwrote and then instead of 1 error on 2.2.0 i got those four errors on 2.2.1
|
|
#6
|
||||
|
||||
|
Check your includes/vba_cmps_include_top.php and includes/vba_cmps_include_bottom.php files on your server and make sure they're showing v2.2.1 in the top of the files. If that's not it, please submit a support ticket via the Members' Area here.
|
|
#7
|
|||
|
|||
|
Code:
// ++=========================================================================++ // || vBadvanced CMPS v2.2.1 (vB 3.6) - 6796 // || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved // || This file may not be redistributed in whole or significant part. // || http://vbadvanced.com // || Downloaded 11:05, Fri Oct 20th 2006 // || // ++ ========================================================================++ |
|
#8
|
|||
|
|||
|
Oh and i've had a "support ticket" open since oct 20th. which is still in "open" status.
|
|
#9
|
||||
|
||||
|
Yes, but I was waiting until you answered the questions I asked here until I looked at it, considering that you submitted it before anyone asked you to. I will be moving onto support tickets shortly though.
|
|
#10
|
|||
|
|||
|
Hello,
i got the same Problem too. No changes were made in the forum or the vbadvaced. Now i got the same Problems. Warnung: unserialize() expects parameter 1 to be string, array given in /includes/vba_cmps_include_bottom.php (Zeile 240) Warnung: unserialize() expects parameter 1 to be string, array given in /includes/vba_cmps_include_bottom.php (Zeile 241) By searchig for the failure, i mentioned that i cant upload any avatars or attachments in the Forum. By ftp it is possible. This failure ist only shown in the vbadvaced, in the forumsview there you can see no errors. Is there a solution? Sry for bad englisch! Mario |
|
#11
|
||||
|
||||
|
Mario,
Have you tried downloading the package from the Members' Area here again and replacing your current files with the ones there to make sure you're running the most recent ones? |
|
#12
|
|||
|
|||
|
This started happening on a site that I know of after an upgrade from PHP4 to PHP5. Maybe it's related to PHP5?
|
|
#13
|
|||
|
|||
|
Yes, the php was updated on the Server. What we have to do now?
|
|
#14
|
|||
|
|||
|
Chaos and me made the forum together. Chaos is now trying to update the portal.
We will post what happens! ![]() Mario Edit: Updating the portal was the solution. The whole thing was the update of PHP, like usedname said. But i didnt noticed the update because the server isnt mine. So if you update PHP be sure to update vbadvanced. Thx Mario Last edited by Braddock; 11-07-2006 at 08:41 AM. |
|
#15
|
|||
|
|||
|
I had the same problem when upgraded to PHP5.2 (from PHP5.1.6)
After I upgraded to vba2.2.1 it solved. But what happens if someone run vba.2.1 (with vb <3.6)? (I have such a site) |
|
#16
|
|||
|
|||
|
Same problem here. Upgraded from PHP 4.4.4 to PHP 5.2.0. Everything seems to work fine but I get these errors at the top of of my site:
Warning: unserialize() expects parameter 1 to be string, array given in /includes/vba_cmps_include_bottom.php on line 240 Warning: unserialize() expects parameter 1 to be string, array given in /includes/vba_cmps_include_bottom.php on line 241 I'm running VBA 2.2.0 but based on the suggestions here, I'm going to try upgrading to 2.2.1. I'll let you guys know how it goes in a few minutes. |
|
#17
|
|||
|
|||
|
Verified. Upgrading to VBA 2.2.1 fixes the problem
|
|
#18
|
|||
|
|||
|
*EDIT * Never mind, mistake must have been on my end.
Last edited by HellRazor; 11-19-2006 at 11:33 PM. |
|
#19
|
|||
|
|||
|
I have this problem, I can hide it by setting display_errors = Off in php.ini
It's my own server running PHP 5.2 and CMPS v2.2.1 (vB 3.6) i've deleted the affected lines and it seems to be fine
__________________
http://forum.speedoleague.org.uk Last edited by speedoleague; 01-25-2007 at 10:24 AM. |
|
#20
|
|||
|
|||
|
I upgraded from php4.4.4 to PHP 5.2.1-0
I also upgrade from mysql4 to 5.0.32 and am getting this exact error. I am running vb3.6.4 with vba 2.2.1 Any ideas? thanks! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Warning: Wrong parameter count | Doug Nelson | Bugs From 1.0.1 | 2 | 10-02-2006 06:22 PM |
| page identification without query string | RSimpson | "How Do I..." Questions | 1 | 06-29-2005 05:55 PM |