PDA

View Full Version : Edit Post result a blank post without any text


cshellworld
02-15-2015, 12:00 PM
Hello , i have a issue after i upgraded my vbulletin to 4.2.2 pl4 edit post area dosen't have text, its a blank page how i fix this ?
regards

Vbulletin version 4.2.2 pl4
apache version : 2.2.29
php version : 5.3.29
mysql : 5.5.36-cll-lve

Lynne
02-15-2015, 04:35 PM
Did you make sure to add the following line to your config.php file under the <?php line:


define('SKIP_DS_ERRORS', true);


See if you still have issues after doing that.

cshellworld
02-15-2015, 07:07 PM
Already put it , but it seems to be only on first post other posts i can edit but first post i can't

Lynne
02-15-2015, 07:18 PM
Have you tried using a default style? Or tried disabling your plugins via the config.php file?

****
To create a default style, 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

Set this as the default in AdminCP > Settings > Options > Styles & Languages > Set Default Style. Then go to Maintenance > Clear System Cache. Then try editing a post and see if you still have the same problem.

If so, try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

cshellworld
02-16-2015, 12:46 PM
Same thing , only 1 post i see i can't edit. too weeks later i had a problem with forum , some errors with mod_rewrite can be from that ?

and i see only my post i can't edit and only with my account

Lynne
02-16-2015, 04:32 PM
Yes, it could be issues with mod_rewrite, so if you have any sort of mod_rewriting going on on the site, then disable it and see if it works then.

And when you say "only with my account", do you mean if you login as another user with permissions to edit posts, you can then edit the post just fine?

cshellworld
02-16-2015, 04:49 PM
I'm administrator from the install of vbulletin , and if i login to a mod account i can edit post of administrator or moderator himself with no problem!

Lynne
02-16-2015, 08:02 PM
You can edit that same post that, as an administrator, you are having problems editing?

If so, this really sounds like a modification issue.

cshellworld
02-18-2015, 02:18 PM
Yes i can't edit a moderator post with administrator account.

But only few posts , i don't figured out why is happening this