PDA

View Full Version : simple problem?


animehawk
08-18-2004, 06:34 PM
I just finished reinstalling the CMPS hack and now i get a completly blank page.

click here for the page (http://www.animesanction.net/testsite/forum/cmps_index.php)

Used to get some errors that delt with this stuff

//chdir('/home/noel/public_html/testsite/forum/');

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

require_once('./global.php');

//print portal_output($home);

?>
but i don't get those any more now that i fixed the path info.

Any ideas?

Brian
08-18-2004, 06:43 PM
Why was the print_portal_output() line commented out? Uncomment that and that will solve the problem. ;)

Our Sponsors
 

animehawk
08-18-2004, 07:21 PM
mabye thats why i stoped getting an error message....dumb me. I now get this error, same error that i've been getting all along.

Fatal error: Call to undefined function: portal_output() in /home/noel/public_html/testsite/forum/cmps_index.php on line 27

animehawk
08-18-2004, 07:23 PM
ahh crap....I got it figgured out now, the underscore was missing between print and portal. Thanks for your help!