![]() |
|
#1
|
|||
|
|||
|
hi all,
i moved my site to a new server. everything worked cool- the move was smooth, but.. the vba index.php page returns blank pages. i tried to debug it, and it seems that the area that gets stuck is on global.php, on the following area: Code:
if (!is_demo_mode())
{
@ob_start();
($hook = vBulletinHook::fetch_hook('global_start')) ? eval($hook) : false;
$phpinclude_output = @ob_get_contents();
@ob_end_clean();
}
thanks! |
|
#2
|
||||
|
||||
|
Did you make sure to update the $forumpath variable in the cmps_index.php (probably renamed to index.php) file?
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moved site to new server, alle CMPS pages are blank | Laserboy | Troubleshooting & Problems | 12 | 04-27-2007 10:46 AM |
| Moved site to new server, problems with CMPS edit page | trana | Bugs From 2.2.1 | 3 | 10-16-2006 01:21 PM |
| Moved site to new server, can't figure out how to get vba up | 8kobe | Troubleshooting & Problems | 5 | 07-10-2006 01:12 PM |
| Module Stopped Working | jaybolt | Troubleshooting & Problems | 3 | 10-14-2005 09:28 AM |
| Help: Forum stopped working :( | SelRahc | Troubleshooting / "How do I..." Questions | 11 | 09-24-2004 11:09 AM |