oosevenjoey
Member
Posted 18 years ago #
New install seems to work well except...
1. The only thing is that when I add comments they do not get published and when I have notify set I do not get an email.
2. The "Import" tab on the dashboard menu never completes and ends in an error message?
samchng
Member
Posted 18 years ago #
For import you have to check out some thread that says to put a slash "/" behind a line. Changed WP_settings.php line 302 to allow import in admin to work by adding a slash after import.php.
For comments, try changing your .htaccess comment line to this
^([_0-9a-zA-Z-]*)/?wp-comments-post.php(.*) /wp-inst/wp-comments-post.php [L]
Sometimes it helps. For me it didn't.
febwa1976
Member
Posted 18 years ago #
samchng
Many thanks! - The import "/" works perfectly.
The Comments htaccess mod unfortunately does not work
febwa1976
Member
Posted 18 years ago #