PDA


View Full Version : Blank page when editing a page


Skavenger
05-20-2007, 03:47 AM
Hi, I just installed vBa and when I try to edit a page, when I click in save button, I get a blank page :S
I checked the source code and it says my browser does not support frames :confused:
I never had problems with that before. I tried with Firefox 2.0.0.3, Opera 9.5 and IE 6.0, but I still get that error :S

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html dir="ltr" lang="en">
<head>
<script type="text/javascript">
<!--
// get out of any containing frameset
if (self.parent.frames.length != 0)
{
self.parent.location.replace(document.location.href);
}
// -->
</script>
<title>Foros Microzone X Admin Control Panel</title>
</head>

<frameset cols="195,*" framespacing="0" border="0" frameborder="0" frameborder="no" border="0">

<frame src="index.php?do=nav" name="nav" scrolling="yes" frameborder="0" marginwidth="0" marginheight="0" border="no" />
<frameset rows="20,*" framespacing="0" border="0" frameborder="0" frameborder="no" border="0">
<frame src="index.php?do=head" name="head" scrolling="no" noresize="noresize" frameborder="0" marginwidth="10" marginheight="0" border="no" />
<frame src="index.php?do=home" name="main" scrolling="yes" frameborder="0" marginwidth="10" marginheight="10" border="no" />
</frameset>
</frameset>

<noframes>
<body>
<p>Your browser does not support frames. Please get one that does!</p>
</body>
</noframes>
</html>


Edit: I always get that error when I click the save button O_o

Brian
05-20-2007, 12:29 PM
Try going to your main "vBulletin Options" link in your admin cp, click the "Show All Settings" option to expand all of the settings, and then try saving yoru settings there to see if you have the same problem. If so, that's a problem with your host not allowing enough data to be submitted by a form and you'll need to contact them for assistance. If you are able to save those settings, please submt a support ticket via the Members' Area here and I'll take a look at the CMPS issue for you.

junaid
05-27-2007, 01:43 PM
I have same problem when I upgrade it is workin fine
I just remove one module, that I am not used, disable one
After that my cmps is blank I could'nt work but in admincp it is fine
I re-install two three times but same problem
Pls help!


Junaid

Brian
05-28-2007, 11:48 AM
Try going to your main "vBulletin Options" link in your admin cp, click the "Show All Settings" option to expand all of the settings, and then try saving yoru settings there to see if you have the same problem. If so, that's a problem with your host not allowing enough data to be submitted by a form and you'll need to contact them for assistance. If you are able to save those settings, please submt a support ticket via the Members' Area here and I'll take a look at the CMPS issue for you.

...