View Full Version : Can not edit Post's
cheech790
07-03-2014, 09:38 AM
Hello,
i have the newest Version of Vbulletin 4.2.2 and i can not edit posts, just a circle and nothing happens, no error display, anyone know to fix?
RichieBoy67
07-03-2014, 09:48 AM
I do not know what you mean a circle?
Did you try disabling your plug ins to see if it is a plug in issue?
cheech790
07-03-2014, 09:58 AM
I do not know what you mean a circle?
Did you try disabling your plug ins to see if it is a plug in issue?
This -> https://vborg.vbsupport.ru/external/2014/07/71.png
quote also doesnt work, if have disabled all addons to test, but same error.
if i random frequently click on the edit and quote button it opens a "normal" blank answer post field with error
" Warning: preg_replace() [function.preg-replace]: The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/class_bbcode_alt.php on line 522 " also i get a errors then i create a thread,
Warning: preg_replace() [function.preg-replace]: The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/class_wysiwygparser.php on line 310
Warning: preg_replace() [function.preg-replace]: The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/class_wysiwygparser.php on line 310
Warning: preg_replace() [function.preg-replace]: The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/class_wysiwygparser.php on line 402
Warning: preg_replace() [function.preg-replace]: The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/class_wysiwygparser.php on line 462
Warning: preg_replace() [function.preg-replace]: The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/class_wysiwygparser.php on line 462
Warning: preg_replace() [function.preg-replace]: The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/functions_newpost.php on line 200
RichieBoy67
07-03-2014, 10:10 AM
Ok, those are not errors but warnings
What version of Vbulletin are you using? It looks like your php is not the right version. Is it 5.5? If so be sure to have 4.2.2..
--------------- Added 03 Jul 2014 at 07:12 ---------------
sorry, I just re-read and you said you have 4.2.2.. Let me think or maybe someone smarter will chime in.
cheech790
07-03-2014, 10:13 AM
yes its PHP Version 5.5.5 and last week downloaded Version of vBulletin 4.2.2 from https://members.vbulletin.com
The warnings by posting a Thread, yea i think you are right, because that works, i can create Threads, but by edit/quote doesnt work. sorry for maybe bad english
RichieBoy67
07-03-2014, 10:13 AM
This should help you
http://www.php.net/manual/en/migration55.deprecated.php
Try adding this to your config, the top - and if you can try to use php4.4...I bet your issues would go away.
define('SKIP_ALL_ERRORS', true);
cheech790
07-03-2014, 10:21 AM
This should help you
http://www.php.net/manual/en/migration55.deprecated.php
Try adding this to your config, the top - and if you can try to use php4.4...I bet your issues would go away.
define('SKIP_ALL_ERRORS', true);
That works, really thanks ! post/quote works also now
--------------- Added 1404386752 at 1404386752 ---------------
Now the last Question, my Servertime is right for (GMT+1) -- (WEZ) but my vBulletin goes 2 Hours back, how to fix? In vbulletin is (WEZ +1) configured too but it also nothing happen when i change the time zone , vbulletin doesnt react if have tried central african time etc. and everytime the forum time is too hours back to GMT
RichieBoy67
07-03-2014, 10:26 AM
Glad it worked for you. :)
billstelling
07-03-2014, 10:40 AM
The new vB 4.2.3 should have the php problems fixed and hopefully there will be no need for the added code to hide the warnings. It looks like they fixed a bunch of stuff so worth upgrading it seems.
We're proud to announce that vBulletin 4.2.3 Beta 1 is now available. There are 67 issues resolved in this release. The purpose of this release is to update the software to PHP 5.5.0 compliance by replacing the /e parameter in regular expressions with proper callback functions. vBulletin 4.2.3 Beta 1 also includes fixes for PHP 5.4.0 compliance along with several other minor bug fixes.
RichieBoy67
07-03-2014, 10:42 AM
That works, really thanks ! post/quote works also now
--------------- Added 03 Jul 2014 at 07:25 ---------------
Now the last Question, my Servertime is right for (GMT+1) -- (WEZ) but my vBulletin goes 2 Hours back, how to fix? In vbulletin is (WEZ +1) configured too but it also nothing happen when i change the time zone , vbulletin doesnt react if have tried central african time etc. and everytime the forum time is too hours back to GMT
First check your server time to be sure
Create a php file to see what server time is set at
<html>
<head></head>
<body>
Server time <?=date("h:i:s F d Y T")?>.
</body>
</html>upload to root and then access through browser.. what does it say?
Are you sure you have your server date and time set correctly in Vbulletin options? Check your profile options to be sure you have your profile set to correct time zone
billstelling
07-03-2014, 10:51 AM
Yeah, have to add the code for time zone as well since the newer php borks parts of 4.2.2.
RichieBoy67
07-03-2014, 11:18 AM
The new vB 4.2.3 should have the php problems fixed and hopefully there will be no need for the added code to hide the warnings. It looks like they fixed a bunch of stuff so worth upgrading it seems.
Thanks for posting that! I never got the email about the update. That is great news!:up:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.