rohitbhalara4
Forum Replies Created
-
@Scriptingrunner: The strange thing was that it din’t happen yesterday when I activated the plugin and made that setting but almost a day after since I activated that plugin. And during all that time I din’t make any plugin settings changes or updated any plugins either. It just started cropping up a while ago.
Thank you.
Thank you Scriptingrunner and lee@digitalacorn for taking the time to troubleshoot.
@Scriptingrunner: Adding your suggested code right at the bottom of wp-config.php worked and made the error disappear.
I also figured out that it was “Async JS and CSS” that once deactivated got the error display gone even without the help of the code suggested by you.
But I’ve checked that there has not been any code change in “Async JS and CSS” plugin and I have not made or changed any other plugin’s settings, I wonder why such an error started cropping up suddenly.
Only settings that I ever made using that plugin was minify CSS, which did improve my page speed to some extent.
But for now I have deactivated that plugin.
@lee@digitalcorn: I turned on the Twenty Twelve theme but still showing the same warning message on pages.
@lee@digitalcorn: Its on live server. But I didn’t update any plugins. And everything was working just fine about an hour ago or so.
I am going to try to do the suggestion made by you.
@scriptrunner: Is there a specific location in wp-config.php I should add the suggested code?
I tried it right above /* That’s all, stop editing! Happy blogging. */ line and also right at the start of wp-config.php as well.
@scriptrunner: Many thanks for quick troubleshoot.
I added the suggest code in the wp-config.php but it hasn’t made any difference. I am still seeing that warning message.
I am using PHP Version 5.3.27 and PCRE Library version 8.32 2012-11-30.
Forum: Fixing WordPress
In reply to: My Site is Gone@wpyogi: Yep, thanks a million.
Forum: Fixing WordPress
In reply to: My Site is GoneFollowing link saved me.
Forum: Fixing WordPress
In reply to: My Site is Gone@jeff: I tried it, but its taking me to my blank site on the live server.
I tried it as follows:
127.0.0.1/mysite mysite.comThis takes me to mysite on the live server
Forum: Fixing WordPress
In reply to: My Site is Gone@jeff: Thanks a ton!
Am going to have a look at the link you provided.I hope I could get things working back properly.
Thanks again.
@caimin_nwl: Thanks for your time again.
I do not know where to place that code. I tried replacing the code in file single-event.php in events-manager > templates > templates but it didn’t work the way I described in my post above.
I replaced:
global $EM_Event; /* @var $EM_Event EM_Event */ echo $EM_Event->output_single(); ?>
with
global $EM_Event; echo $EM_Event->output("#_CONTACTNAME");
I just wanted “September 24, 2013/0 Comments/in My Category /by myusername” to replaced with “September 24, 2013/0 Comments/in My Category /by mycontactname”, replacing myusername with mycontactname.
Or if possible to totally remove “September 24, 2013/0 Comments/in My Category /by myusername”. in the single event page.
Thank you.
@caimin_nwl: Thanks for your time for the reply.
I am developing the site locally at the moment.
In Settings > Pages > Event Pages I am using “Posts” for “Display Event as”.
On an event page I see “September 24, 2013/0 Comments/in My Category /by myusername” right under the title of the event.
I would like to change the “myusername” to the name of the person who posted that event, or possible remove the whole “September 24, 2013/0 Comments/in My Category /by myusername”.
But if I have to replace just the “username” to the name of the user, I think #_CONTACTNAME should be used somewhere at the place of #_CONTACTUSERNAME.
Forgive my ignorance in case I am missing something or not making much sense. I am quite new to wordpress world.
Thank you.
@angelo_nwl: Thank you for the reply.
Forum: Fixing WordPress
In reply to: How to use Post name permalinksThanks for the reply again genzki, the .htaccess file that I have inside my project installation folder has exactly the code that you posted in your reply.
Did you mean to say that by default this code doesn’t exist in .htaccess and it only after I manually uncommented the #LoadModule rewrite_module modules/mod_rewrite.so in httpd.conf it would have got written in .htaccess?
Did you mean to say that I could bypass uncommenting #LoadModule rewrite_module modules/mod_rewrite.so line in httpd.conf just by writing the code given by you in your reply?
Thanks.