AlexiousRahl
Forum Replies Created
-
Ok, I’ve set you as admin, you can now check up what’s wrong.
I tried, but it doesn’t work. It says:
“Failed to send your message. Please try later or contact administrator by other way.
Please don’t use the form above for support requests”Anyway, as you can see on our site (https://www.worldsfactory.net), the problem remains. I don’t know what to do at this point, except switching to another plugin counting views.
If you can help us in any way, I’ll be happy to grant you access to the backend so you can look up what’s wrong. Just register on the site and then tell me your nickname so that I can give you permissions.
Thanks.
I had already updated at 2.0.3, but it didn’t change anything at all. If you want I can give you admin access on the site, if you think it can be helpful.
Forum: Plugins
In reply to: [WordPress Social Login] Plugin/Description page disappearedThat is the old changelog…The new update is 2.1.6, but there is no changelog whatsoever. Miled, could you please let us know what’s new?
Forum: Fixing WordPress
In reply to: Occasional 403 – Forbidden Error – Any solutions?Just to follow up that this keeps happening, especially when traffic is high. To get the site back online I can only rename .htaccess, but then only the homepage works and posts return 404. I saved the permalinks structure in WP and magically, everything worked again.
I think there’s something wrong with rewrite rules.
I’ve found this solution on the Web – what do you think?https://stackoverflow.com/a/9050019
A few years late, but I have a solution for the most recent version of WordPress, which has this same issue (WordPress-generated .htaccess files break sites, reuslting in 403 Forbidden error messages). Here’s that it looks like when WordPress creates it:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
The problem is that the conditional doesn’t work. It doesn’t work because the module it’s looking for isn’t .c, it’s .so. I think this is a platform-specific, or configuration-specific issue, where Mac OS and Lunix Apache installations are set up for .so AKA ‘shared-object’ modules. Looking for a .c module shouldn’t break the conditional, I think that’s a bug, but it’s the issue.Simply change the mod_rewrite.c to mod_rewrite.so and you’re all set to go!
# BEGIN WordPress
<IfModule mod_rewrite.so>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Occasional 403 – Forbidden Error – Any solutions?Yes, I have. They said that it is related to a permissions error.
They suggested that it could have to do with a WordPress plugin.I’m not sure which plugin could do such a thing, though.
Forum: Plugins
In reply to: [Avatar Manager] Feature Request: Disable Gravatar OptionI second this. I would like to use the plugin but I also want to disable Gravatar use.
Forum: Plugins
In reply to: [Peter's Collaboration E-mails] Doesn't work for "Authors"?Yeah Peter, I totally agree with them.
The important thing to add is e-mail notification to “Post Notes” plugin, so that all staff members can quickly be notified about what’s good and what’s wrong. Could you add this? Thanks!
Forum: Plugins
In reply to: [Nobs ? Share Buttons] Share on a pop-up window instead of another pageYes, of course.
So, you are saying that adding pop-up window means that the plugin will not be so lightweight anymore? I hope not.
But thanks again!
Forum: Plugins
In reply to: [Social Share bar (Digg Digg Alternative)] Not Posting to Facebook Or TwitterIt happens to me as well, but not only with this one.
Forum: Fixing WordPress
In reply to: How to display YouTube videos in RSS feed?Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache broke my websiteOk, my developer solved it for me.
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache broke my websiteI have deleted everything and I still got the message
W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove /home/worlds33/public_html/wp-content/advanced-cache.php.
I’ve uploaded W3TC Files again and now I get
Warning: require_once(/home/worlds33/public_html/wp-content/plugins/w3-total-cache/lib/W3/Plugins.php): failed to open stream: No such file or directory in /home/worlds33/public_html/wp-content/plugins/w3-total-cache/inc/define.php on line 1379
Fatal error: require_once(): Failed opening required ‘/home/worlds33/public_html/wp-content/plugins/w3-total-cache/lib/W3/Plugins.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/worlds33/public_html/wp-content/plugins/w3-total-cache/inc/define.php on line 1379
Don’t really know what to do.
Forum: Plugins
In reply to: [Social] Comment from posts not auto posted using socialExcuse me, but what’s the point then exactly?
The comments broadcasted to Facebook/Twitter are already also available on the site. What should it “aggregate back”, exactly?