Daynah
Forum Replies Created
-
Forum: Plugins
In reply to: Polls 1.2 database errorCREATE TABLE wp_pollsa ( aid int(10) unsigned NOT NULL auto_increment, qid int(10) NOT NULL default '0', answers varchar(200) NOT NULL default '', votes int(10) NOT NULL default '0', PRIMARY KEY (aid))
Try running this query in phpMyAdmin. There seems to be an extra , at the end of the query.Forum: Fixing WordPress
In reply to: Category with bullet???Hmm..
would #content ul { list-style: none; } work? 🙂Forum: Fixing WordPress
In reply to: Password problem with 1.2http://daynah.php-princess.net/images/wp_url.gif
hmm.. I can’t edit my own post? Anyhow, here’s the link.. hope this works.Forum: Fixing WordPress
In reply to: No plugins available?I believe it should be 755.
Forum: Installing WordPress
In reply to: Parse ErrorDid you edit anything in wp-admin/post.php ? Try reuploading that file.
Forum: Fixing WordPress
In reply to: HTTP 406 Not Acceptable after clicking “Update OpWhat browser are you using? See if it continues to happen in a different browser also.
Forum: Plugins
In reply to: File attachmentI think this is alreayd built into the blogging software. Go into your Admin control panel and click on OPTIONS. In the second menu, click on MISCELLANEOUS.
Checkmark “ALLOW FILE UPLOADS” and fix the paths. Under “ALLOWED FILE EXTENSIONS,” add pdf doc and what other file types you might need. 🙂Forum: Fixing WordPress
In reply to: HTTP 406 Not Acceptable after clicking “Update OpHmm.. maybe this page will help you get rid of the error:
http://et.com.mx/mgb/dmoz/stat/406.html
How to Get Rid of Error 406, “Not Acceptable”
Go to the “preferred languages” configuration of your browser and put English at the end of the list, after all your preferred languages. This tells the browser that you want the pages in your preferred language(s) or, if that is not possible, in English.
To change the language configuration in Internet Explorer 5, go to Tools (or Extras) -> Internet Options -> Languages. In Netscape Communicator 4, go to: Edit -> Preferences -> Navigator -> Languages. See here for other browsers.
That’s it. You can go back to the main page now.Forum: Installing WordPress
In reply to: Warning: mysql_list_tablesHmm, my only advice is to double check the wp-config.php file. Make sure you didn’t edit wp-config-sample.php instead.
Forum: Installing WordPress
In reply to: b2 Upgrade — b2 download gone?I think this link may help. You might need to manually update the database. http://wordpress.org/support/2/5817
Forum: Installing WordPress
In reply to: upgradehehehehe
Forum: Plugins
In reply to: WP Plugin: Memberlist 1.0Sorry about that. I think there were some whitespaces at the end of the memberlist.php file. Just delete any whitespaces after the ?> I reuploaded a new version on my site too. 🙂
Forum: Fixing WordPress
In reply to: BUG? Wacky redirection!I had this problem after upgrading myself. I believe what fixed it was closing all my browser sessions and opening a new one back up. Try clearing your cache as well. Hope it helps.
Forum: Fixing WordPress
In reply to: Error messages from postsAre there whitespaces in my plugin? hehe if so, I’ll reupload a new copy tonight.
Forum: Fixing WordPress
In reply to: Error messages from postsGo into the file wp-content/plugins/memberlist.php
and delete any whitespace after the ?>