Any comments welcome, thanks
]]>For some reason, the plugin fails to update the database on SOME of the 2.0 blogs, while it works fine on others. In the testing I’ve done so far, it would _seem_ as though it works on blogs installed new as 2.0 blogs, but doesn’t work on any blog upgraded from 1.x revs to the 2.0 tree. Nothing I see in the very simple would give me any indication of what the problem might be. If I manually run virtually the same code against the sql database, the fields update fine.
No error is generated that I see, but the post_date and post_date_gmt fields are not updated.
Incidental to this issue, I’m wondering if there is a way in 2.0 to display the post_modified and/or post_modifed_gmt times in post meta rather than having the_time() return the post_date. I’ve searched the docs and while I know I can do a custom query, this seems like something that would be commonly needed, particularly for pages
]]>I did install a second blog, on the same domain, using a different mySQL database, could that have caused the problem? If so, would deleting that second blog do the job?
Thanks for any help.
]]>WordPress database error: [Unknown column ‘user_level’ in ‘where clause’]
SELECT * FROM wp_users WHERE user_level > 0 ORDER BY user_nickname
functions.php
:
function gallery_filter($rules) {
$newrules['gallery/folder/(.*)'] = 'gallery/sp_index.php?dir=./$1';
$newrules['gallery/file/(.*)'] = 'gallery/sp_index.php?file=./$1';
$newrules['gallery/thumb/(.*)'] = 'gallery/sp_getthumb.php?source=./$1';
$rules = array_merge($newrules,$rules);
return $rules;
}
add_filter('rewrite_rules_array', 'gallery_filter');
but it only works if I set $use_verbose_rules = true;
in classes.php
Otherwise the reltive links under gallery/
all cause the default front page of wordpress to load.
It works, but I don’t think this is how things are supposed to work.
Many thanks to filisofo on other forums for pushing me in the right direction to get as far as I have.
]]>So, anyone know?
]]>https://www.broobles.com/scripts/simpletags/
and this one:
https://www.tamba2.org.uk/wordpress/quicktags/
to edit my quicktags.js file.
I thought I did. I went to my wp-includes folder and found the js folder and edited my quicktags.js file,
But I can’t seem to see any difference in the menu of the write post page.
I am using version 2.0.
Is there somewhere else I should be looking for my quicktags.js file?
]]>Fatal error: Call to undefined function: xml_parser_create() in /htdocs/www/dir-name/wp-includes/class-IXR.php on line 144
The initial writing and posting of something works fine. It is only when editing the post that I receive this error. Hmm?
Truth be told, I also received the error with the download from 2 days ago, too. But, I don’t know if the download has changed since then.
I have searched the support forum and used Google site search. The only references I found to this were relating to the old 1.5 virus scare. Nothing about WP2.0 and this latest error.
I also waited a few days to download a fresh version to see if it resolved the issue. But, it has not.
Any ideas? Thank you!
]]>https://georgethirteen.com/g13blog/
Thank U for any help!!
]]>since I upgraded from 1.5.2 to 2.0, the username and password is never saved, doesn’t matter if I select the “Remember Me” checkbox. It’s lost when I close the browser.
Also I noticed that the URL for the login is
https://www.mydomain.com/blog/wp-login.php?redirect_to=%2Fblog%2Fwp-admin%2F
I don’t know if there is any relation between these.
Thanks for your help.
R.-
]]>