vizionquest
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PHP include helpI am receiving this error:
Fatal error: Call to a member function has_cap() on a non-object in /wp-content/plugins/exec-php/includes/user_ui.php on line 41
More info here: https://www.ads-software.com/support/topic/246237
Any help you could provide would be greatly appreciated, thanks!
Forum: Plugins
In reply to: [Plugin: AskApache Google 404] Options not savedIt’s still not working for me. It breaks my theme. The old version worked perfectly.
Also, when I try to save changes or load the settings page, it redirects to the 404 page.
Can I get the old version of this please?
Forum: Fixing WordPress
In reply to: Can’t Login, No WP-Login.php PageJust a quick update, I was able to login using my G1’s browser and updated all my plugins that needed it, including the ones that were disabled. Then I deleted the cache and voila! The wp-login.php page was accessible again. Not sure why this happened but at least it is working now ??
Forum: Fixing WordPress
In reply to: Upgrading to 2.7 – Weird Symbols – wp-config file questionI am experiencing this problem too. I am seeing these characters showing up everywhere:
a€“
?I tried commenting out the following lines in wp-config.php but that didn’t help, any ideas?
//define('DB_COLLATE', ''); //define('DB_CHARSET', '');
Forum: Fixing WordPress
In reply to: Can’t Login, No WP-Login.php PageI thought it might be a plugin problem so I renamed my “plugins” folder but that didn’t work.
I think the problem might be with WP Super Cache or my theme.
Forum: Fixing WordPress
In reply to: Can’t Login, No WP-Login.php PageDoes anyone have any idea why I would be able to see the wp-login.php page using my phone’s browser or by using a proxy but I’m not able to using any computer’s browser?
Forum: Fixing WordPress
In reply to: Can’t Login, No WP-Login.php PageOkay, just tried logging on using my phone and the wp-login.php page loaded and I was able to login.
Also tried going through proxy and the page loaded again.
Forum: Fixing WordPress
In reply to: Admin files — including wp-login.php — suddenly “Not Found” in 2.6.2I am having this problem too. All my pages/posts load except admin files: wp-login.php, wp-admin/edit.php
Has any progress been made on finding the source of the problem?
Your help, is very much appreciated, thank you!
Forum: Installing WordPress
In reply to: wp-login.php cannot be accessedI am having a similar problem here: https://www.ads-software.com/support/topic/244547?replies=1
Forum: Plugins
In reply to: Meet Your Commenters Prompts Error When Loading DashboardI got the same error:
Fatal error: Call to undefined function wp_add_dashboard_widget() in ……/wp-content/plugins/meet-your-commenters/meet-your-commenters/meet-your-commenters.php on line 48
Forum: Plugins
In reply to: [Plugin: Robots Meta] can’t activate plugin unexpected {thanks buddy!
Forum: Plugins
In reply to: [Plugin: Robots Meta] can’t activate plugin unexpected {I received the same error and failed at reactivation of the plugin after attempting to auto update to the new version.
Parse error: syntax error, unexpected ‘{‘ in /wp-content/plugins/robots-meta/robots-meta.php on line 539
Forum: Fixing WordPress
In reply to: Add Next and Previous Links with Images?Here’s the solution I used, it works great:
<table style="text-align: left; width: 100%;" border="0" cellpadding="0" cellspacing="0"><tr><td align="left" id="previous_post_container"><?php previous_post(' %', 'Previous Post', 'no'); ?></td><td></td><td align="right" id="next_post_container"><?php next_post(' %', 'Next Post', 'no'); ?></td></tr></table>
Forum: Plugins
In reply to: [Plugin: WP-Gravatar] 404 error when clicking on ‘Gravatar’ in admin menuLighter Menus was causing the problem. I deactivated it and now I can access the settings.
Forum: Fixing WordPress
In reply to: [Plugin: Get Recent Comments] Howto fix the ?G_OF_TITLE% …Try this: https://blog.jodies.de/2004/11/recent-comments/3/#comment-489692
Disable Lighter Menus plugin if you have it installed, otherwise you won’t be able to access those settings.