Doesn’t want to work with my setup.
When I click “update options” on the setting page, it ends up on a 404 error.
It seems to me that it doesn’t post the form to the actual url.
My blog is on a sub folder, so that my be an issue.
Any help would be appreciated!
(Quote)
Also, when I try to download the new version ( 0.9.3) from WordPress, I keep getting the 0.9.1. I confirm this by cheking the version number on file ‘foldingstatsplus.php’
On another note: I got it to work by manually modifying the file ‘options-folding.php’, I changed the 15th line ($location…) to read: $location = get_option(‘foldurl’) . ‘/blog’ . ‘/wp-admin/admin.php?page=folding-stats-plus/options-folding.php’; // Form Action URI
I simply added that subfolder for my blog.
This may already be fixed on your new version, but I hope it helps if you are trying to narrow down any bugs.
Thanks!
(Quote)
Doesn’t want to work with my setup.
When I click “update options” on the setting page, it ends up on a 404 error.
It seems to me that it doesn’t post the form to the actual url.
My blog is on a sub folder, so that my be an issue.
Any help would be appreciated!
(Quote)
Also, when I try to download the new version ( 0.9.3) from WordPress, I keep getting the 0.9.1. I confirm this by cheking the version number on file ‘foldingstatsplus.php’
On another note: I got it to work by manually modifying the file ‘options-folding.php’, I changed the 15th line ($location…) to read: $location = get_option(‘foldurl’) . ‘/blog’ . ‘/wp-admin/admin.php?page=folding-stats-plus/options-folding.php’; // Form Action URI
I simply added that subfolder for my blog.
This may already be fixed on your new version, but I hope it helps if you are trying to narrow down any bugs.
Thanks!
(Quote)
Luis thanks for testing
0.9.4 should be fixed i changed the line to:
action="< ?php echo $_SERVER['REQUEST_URI']; ?>&updated=true">
so it should work in any directory now, please let me know if its fixed.
(Quote)