PDA

View Full Version : print_portal_output()


squishi
01-17-2008, 07:03 AM
Hello,

I don't know which version of vbadvanced I am running, so I post it here, since I have not updated the script for a while.

After a server move (with a path change) I get this error:
Fatal error: Call to undefined function print_portal_output() in /usr/www/virtual/myuser/www.domain.com/index.php on line 47

The vbulletin plugins are enabled.

My forum is located at domain.com/forum/ ,
vbadvanced was installed in the forum directory (I believe), but the index page is located at domain.com.

It all worked fine before the server move.

ttnb
01-17-2008, 07:19 AM
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

$forumpath = '/puth/your/forum/path/here';

// ============================================
// No Further Editing Necessary!
// ============================================

Open your index.php (old cmps_index.php) and change the red line above to suit your new server

Our Sponsors
 

squishi
01-17-2008, 07:27 AM
Thanks for the quick answer.
Unfortunately, I already did change the path in the index file.

Brian
01-17-2008, 11:41 AM
Have you verified that your forum path is correct? If you're positive that plugins are not disabled in your Admin CP or in your config.php file, then an incorrect forum path is about the only other thing that could cause an error like that. This thread (http://www.vbadvanced.com/forum/showthread.php?t=1343) contains a script that should help you to verify it.

Our Sponsors
 

squishi
01-17-2008, 02:21 PM
thanks.

An update to the latest version of vbadvanced solved the problem.
It was really painless to update. :cool: