Got it. FIlezilla aint perfect. me neither. Thanks anyway.
Printable View
Dear developer of this excellent mod,
Just wanna inform you that the included installation sql patch will delete configuration_key with configuration_group_id = 0
The effected keys are
PRODUCTS_OPTIONS_TYPE_SELECT
UPLOAD_PREFIX
TEXT_PREFIX
Deletion of above keys will effect the proper functionality of Zen Cart.
Thanks!
Please execute this sql to restore deleted records:
Code:INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, now(), now(), NULL, NULL);
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, now(), now(), NULL, NULL);
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, now(), now(), NULL, NULL);
Andrew,
Was wondering if you might be able to give me some direction.
I am using your dynamic menu, but would like to style it like the menu here:
http://208.112.70>dot<145/
Pardon the >dot< but this is a testing site. I like this style a lot, and it will work better with my menu categories.
Sorry about the thread hijack... :)
-cj
Hello All..
I'm getting these strange errors when trying to upload my sitemap from the control panel. I have this mod installed in other stores and don't have a prob. Just this one store. Any help would be appreciated.
Here is what comes up when trying to submit...
Warning: file(): URL file-access is disabled in the server configuration in /home/content/a/v/a/avantageserv/html/googlesitemap.php on line 124
Warning: file(http://www.google.com/webmasters/sit...mapindex.xml): failed to open stream: no suitable wrapper could be found in /home/content/a/v/a/avantageserv/html/googlesitemap.php on line 124
Warning: implode(): Bad arguments. in /home/content/a/v/a/avantageserv/html/googlesitemap.php on line 124
URL file-access is disabled in the server configuration
I gathered it was something like that, but how do I correct that? I never had to do anything like that before.
Thanks for responding...
:unsure:
Nothing. You need to manually ping.
I found out that some providers block this function, but that you can edit your php.ini file from false to true for that setting and that helped. Thanks...
I would like to add Manufacturers pages to my sitemap, anyone have any idea how to do this.