Exactly: cannot edit existing quotes. Message: “Cannot load quote-rotator.php”
Same error appearing now with WordPress v2.7.1 and Quote Rotator v3.5.6
Error: Cannot load quote-rotator.php.
Attempted Url: wp-admin/edit.php?page=quote-rotator.php
I should also mention that the changes are being saved, but I have to click back after the error appears and then reload the quotes page.
I am having the same problem. I think it worked after the first quote I added. But I got the error after the adding the second one.
Anyone with ideas.
I am having the same problem still. Any solution yet?
BUG REPORT
Quote-rotator
BUG FIX
FILE: quote-rotator-management.class.php
FUNCTION: function displayManagementPage()
THIS LINE:
echo "\t\t\t<form name=\"EditQuotesForm\" method=\"post\" action=\"?page=quote-rotator.php\">\n";
SHOULD BE CHANGED TO:
echo "\t\t\t<form name=\"EditQuotesForm\" method=\"post\" action=\"?page=quote-rotator/quote-rotator.php\">\n";
THIS FIXES THE BUG
I have *NOT* reported this fix to the author.