yauhui
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 3.0 Plugin Upgrade Bug? Could Not Create DirectoryI’m experiencing a similar problem. However, the host is indeed running ProFTP. I had been in other permission issues before this, but most of them were resolved by chmod 777 or creating the file/folder through PHP so that the owner is apache. Now that I’ve finally gotten WordPress running, I tried to update Akismet but gotten this error:
“Downloading update from http://downloads.wp.xz.cn/plugin/akismet.2.5.2.zip…
Unpacking the update…Warning: Invalid argument supplied for foreach() in /path/to/wordpress/wp-admin/includes/class-wp-filesystem-ftpsockets.php on line 299
Could not copy file. /path/to/wordpress/wp-content/upgrade/akismet.tmp/”
Anyone figured a solution?
Update: Looking through my directories, I found akismet.tmp in /wp-content/ rather than /wp-content/upgrade/, which puzzled me.
Forum: Themes and Templates
In reply to: Remove date ONLY in pagesI don’t have a page.php in my theme.
There’s only header.php, index.php, sidebar.php, comments.php, footer.php and style.css.
I’m using the Treba theme btw.
Forum: Everything else WordPress
In reply to: RSS feed screwed upgot it sorted out.. I disabled the myStat plugin..
Forum: Everything else WordPress
In reply to: RSS feed screwed upWell I changed the permalinks to /?p=%post_id% so the post URLs are like normal but the pages are different… so /?feed=rss2 doesnt work.
Also, how can it not be valid? I didn’t mess with the feed PHP file.. I dont even know where is it..