obragblog
Forum Replies Created
-
Forum: Localhost Installs
In reply to: WordPress 4.1 won't Install On Local MachineThanks LyleChamney, I had the same issue, tried again with Firefox and it worked. shrugs…
Forum: Plugins
In reply to: [Limit Login Attempts] Locked outI installed this plugin and then logged out to make sure it worked okay. after attempting to log back in I gat a message that said “Not Allowed”
I ended up going in to the server through FTP and changing the name of this plugin folder to disable it. ack.
Forum: Plugins
In reply to: [Event Calendar] Getting PHP Majic Error MessageI contacted my webhost and asked them to turn off magic quotes for after trying the different things I found here in the forums.
my phpinfo file shows them set to off but I still get the warning AND I still get the slashes when I use an apostrophe…
Would sure like to figure this out. I love this plugin but there are some times when it’s difficult not to use an apostrophe!
I had this problem last week and got an email from MaxCDN saying I needed to whitelist my site’s IP address. I did this and everything has been fine since. To whitelist your IP:
First thing you need to know is the IP address of your site, get this from the dashboard of your host.
Next, login to MaxCDN, then click on Manage Account, then click on the tab that says API. Look for the button near the upper right of that panel that says Whitelist IPs and click that. Add your site’s IP address in the box and click Whitelist.
That should do it.
Hi Donal, thanks for getting back. I certainly can relate to reverting to the stone age… been there myself a time or two!
Thanks too for checking into this. I suspected the issue might be the size of our site, and plan to try and run the plugin again. I set the number of saved revision to 2 so we would have something. I helps when you have multiple people working on a site to have a little backup. I figured I might be able to use your plugin to go in and remove the revisions on posts after they have aged a bit.
Like I said, I used it on two other sites and it worked perfectly! Good work!
Never mind. I used this query, from Andrei Neculau, in phpmyadmin
DELETE a,b,c
FROM wp_posts a
LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)
LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)
WHERE a.post_type = ‘revision’;We run a large site and this stripped 44,000 un-needed records out of our database. Amen.
Waiting for the answer to this myself!
Forum: Plugins
In reply to: [UTF-8 Database Converter] [Plugin: UTF-8 Database Converter] Works with 3.01Thanks, Rhand, for you reply. I might copy the BD and test the plugin on my local machine, but it will probably be a little while before I can get to it. I’ll report back with results.
Forum: Plugins
In reply to: [UTF-8 Database Converter] [Plugin: UTF-8 Database Converter] Works with 3.01Hey Rhand, was wondering if you got through the conversion and if so, do you have a link to the process you used?
I am getting a ton of errors and suspect it may be causing my host to throttle me… the errors are initiated by spam usually in Russian characters. I can deal with the spam, but the error logs keep growing…
Forum: Themes and Templates
In reply to: Intro To CategoriesIn WP 3.0.1 there is a new feature, when you edit the properties of a category (click on the Category link from the left sidebar in the admin panel, find the category you want to add the description to and click the edit link) you can now add an Introductory Headline and Introductory Content to each category.
Inside the Introductory Content section you can even use html to add images and style the content. Now when you go to a category archive your information will show at the top of the page.
It’s about time something like this was made available. Now if they would make it this easy for Author archives…
Forum: Alpha/Beta/RC
In reply to: Can’t Manage Widgets; Buttons Don’t Work in 2.7-hemorrhageI had upgraded to 2.7.1 on a test site, everything was wonderful. I love the layout of the new interface. So I ugraded my live site, using the same theme, same plugins, same widgets, same host, same upgrade script…. must be something different somewhere. I lost ALL widget control, can’t add, remove, save, tried to reset the widgets and then lost them all… finally did a roll back to 2.6. Widgets and widget controls are back on the live site. Same problem no matter what browser i try, dumped the cache, refreshed, rebooted, logged in, logged out.
Why does it work on one site and not the other?