joey779:
Can anyone help please. First time I've installed the addon and there is a problem. (Zen 3.1.9)
I have just installed the latest version of Gbase. I have set the output directory and output file parameters in CONFIGURATION but but when I try to generate a file from TOOLS>MERCHANT FEEDER it shows:
/home/arrowsto/public_html/feed/google/GOOGLE_PRODUCTS_OUTPUT_FILENAME_products_.xml
Processing: Feed - Yes, Upload - No
Google Merchant Center File Complete In 0.000447 Seconds 0 of 0 Records
DEBUG:
[24-Jul-2011 15:01:55] PHP Warning: opendir(/home/arrowsto/public_html/GOOGLE_PRODUCTS_DIRECTORY) [<a href='function.opendir'>function.opendir</a>]: failed to open dir: No such file or directory in /home/arrowsto/public_html/admin/googlefroogle.php on line 185
So the variables GOOGLE_xx aren't being replaced with teh filename and directory which i set in config.
I am getting the exact same error here... When running to make a new file, instead of making a file in the directory called feed/google called... google_feed_products.xml.... I am getting a file called..... GOOGLE_PRODUCTS_OUTPUT_FILENAME_products_.xml ...
So.. it is somehow not converting the variable to a file name...
Also, it is really just putting in one line of text...
"<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:g="http://base.google.com/ns/1.0">
<channel>
<title>MySiteNameTitle</title>
<link>GOOGLE_PRODUCTS_ADDRESS</link>
<description>GOOGLE_PRODUCTS_DESCRIPTION</description>
</channel>
</rss>"
"...
After this, there is an error in my cache folder....
"PHP Warning: opendir(/var/www/vhosts/mysite.co.uk/httpdocs/GOOGLE_PRODUCTS_DIRECTORY) [<a href='function.opendir'>function.opendir</a>]: failed to open dir: No such file or directory in /var/www/vhosts/mysite.co.uk/httpdocs/changedadmin/googlefroogle.php on line 185
"
I used version 1.10.1 - seems to me like possible coding error but I cant find it..!!