• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] How to upgrade from 3.4 to 3.6

Started by hamnawa,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hamnawaTopic starter

Can anyone please post instruction for upgrading from 3.4 and 3.5 to the latest version (3.6)?
  •  

PHPVibe A.

The 3.6 upgrade has no database changes. So it's just files changes, the list of edited file is here
http://www.phprevolution.com/forum/features-and-progress/phpvibe-3-5-patch-i-suggestionsissues-thread/msg16560/#msg16560

For 3.4 you need to use the up4to5.php file from the previous upgrade.

hamnawaTopic starter

After following the instructions the website was updated but I am facing a problem with ADS page I am getting following error:

Warning: Table 'db_name.vibe_ads' doesn't exist in /home/username/public_html/lib/class.ezsql.php on line 249

Notice: Trying to get property of non-object in /home/username/public_html/moderator/ads.php on line 8


I think I need to create a table for ads but need instructions.
  •  

hamnawaTopic starter

Same issue with pages section:

Warning: Table 'db_name.vibe_pages' doesn't exist in /home/username/public_html/lib/class.ezsql.php on line 249

Warning: Table 'db_name.vibe_pages' doesn't exist in /home/username/public_html/lib/class.ezsql.php on line 249
  •  

hamnawaTopic starter

Issue while uploading Mp3 file:

Warning: Unknown column "token" in "filed" in /home/username/public_html/lib/class.ezsql.php on line 249


This problem probably be with Images as that is new in this version and table needs to be in the DB for it which is missing now.
  •  

PHPVibe A.


hamnawaTopic starter

Yes I did run it.

But I got following results:

ezSQL (v2.17) Debug..
Query [12] -- [CREATE TABLE IF NOT EXISTS `vibe_posts` ( `pid` int(11) NOT NULL AUTO_INCREMENT, `ch` int(11) NOT NULL DEFAULT '1', `date` text COLLATE utf8_swedish_ci NOT NULL, `title` varchar(300) COLLATE utf8_swedish_ci NOT NULL, `pic` longtext COLLATE utf8_swedish_ci NOT NULL, `content` longtext COLLATE utf8_swedish_ci NOT NULL, `tags` varchar(500) COLLATE utf8_swedish_ci NOT NULL, PRIMARY KEY (`pid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_swedish_ci AUTO_INCREMENT=0]

Query Result..

No Results
  •  

PHPVibe A.


Similar topics (7)