Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-03-2014, 09:38 AM
cheech790 cheech790 is offline
 
Join Date: Dec 2013
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Can not edit Post's

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?
Reply With Quote
  #2  
Old 07-03-2014, 09:48 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #3  
Old 07-03-2014, 09:58 AM
cheech790 cheech790 is offline
 
Join Date: Dec 2013
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
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 ->

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


PHP Code:
" 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,
PHP Code:
Warningpreg_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 
Reply With Quote
  #4  
Old 07-03-2014, 10:10 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #5  
Old 07-03-2014, 10:13 AM
cheech790 cheech790 is offline
 
Join Date: Dec 2013
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #6  
Old 07-03-2014, 10:13 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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);


Reply With Quote
  #7  
Old 07-03-2014, 10:21 AM
cheech790 cheech790 is offline
 
Join Date: Dec 2013
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
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 [DATE]1404386752[/DATE] at [TIME]1404386752[/TIME] ---------------

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
Reply With Quote
  #8  
Old 07-03-2014, 10:26 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad it worked for you.
Reply With Quote
  #9  
Old 07-03-2014, 10:40 AM
billstelling's Avatar
billstelling billstelling is offline
 
Join Date: Apr 2011
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.

Quote:
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.
Reply With Quote
  #10  
Old 07-03-2014, 10:42 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cheech790 View Post
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

PHP Code:
<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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:18 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04557 seconds
  • Memory Usage 2,275KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete