View Full Version : Fatal error: Call to undefined function: print_portal_output()
jam583
03-14-2006, 11:14 AM
Upgraded from 3.5.2 to 3.5.4 on VB and getting this error on my main page:
Fatal error: Call to undefined function: print_portal_output() in /home/gmpt/public_html/index.php on line 35
www.GMPT.net
Any tips?
jam583
03-14-2006, 11:49 AM
I can't even make new posts on my forum :
Warning: Unknown(./includes/vba_cmps_plugin_newpost.php): failed to open stream: No such file or directory in /includes/functions_newpost.php(477) : eval()'d code on line 1
Fatal error: (null)(): Failed opening required './includes/vba_cmps_plugin_newpost.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gmpt/public_html/forums/includes/functions_newpost.php(477) : eval()'d code on line 1
jam583
03-14-2006, 11:54 AM
Ok, reloaded templates from the install file and posting and replying works ok.
jam583
03-14-2006, 12:04 PM
Ok, this is what I did and it's working. I know the answer to this is probably already posted but figured I would post what I did in the event someone stumbles on this thread it will have an answer.
1. Upgraded forum to VB 3.5.4
2. Forums worked fine
3. VB Advanced page generated error Re: Fatal error: Call to undefined function: print_portal_output()
4. Downloaded VB Advanced again
5. Uploaded VB Advanced install file
6. Upgraded
7. Logged into install area and upgraded templates
8. Made these changes to global.php
In your /forum/global.php file
find
define('VB_AREA', 'Forum');
below that add
if (defined('VBA_PORTAL'))
{
require_once('./includes/vba_cmps_include_template.php');
}
However, I lost all custom blocks I made etc on the main page.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.