Sinasohn
Forum Replies Created
-
I was not using Wordable. It was a donation plugin (charitable). Based on my experience, I would suggest signing in with a different user (create one if necessary) and see if the problem persists. Check the roles and permissions of the users affected. Also, does the problem persist after deactivating Wordable?
I found the problem… I had been testing the site, including the donation form. Apparently, when I did that, one of the plugins (charitable, probably) changed my user’s role to add “donor” which prevented me from working with posts. I set my role to be “administrator” only and now it seems to work.
Thanks for the help!
Some more info: I looked at another wordpress site I run and saw that the URL for the All Posts screen was …/wp-admin/edit.php, so I put that on the domain I’m having trouble with and got the message:
Sorry, you are not allowed to access this page.
The same was true for …/wp-admin/post-new.php.
I looked at the files edit.php and post-new.php and the permissions look correct (755) and I didn’t see that message in edit.php. I did a grep and found it in my-sites.php which is checking:
if ( ! current_user_can(‘read’) )
I’m not sure where that would be set; I’ll keep digging.
Thanks!
Just to be clear, when you say “your active theme’s wp-config.php file”, that’s the one that’s in the same directory as the wp-admin, wp-content, and wp-includes directories, right? Not in a theme=specific subdirectory?
If so, setting CONCATENATE_SCRIPTS to false seems to have no effect; the problem still persists.
Thanks!
- This reply was modified 8 years, 4 months ago by Sinasohn.
Sadly, Script_Debug didn’t help much…
This was the only error that came up:
jquery-migrate.js?ver=1.4.1:23 JQMIGRATE: Migrate is installed with logging active, version 1.4.1
And it still didn’t work. It’s happening in both Firefox and Chrome.
Thanks for helping!
Forum: Plugins
In reply to: [Contact Form 7] Missing “Contact Forms” on menu, can’t create new formsMore info:
I deleted CF7 and deactivated all my other plugins. I switched to the twentyseventeen theme. I then re-installed CF7 and activated it and got the same behaviour. The only options are “Add new” and “Integration”.
Forum: Plugins
In reply to: [Contact Form 7] Missing “Contact Forms” on menu, can’t create new formsI deactivated everything and switched to twentyseventeen (closest I could think of to a default theme) and then turned contact form 7 back on — still no joy in mudville. 8^(
Would it be worth uninstalling CF7 and reinstalling it?
Forum: Plugins
In reply to: [Links synthesis] SuggestionsSorry to be a pain but I just remembered the other suggestion I had… I don’t even know if it’s possible, but it would be cool to have a widget one could put in the sidebar that would list all the links in the post. Basically, take what you’ve done and make it a widget. Again, not a big deal, but if you were looking for something to do…
Thanks!
Forum: Plugins
In reply to: [Links synthesis] SuggestionsJust figured out that the %title% gets the page title of the web page to which the post is linking. That’s cool, but it would still be nice to be able to specify that it use the post’s link text and/or a title option on the anchor tag. Thanks!
Forum: Fixing WordPress
In reply to: RSS Import of XML ignores post_name for slugSome more info… I looked in the database and while the post_name column has the title-with-hyphens type entry (e.g., “so-i-went-to-traffic-school” for the example above), the guid column has a URL with yyyymmddhhmm in it instead. Mind you, I’m not sure whether that’s because of the post_name in the xml file or because the last time I tried importing it, I had set wordpress to use that format.
Nonetheless, I’d really like the post_name to get the date string, so that I could set it to use the post_name for future posts.
Again, any help is most appreciated.