Should the new feeder config have an "alternate image URL" and "Magic SEO URL" options?
Those are missing for me - 1.10.2
Here's another thing - I have my config set to feed/google/
In my root I go to feed/google and have the feed set to 777 and changed the google folder to 755. Admin picks up the fact that I changed my google folder to 755 and gives me this message:
[FONT="Courier New"]Your Google Merchant Center folder is not writeable! Please chmod the /GOOGLE_PRODUCTS_DIRECTORY folder to 755 or 777 depending on your host.[/FONT]
So to some degree it knows that the /GOOGLE_PRODUCTS_DIRECTORY is indeed feed/google/
WHen I change back to 777, all is good except the remaining
[FONT="Courier New"]Warning: opendir(/opt/apache/htdocs/storename/GOOGLE_PRODUCTS_DIRECTORY) [function.opendir]: failed to open dir: No such file or directory in /opt/apache-2.2.13/htdocs/storename/admin/googlefroogle.php on line 185[/FONT]
Here's that line 185-189:
PHP Code:
if ($handle = opendir(DIR_FS_CATALOG . GOOGLE_PRODUCTS_DIRECTORY)) {
while (false !== ($file = readdir($handle))) {
if ($file != "." && $file != ".." && $file != 'index.html') {
$filetime = filemtime(DIR_FS_CATALOG . GOOGLE_PRODUCTS_DIRECTORY . $file);
$date = date('j/m/Y');