

badbo
Members-
Content count
196 -
Joined
-
Last visited
Profile Information
-
Real Name
Bo Mccoury
Recent Profile Visitors
19,150 profile views
-
Thanks jack for the great piece of work. I have it installed and working on windows 2012 server php 5.3 Oscommerce 2.3.4 Of course there is no .htaccess so have to use url rewrites instead Windows users should check to see if database is using STRICT_TRANS_TABLES modes before installing view_counter. Run sql SET GLOBAL sql_mode = ''; before installing database changes Thanks again Jack
-
View Counter V 1.5 is what i installed Thanks going to try to install it again.
-
Thanks but there was none.
-
ran backup on files and database BOX_VIEW_COUNTER is still in admin as soon as I get rid of that i will try again, and when I get it really screwed up I will pay you to fix it. LOL Thanks Jack
-
Thanks jack, under view_counter_color.php in admin i get 404,s on all the links I will go back thru the install to see if i missed something, also when I ran the installer for database I had STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION and had a tech stop so i ran the uninstall but it said it did but i have two sets of View Counter in database. looked in configuration in database. only shows 1 of each Thanks
-
Never mind I forgot to disable STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION in database. Windows don't like it. Thanks
-
Have an install error trying to create tables in database 1101 - BLOB/TEXT column 'data' can't have a default value CREATE TABLE view_counter_flags (ip_number INT( 64 ) UNSIGNED NOT NULL, data blob DEFAULT '', index idx_ip_number (ip_number)) ENGINE=InnoDB Thanks
-
Will one of the sample one work Jack, Thanks
-
-
So jack you want 75 to install and a db9 is 499.00 lol Nice mod but that leaves me out.
-
badbo started following [Contribution]Product Image Verify, SSL installation on 2.3.4, use smtp to send mail and and 1 other
-
[Contribution] OPI: OsC Product Image Module
badbo replied to Parikesit's topic in General Add-Ons Support
Most of the time it is because of your admin settings. Somewhere i saw in this forum that advanced htaccess was for https not http, but i could be wrong. I bet if you post your admin settings and your server info that Rainer will help you. Are you using windows or whatever. -
[Contribution] OPI: OsC Product Image Module
badbo replied to Parikesit's topic in General Add-Ons Support
Rainer I cured my problem with: tep_image(DIR_WS_IMAGES . 'thumbs/def/small/' . $specials['products_image'], $specials['products_name'], '80', '80'); adding the image sizes where I needed them. Thanks -
[Contribution] OPI: OsC Product Image Module
badbo replied to Parikesit's topic in General Add-Ons Support
Thanks maybe I have a setting wrong somewhere. -
[Contribution] OPI: OsC Product Image Module
badbo replied to Parikesit's topic in General Add-Ons Support
Thanks Rainer for updating this contribution to 2.3.4. Thumbs are created everywhere. One small problem. The image width and image height is not showing on the index.php image when i inspect element. Alt txt is showing. trying to speed up site with 8k products so on speed test I receive- The following image(s) are missing width and/or height attributes for all the product images on index. Thanks for looking.Server is windows 2012 with rewrite set to true and rewrites added. And yes there is a template overlay which does not change core files. The only core file changed was replacing categories.php with categories-opi.php. -
Update for image.verify.php uploaded http://addons.oscommerce.com/info/8210 Fix for missing Edit and Delete Buttons only
-
I just wrote over it and works fine on windows 2012 .