

netbull
Members-
Content count
39 -
Joined
-
Last visited
About netbull
- Birthday 11/28/1986
Profile Information
-
Real Name
Aleksandar
-
Gender
Male
-
Location
Bulgaria
-
Interests
web design, cars, money
- Website
-
i saw one comented line in function in application_top.php and that was confiusing...how ever i solve the problem in about 2 min when i know what to search for :)
-
I have problem...all the time i try to enter a product or a category the f*****g site redirects me to /index.php when i turn off the module everything is working fine, but when I enter http://www.my_site.com/ it redirects me to http://www.my_site.com/index.php (maybe this is a clue what is happening). How can i solve the problem ?
-
Hi, I installed it and it work fine, but this generator does not support my language and it show all text in strange characters. I want to use it with cp1251 (Arial font). I need to show Bulgarian/Russian characters. Can someone tell me hot to make it to work properly ?
-
YES YES YES I fix this f*****g issue with php5 ! (sorry for this bad word but I am very happy now :) so..for everyone with this error: Warning: Variable passed to each() is not an array or object in /home/energysu/public_html/energysupplystore/admin/quick_priceupdates.php on line 75 Warning: Variable passed to each() is not an array or object in /home/energysu/public_html/energysupplystore/admin/quick_priceupdates.php on line 94 go to catalogue/admin/quick_priceupdates.php find (line 75): while (list($key, $value) = each($price_update)) { and replace it with: while (list($key, $value) = each($HTTP_POST_VARS['price_update'])) { also find (line 94): while (list($key, $value) = each($stock_update)) { and replace it with: while (list($key, $value) = each($HTTP_POST_VARS['stock_update'])) { that`s it your done! What we do ? $product_update and $stock_update are not an arrays so we replace them with arrays ($HTTP_POST_VARS['product_update'] and $HTTP_POST_VARS['stock_update']) I don`t know is this the correct way to fix this issue but it works with php5 so... I will use it :D
-
same problem here. i installed this contribution successfully, but when I`m logged in and I try to upload a photo it redirect me to login page (when I press UPLOAD button) Can someone tell me how to fix this issue ?
-
Hi, I write here because i cant figure it out :/ I installed AM Version 1.5.6 and admin section works fine, but on users side when I want to read the article it display me blank page :/ I don`t have installed HTS and html wysiwyg
-
can anyone tell me where can I find this contrib for CRE Loaded ?!
-
bkellum Thanks!
-
Sorry for interupt but what is the problem with admin area ? When I install "Default" part for STS Module it fill out some values, i try to change that values (Use Templates? to "True"...) but when I hit "Update" button...the values are the same as old (Use Templates? is "False").
-
hey?! any help here ?!
-
How can change carset/encoding to windows-1251. I want to translate all to Bulgarian but PDF encoding is not working.
-
Hi, I need to know montly and weekly sales for each store and to export every stats in PDF file. Is there a stats like this for Multi Stores ?
-
hm...I have a problem with products_attributes.php. this file is not changed for MS and diferent stores can see all products :( and one more thing...products expected don`t work (don`t have any buttons to add products to be expected :) )
-
hm...i don`t know man. I use MySQL 4.1.21-standard-log and everyting is fine
-
sorry...how can I remove these posts ?