php includes stopped working
January 6th, 2009I've always been able to use plugin to have php includes working... in fact, got it working on few of the websites that run vbulletin.
hook location: global_start
Plugin PHP Code:
ob_start();
require_once('file.php');
$file = ob_get_contents();
ob_end_clean();Thats how I've been setting them up and are working on some sites but not the other... on same server.
If I enable this plugin, forum is SLOW and inaccessible but admincp area is not affected by this. I've tried disabling all the plugins and products but that made no difference.
Am I doing something wrong?
Thanks
DNS issue
#If you have any other info about this subject , Please add it free.# |
Posted in dballastages.com | edit