morbidromantic
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Amazon Reloaded for WordPress] UnusableNow it seems this is my problem. I was able to use it up until today. Now when I search, it doesn’t turn up any results. It’s a shame, too, because I used this plugin daily and there are no plugins I can find like it.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] i see an a blank screen…For others having this problem:
I am having the exact same problem as Fanchico. When I turn the WP Super Cache on and then click the button to add the Mod Rewrite rules, I get a blank page. I have narrowed down the problem to:
define(‘WP_CACHE’, true); //Added by WP-Cache Manager
In the config.php file because my website comes back up as normal when I remove that line and return to my older config file without it.I went into advanced-cache.php and checked out my path, which was wrong due to an unannounced server move on the part of my hosting company. So, that fixed the problem right up!
Forum: Plugins
In reply to: [Plugin: Protected Post Personalizer] Syntax Error at upgradeThanks so much biv. It worked. ??
Forum: Fixing WordPress
In reply to: Tag count incorrectThank you so, so much, Otto42. It’s nice to see that number at 0.
Forum: Fixing WordPress
In reply to: Tag count incorrectThanks for the replies!
Michael, I just added a tag and the count went up to 10:
https://morbid-romantic.net/images/admin_1.jpg <– Main Admin page
https://morbid-romantic.net/images/admin_2.jpg <– Tag pageIf what is happening is what Otto42 says, how can I clear out these empty tags? I tried going to delete in the bulk actions option to see what that would do, but it didn’t clear out the strange 9 tags.
Is there anywhere in the database I can go to reset this number?
Forum: Plugins
In reply to: [Plugin: mytreasures] mytreasures shows nothingI went through and deleted all of the mytreasures files, including the old databases. I did a clean reinstallation of everything. When I first activated the plugin, on the plugins page, I got this error:
Warning: preg_match() [function.preg-match]: Empty regular expression in /home/.gracious/morbidromantic/morbid-romantic.net/wp-content/plugins/mytreasures/mytreasures.php on line 1001
Warning: preg_match() [function.preg-match]: Empty regular expression in /home/.gracious/morbidromantic/morbid-romantic.net/wp-content/plugins/mytreasures/mytreasures.php on line 1001
Warning: preg_match() [function.preg-match]: Empty regular expression in /home/.gracious/morbidromantic/morbid-romantic.net/wp-content/plugins/mytreasures/mytreasures.php on line 1001
But once I went to the mytreasures tab, the error disappeared and didn’t come back when I revisited my plugins page. So, I guess something cleared it up and it wasn’t a big deal. ??
Unfortunately, I am still getting empty pages when I add the code. I even added a new media type and put a test single entry into it. All the same, none of my entries show up. I am beginning to think that something must be wrong with my server or something since the script works fine for so many but me. So, that might be it.
Forum: Plugins
In reply to: [Custom More Link] Error after activationPerfect! Problem all fixed. ??
Forum: Plugins
In reply to: [Plugin: mytreasures] mytreasures shows nothingAll of the information is going into the tables with the wp_ prefix. I don’t know if there being two tables created for each thing is causing some sort of conflict that is making it so nothing shows up when I insert the code. I tried deleting all of the mytreasures tables and keeping just the ones with the wp_ prefix, but the data is still not showing on my actual WordPress pages/
Forum: Plugins
In reply to: [Plugin: mytreasures] mytreasures shows nothingThanks so much for your help, Marcus. I appreciate it tons. ??
I just downloaded the most recent mytreasures from the wordpress plugin page, version 1.0.5.
When I started out, my database looked like this:
https://img46.imageshack.us/my.php?image=mytreasures1jm5.gif
So I know it was clean of any mytreasures databases.But when I activated the plugin, it again created the mytreasures tables and the wp_mytreasures tables:
https://img266.imageshack.us/my.php?image=mytreasures2pn8.gifJust to see what would happen, I went to ‘Add Single’ and added a test entry to the Dummy media type that comes as default with the installation. It added successfully and I created a test page where I added the [mydummytreasures] code. But again the page is empty- nothing is listed.
Forum: Plugins
In reply to: [Plugin: mytreasures] mytreasures shows nothingAlso, when I create the database, it creates two different ones:
The first set, which is empty even after I add media types and entries:
mytreasures
mytreasures_images
mytreasures_links
mytreasures_options
mytreasures_typeThe second set, which is updated with all of the new media types and entries I make:
wp_mytreasures
wp_mytreasures_images
wp_mytreasures_links
wp_mytreasures_options
wp_mytreasures_typeMy guess is that maybe, just maybe, the plugin is trying to calling up the first set, which is empty, when it should be calling up the wp_ set, which is where the information is stored.
Forum: Fixing WordPress
In reply to: uploading mp3 problemYes, but you also limit file size uploads in your Word Press Options menu under File Uploads. There is a max number set. Maybe yours is too small.
Forum: Plugins
In reply to: Updated Time SinceAny idea why, though my last post was on the 28th, the last post date says my last post was 4 days ago (which would have made my last post on the 24th?)