andrewchillman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP3.4.1 no plug-ins available for Adminp.s. Thanks esmi for your time and assistance.
Forum: Fixing WordPress
In reply to: WP3.4.1 no plug-ins available for AdminOK – think I’ve cracked it. The guy who did the original install had set the multi-site options on. If I comment the relevant stuff out from config.php it looks like I’m rocking. I’m assuming he did this through ignorance rather than design – but will check.
Anyways – I now seem to have a fully functioning dashboard.
Forum: Fixing WordPress
In reply to: WP3.4.1 no plug-ins available for AdminOK – changed the meta-value to
a:1:{s:13:”administrator”;b:1;}
Still no go.
FYI original value was
a:1:{s:13:”administrator”;s:1:”1″;}
Have reverted to original.Could my problem be related to folder permissions?
Forum: Fixing WordPress
In reply to: WP3.4.1 no plug-ins available for AdminGood question! I can list users from my login and it shows me as Admin – but I can’t actually add new users either. Not sure if I’ll be able to install phpmyadmin – but I have MySQL Workbench installed on my home PC so will have a crack at connecting with that later.
Forum: Fixing WordPress
In reply to: Mass Remove Width and Height Attributes in ImagesIf you are still looking try wpwizard.net/jquery/remove-img-height-and-width-with-jquery/ – works a treat for me.
Forum: Fixing WordPress
In reply to: 2 Issues – Not sure if they’re relatedI’m also getting the blank message problem. I recently installed WordPress 2.8.4 on my own server which is running MySQL version 4.1.22 and PHP version 5.2.10. I have the Askimet Version 2.2.6 plug-in enabled as supplied in the default configuration. I have started receiving occasional emails (4 or 5 per day) asking me to moderate comments – but there are no actual comments to moderate!
Sample contents of the email are:
A new comment on the post # “” is waiting for your approval
Author : (IP: , )
E-mail :
URL :
Whois : http://ws.arin.net/cgi-bin/whois.pl?queryinput=
Comment:Approve it: http://myservername/wordpress/wp-admin/comment.php?action=mac&c=0
Delete it: http://myservername/wordpress/wp-admin/comment.php?action=cdc&c=0
Spam it: http://myservername/wordpress/wp-admin/comment.php?action=cdc&dt=spam&c=0
Currently 0 comments are waiting for approval. Please visit the moderation panel:
http://myservername/wordpress/wp-admin/edit-comments.php?comment_status=moderatedIs this a bug in the software or do I have a configuration error somewhere?