cpradio
Forum Replies Created
-
Forum: Plugins
In reply to: nextgen-gallery next bug of 1.3.1 – default path for new galleriesFigures that I post this comment and all of a sudden it begins to work. I started to debug the code and it started to work. I must have been working with a cached copy. Sorry about that, this bug seems to be fixed.
Forum: Plugins
In reply to: nextgen-gallery next bug of 1.3.1 – default path for new galleriesI’d like to reopen this issue with 1.3.1 and 1.3.2. Everytime I create a new gallery it puts it in the root directory. I have tried wp-content/gallery/ and /wp-content/gallery/ as the default path, neither work.
Matt
Forum: Fixing WordPress
In reply to: Cannot Edit or Delete Pages, Cannot Delete PostsI solved it. If you open phpMyAdmin or something similar query your wp_options table. My problem was due to changing the table name prefix. Run the following query:
SELECT * FROM
wp_optionsWHEREoption_nameLIKE ‘%user_roles%’REPLACE
wp_with your table prefix.If you have two of them, you need to determine which you want to delete. I did this by looking for a few keywords, ie: delete_pages, delete_others_pages, etc.
If one of your rows has that, then keep that one and delete the others. If you have any doubts about doing this, contact me at forums [at] cpradio [dot] net
Forum: Fixing WordPress
In reply to: Cannot Edit or Delete Pages, Cannot Delete PostsWell, thanks for reporting this is a larger problem than just myself, it is at least good to know that much.