David
Forum Replies Created
-
We are also having the exact same problem
I also support this idea. Captions are exactly what this needs!
Forum: Networking WordPress
In reply to: WordPress migration – users no long associated with blogsSolution found: DB manager had trucated user_meta on import.
thanks for the support. Turned out to be the infamous “user error”
David
Forum: Networking WordPress
In reply to: WordPress migration – users no long associated with blogsWhat is the meta_key for that? If I can look at that as a starting point, hopefully the solution will present itself.
Forum: Networking WordPress
In reply to: WordPress migration – users no long associated with blogsYes – migrated the entire DB, 1600+ tables. I see primary_blog as a meta_key with the value being an ID, but nothing that points to some series of values for a user that say has access to multiple blogs.
Forum: Plugins
In reply to: [Plugin: Pie Register] I can’t see user’s emailI am having the same issue with the unverified_ followed by the hash. We did not have issues prior (125+ users) but a recent batch have had the same thing. I have verified a user and the email is not returned.
Any thoughts.
Thanks.
Forum: Fixing WordPress
In reply to: Not receiving email notification of new commentsI had to create an email account on my server ([email protected]) in order for it to work along with using the comment notifier plugin.
I really think this should be addressed. I am using Bluehost, who is listed as the top host for wordpress and you would think for them it would work “out of the box”
Forum: Fixing WordPress
In reply to: Comment form fields pre filled with garbageThat is the source code – not the content of comments.php.
comments.php looks clean and normal.
I have had a couple people contact me about the garbage. I do not see it in IE.
Example in site can be seen here:
https://zogworld.com/2007/05/29/best-hight-tech-lo-tech-website/Forum: Fixing WordPress
In reply to: WP 2.1 – “you don’t have permission..”It worked for me as well. And to say it again, heed the warnings.
I appreciate the effort
Forum: Fixing WordPress
In reply to: Are you sure you want to edit this post?I also have the exact same problem and attempted the ASCII fix to no avail. I also have the issue where I cannot create new categories from the post side bar, receiving a permissions error. Any help out there on this? Seems pretty common and I am not finding any solutions in the forums. If there is one and I missed it, please post the link – THANKS!
Forum: Fixing WordPress
In reply to: 1..5 creating “pages”Ok – I found the real problem – and like MANY problems, in my case, it was USER PROBLEMS
(Places DUNCE hat on)
When creating the Page, I was NOT changing the Page Owner under the Page Options. I left it ‘defaulted’, and thus the ‘wrong author’.
Maybe this is the case with others.
As Homer would say “DOH!”
Thanks to the great help from others that I have read many a times and never posted before.
Forum: Fixing WordPress
In reply to: 1..5 creating “pages”Ok – I found the problem with getting them to show.
It seems that the Pages are inputed into the DB with the Author set to the ‘admin’ user, even though I created the pages as a different user (also with the same ’10’ level). What is interesting is that the DB call to get the list of pages , in the WHERE clause, is restricted so that the user has to be either a greater user level (impossible at level’10’) or the author, which is not imputed correctly into the DB.
I never use the ‘admin’ login – the author has 0 posts listed. I guess it is a problem in some form with the get_currentuserinfo() function not getting the corret info, etc.
I have done the basic “attempts” such as clearing cookies, etc. and if I modify the above DB call and change it so that the user_level is > OR = , I get the list of pages.
Forum: Fixing WordPress
In reply to: 1..5 creating “pages”Check it here:
Forum: Fixing WordPress
In reply to: 1..5 creating “pages”Yes – saved them – as a matter of fact I can see them in the “Pages” list.
And I deleted everything before the upgrade.
Forum: Fixing WordPress
In reply to: 1..5 creating “pages”I have exactly the same problem. I have followed all of the above, even create a new template for the Pages and in the manage ->Pages section it still says that I have no pages. Odd. Any thoughts on any of this?