As of the 4-15-2004 nightly, the options interface is reasonably finished. So testing of the new options interface, which previously was discouraged because it wasn't finished, is now fair game.
As of the 4-15-2004 nightly, the options interface is reasonably finished. So testing of the new options interface, which previously was discouraged because it wasn't finished, is now fair game.
hmm time to update my 1st april nightly :)
Don't forget to run upgrade.php.
ran upgrade.php
got this error on this page: wp-admin/options-writing.php
[You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '','mailserver_pass','default_category')' at line 1]
SELECT b2options.option_id, option_name, option_type, option_value, option_admin_level FROM b2options WHERE option_name IN ('default_post_edit_rows','blog_charset','use_smilies','use_balanceTags','advanced_edit','ping_sites','mailserver_url', 'mailserver_port',mailserver_login','mailserver_pass','default_category')
My upgrade went fine, but now, on the page, I see this string below each post:
Pages: Comments (0)Comments (1)Comments (%)1 none
I'm going back to the previous comment code just for now..
This comments code in the new index.php.. I tried plying around to see if I could get it not to show what it should not, but failed.
<div class="feedback">
<?php link_pages('
'.$lang->str('pages','',1).' ', '
', 'number'); ?>
<?php comments_popup_link($lang->str('comment_count_0','',1), $lang->str('comment_count_1','',1), $lang->str('comment_count_n','',1)); ?>
</div>
comments seems to be working fine on my blog. :)
I'm getting this error now:
[You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE post_id = 391 ORDER BY meta_key,meta_id' at line 3]
SELECT meta_key, meta_value, meta_id, post_id FROM WHERE post_id = 391 ORDER BY meta_key,meta_id
SQL/DB Error:
[You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'GROUP BY meta_key ORDER BY meta_key' at line 3]
SELECT meta_key FROM GROUP BY meta_key ORDER BY meta_key
hi!
missed the thread:
here is the post where i pasted error code after attempting to change setting in writing options in the 15th of the 4th nightly.
upgrade.php had been run.
cheers-r.
Thanks Random, I had the same problem.
I can confirm that both 2004-04-15 and 2004-04-18 are affected.
i am getting a similiar error
\SQL/DB Error:
[You have an error in your SQL syntax near '','mailserver_pass','default_category')' at line 1]
SELECT journal_options.option_id, option_name, option_type, option_value, option_admin_level FROM journal_options WHERE option_name IN ('default_post_edit_rows','blog_charset','use_smilies','use_balanceTags','advanced_edit','ping_sites','mailserver_url', 'mailserver_port',mailserver_login','mailserver_pass','default_category')
\
followed by \Warning: Cannot modify header information - headers already sent by (path info)\
when i try to update options.
ran upgrade.php without error.
version wp-alpha 1.2 , nightly as of 18-04.
any hint would be appreciated.
indeed it was the missing single quote randomurl was talking about. all fine now.
This topic has been closed to new replies.