lachh1
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-table] Not parsing csv import correctlyI can’t even get it to upload the .csv file. I got this error:
Warning: move_uploaded_file(/home/content/j/m/f/jmf448/html/blog//home/content/j/m/f/jmf448/html/blog/wp-content/uploads/tableone.csv) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/content/j/m/f/jmf448/html/blog/wp-content/plugins/wp-table/wp-table-admin.php on line 170
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move ‘/tmp/phpXJfjgZ’ to ‘/home/content/j/m/f/jmf448/html/blog//home/content/j/m/f/jmf448/html/blog/wp-content/uploads/tableone.csv’ in /home/content/j/m/f/jmf448/html/blog/wp-content/plugins/wp-table/wp-table-admin.php on line 170
ERROR : File cannot be saved. Check the permission of the wordpress upload folder
Any ideas?
Forum: Fixing WordPress
In reply to: GoDaddy Permalinks Internal Server Error 500I get a similar problem. Can anyone help? It seems whenever I go to the post index (creating a page for all posts, etc) get this error up top of the page:
[WordPress database error: [Table ‘ybc40.wp_post2cat’ doesn’t exist]
SELECT p2c.category_id AS cat_id, COUNT(p2c.rel_id) AS numposts, UNIX_TIMESTAMP(max(p.post_date_gmt)) + ‘-8′ AS last_post_date, UNIX_TIMESTAMP(max(p.post_date_gmt)) AS last_post_date_gmt FROM wp_post2cat p2c INNER JOIN wp_posts p ON p2c.post_id=p.id WHERE (p.post_status=’publish’ OR p.post_status=’static’) AND p.post_date_gmt<=’2007-11-07 01:02:26′ GROUP BY p2c.category_id ORDER BY numposts DESC}}}WordPress database error: [Table ‘ybc40.wp_post2cat’ doesn’t exist]
SELECT p2c.category_id AS cat_id, COUNT(p2c.rel_id) AS numposts, UNIX_TIMESTAMP(max(p.post_date_gmt)) + ‘-8′ AS last_post_date, UNIX_TIMESTAMP(max(p.post_date_gmt)) AS last_post_date_gmt FROM wp_post2cat p2c INNER JOIN wp_posts p ON p2c.post_id=p.id WHERE (p.post_status=’publish’ OR p.post_status=’static’) AND p.post_date_gmt<=’2007-11-07 01:02:26′ GROUP BY p2c.category_id ORDER BY numposts DESCWordPress database error: [Table ‘ybc40.wp_post2cat’ doesn’t exist]
SELECT p2c.category_id AS cat_id, COUNT(p2c.rel_id) AS numposts, UNIX_TIMESTAMP(max(p.post_date_gmt)) + ‘-8′ AS last_post_date, UNIX_TIMESTAMP(max(p.post_date_gmt)) AS last_post_date_gmt FROM wp_post2cat p2c INNER JOIN wp_posts p ON p2c.post_id=p.id WHERE (p.post_status=’publish’ OR p.post_status=’static’) AND p.post_date_gmt<=’2007-11-07 01:02:26′ GROUP BY p2c.category_id ORDER BY numposts DESCWordPress database error: [Table ‘ybc40.wp_post2cat’ doesn’t exist]
SELECT p2c.category_id AS cat_id, COUNT(p2c.rel_id) AS numposts, UNIX_TIMESTAMP(max(p.post_date_gmt)) + ‘-8′ AS last_post_date, UNIX_TIMESTAMP(max(p.post_date_gmt)) AS last_post_date_gmt FROM wp_post2cat p2c INNER JOIN wp_posts p ON p2c.post_id=p.id WHERE (p.post_status=’publish’ OR p.post_status=’static’) AND p.post_date_gmt<=’2007-11-07 01:02:26′ GROUP BY p2c.category_id ORDER BY numposts DESC]I get the feeling it’s something simple but I don’t know where to start. Any help is greatly appreciated.