PDA

View Full Version : Edit post preview issue


Iguana Goddess
07-04-2014, 12:50 AM
https://vborg.vbsupport.ru/external/2014/07/66.png
This only happens when I go to advance edit a post and try to preview the post. It is like this on the default vB theme as well. Any ideas what is going on?

ozzy47
07-04-2014, 01:23 AM
Have you tried with all mods disabled?
What vB version and PHP version?

Iguana Goddess
07-04-2014, 01:50 AM
Tried and it didn't work and I don't know when the issue started or if it was present before I resurrected my site after taking it down for a year.
PHP 5.4.29
vB 4.2.2

Lynne
07-04-2014, 02:22 AM
First, add the following line to your config.php file under the <?php line:


define('SKIP_ALL_ERRORS', true);


Then, create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?

Iguana Goddess
07-04-2014, 02:28 AM
First, add the following line to your config.php file under the <?php line:


define('SKIP_ALL_ERRORS', true);


Then, create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?
Thank you so much, that fixed it.

ozzy47
07-04-2014, 09:18 AM
First, add the following line to your config.php file under the <?php line:

define('SKIP_ALL_ERRORS', true);
Then, create a new style with no parent:
Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?

Lynne
07-04-2014, 06:19 PM
Ozzy, did you mean to copy what I wrote and post it? :confused: :D

ozzy47
07-04-2014, 08:15 PM
Yes and no, was supposed to post it to a different thread. :confused: