

osthinker
Members-
Content count
13 -
Joined
-
Last visited
About osthinker
- Birthday 01/01/1980
Profile Information
-
Real Name
Stavros
-
Gender
Male
-
Location
Woowooland
-
Ok... as nobody answered i tried to debug it, myself! There is something wrong with the server. Some kind of limitation of many inputs/checkboxes. around 50 pefs actually means 350 strings to POST.... THE POST is the problem and not the script after a googling i found this guy http://www.webmasterworld.com/php/3927419.htm which we have the exact same problem but nobody answer him :( any ideas? ps. i already tried the post_max_size = 2147483647 but it is already too high!
-
same problem here without the discount coupons addon also on update it makes the second input (the one that says "tax") blank Thank you for your constribution
-
Is there any type of limit? For example, 50 pefs to the same order?
-
I have many sites with this super addon. Recently i transfer some of them from win to linux. Everything seems to be ok until i tried to delete one pef from the admin. After several hours of research i cant see where the problem is. Things that i have noticed and done ----------------------------------------- 1.The site which im referring on, was 465 pef 2.I can add a new one pef but i cant delete it. 3.when im trying to upload a photo, in a product... the photo is uploaded normally but on update it doesnt write the name of the photo in the db 4.i tried to delete all the names from Product_Extra_Fields_name (maybe for unknown characters) 5.when im trying to update pef in a product, it updates some of the pef not all 6.i emptied the table and everything seems to be ok. upload foto, edit/delete pef ok 7.i have add on more field for the multi-lang name of the pef (different names in pef) any ideas, help or suggestions? Thank you in advance
-
yeah...you were right... stupid mistake, sorry evrything is fine now something more sophisticated now... is there any way to ask users to choose if they are wholsale or retail uppon their registration? and if they choose wholesale the approval will be necessery but if they choose retail the registration to the site will be instant anyone something similar?
-
First of all thank you for this contribution... i successfully installed the sppc in my Osc.v2.2RC2 and everything looks ok exept this one! in customers_groups.php some headings is missing HEADING_TITLE_MODULES_PAYMENT HEADING_TITLE_MODULES_SHIPPING HEADING_TITLE_MODULES_ORDER_TOTAL any ideas? is this happen because of the version of my osc? if this happend because of my osc, should i check somewhere else for more errors? Thank you all in advance
-
found it in the german forum! thanks guys even that i did not understand a word from you ;) in admin/members.php on line 163 find $customer_language_id_qry = tep_db_query('select customers_language_id from ' . TABLE_CUSTOMERS . ' where customers_id = ' . $cID); and replace it $customer_language_id_qry = tep_db_query('select customers_language_id from ' . TABLE_CUSTOMERS . ' where customers_id = ' . $HTTP_GET_VARS['cID']);
-
i updated from 1.5 to 1.7 when i try to approve a client, i get this message in the admin 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 select customers_language_id from customers where customers_id = [TEP STOP] anyone? thanks in advance
-
found it! sorry... my mistake... i had to write the right words in page control :blink:
-
hi jack thanks for the contribution i have a 2 language site... everything works fine in the "main language" (shows "main title of the site" + "category name" + "product name") but when i change to the "secondary lang" the "main title of the page" doesnot show the path as in the "primary lang" it is only showing the "main title of the site" in primary again + the "product name" in secondary lang the "main title of the site" it is in the "main language" and not in the "secondary" exept that i have the same problem to the "currently viewing" part thank you or anybody else that will answer me S.
-
hi jack is HeaderTags SEO compatible with Ultimate SEO URLs or should i remove the Ultimate URLs first? does HeaderTags SEO effect the url? thank you