Guest Posted December 20, 2005 Posted December 20, 2005 I'm a little lost on how to install and use this contribution. So I hope someone will take pitty on me and give me some guidance. I downloaded a copied to my admin directory on the server, the two directories contained in the zip file. my server structure is /home/username/domainname/ and under that are the following: directories and php files ./ advanced_search.php cookie_usage.php ../ advanced_search_result.php create_account.php* DOCS/ catalog/ create_account_succes account.php* cgi-bin/ account_edit.php* checkout_confirmation.php* account_history.php* checkout_payment.php* download/ account_history_info.php* checkout_payment_address.php download.php* account_newsletters.php checkout_process.php* extras/ account_notifications.php checkout_shipping.php* account_password.php checkout_shipping_address.php* address_book.php* checkout_success.php* images/ address_book_process.php* conditions.php* includes/ admin/ contact_us.php* index.php under the catalog directory, I created a feeds directory and did the chmod I modified the seetings in admin/includes/classes/froogle.php to reflect the proper directories and url's and uploaded the two directores to the admin directory Then added the require directive to the column_left.php file. That all went fine, and when I start up the administrative interface I get an entry on the bottom left that says 'Store Feeds' so iassume, so far so good.... when I click that entry ... which points to http://domain.com/admin/froogle.php?selected_box=feeds after about 30 secs, I get the timeout as indicated, Fatal error: Maximum execution time of 30 seconds exceeded in /home/username/public_html/domain/admin/includes/classes/froogle.php on line 98 (note 'username' and 'domain') have been replaced to hide the actual names I click 'refresh' and although it continues to time out, an image is created under the image path I specified. I have only 1 image in my images/products/ directory called 'slug.gif'. What gets created in the catalog/feeds/ directory for the upsized images is 'slug.gif.JPG' . Exactly as you see it here with the added JPG and uppercase just like it is here. No datafeed .txt file is generated. So... can someone help me figure out what I'm doing incorrectly or if I'm missing something else that needs to be added to the configuration to make this work. Thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.