

badbo
-
Content count
196 -
Joined
-
Last visited
Posts posted by badbo
-
-
-
The big red statement in the header of the color page may provide a clue as to why that is happening. :)
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.
-
Should it not plug over a fresh install of 2.3.3.3? The instructions are pretty cut and dry. Copy all of advanced.htaccess to the htaccess in the root directory. I removed every htaccess from the entire store except that one so as not to conflict. Overwrite files and append your chosen define to all tep_image references. I could get images loaded to the products subdirectory but not display them. Nothing happens with (_thumbnails_) folder what so ever and the front end images are a never ending spinner.
Also, on the frontend, if ModReqwrite is off and your only appending /def/small/whatever/ to the tep_image() references, then how would any of those image calls know that opi_thumbnailer.php is the image handler without a modification to the tep_image() function in html_output.php. Correct me if im wrong, but im understanding it does rely on the native tep_image function.
The only way i could get it to work was buy turning off modRewrite and letting the opi.thumnailer handle the images. Even then, couldnt get them to show up on the front end because the tep_image function doesnt see a /def/small/whatever directory.
I'm at a loss, and really don't know where to go from here. Any direction would be helpful.
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.
-
Dear Bo @@badbo,
This has nothing to do with OPI. OPI modifications and script do not interfere in the image size information. Otherwise everything related to your image thumbnail problems has been pointed out in the kissIT thread.
Kindest regards
Rainer
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
-
Dear Bo @@badbo,
This has nothing to do with OPI. OPI modifications and script do not interfere in the image size information. Otherwise everything related to your image thumbnail problems has been pointed out in the kissIT thread.
Kindest regards
Rainer
Thanks maybe I have a setting wrong somewhere.
-
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
-
Searched and scoured this forum and surprised no one else has this question / concern (or I couldn't find it).
I have a 2.3.4 cart. On step 5 of the install for catalog/includes/application_top.php it says to find this code:
// set php_self in the local scope $PHP_SELF = (((strlen(ini_get('cgi.fix_pathinfo')) > 0) && ((bool)ini_get('cgi.fix_pathinfo') == false)) || !isset($HTTP_SERVER_VARS['SCRIPT_NAME'])) ? basename($HTTP_SERVER_VARS['PHP_SELF']) : basename($HTTP_SERVER_VARS['SCRIPT_NAME']);
But in my version all I can find is this:
// set php_self in the local scope $req = parse_url($HTTP_SERVER_VARS['SCRIPT_NAME']); $PHP_SELF = substr($req['path'], ($request_type == 'NONSSL') ? strlen(DIR_WS_HTTP_CATALOG) : strlen(DIR_WS_HTTPS_CATALOG));
I did a site wide search and cannot find anything that matches the "find this" code. I do have some mods, but they don't affect this code. I even checked a vanilla install of 2.3.4 and don't see that "find this" code.
Should I just override it and move forward, or are there things I need to change so it works with 2.3.4?
Anyone got this working error free on 2.3.4?
Thanks
I just wrote over it and works fine on windows 2012 .
-
Performance Problem,
After a few years of happy working with the USU im facing a problem of database overload.
As written on the instructions every time a product is updated the cache is reset.
Now Im working with 2k online products and 9k total products and this reset causes a server overload. With only a product its afordable, but when updating 15 or 20 products one after another the server goes unresponsible.
Is the cache reset a must do after an update? how can avoid this?
Thanx
Open \includes\modules\ultimate_seo_urls5\cache_system\cache and delete them all at one time
-
@@badbo,
I know this:
And it's just what you tried on your txomega.com 2.3.4 store product_info.php:
<a href="http://txomega.com/images/small/comp/DHSSDSC2BB480G401.jpg" target="_blank"><img width="300" height="200" src="includes/modules/kiss_image_thumbnailer/thumbs/300x200_DHSSDSC2BB480G401.jpg" title="" alt="" hspace="5" vspace="5" id="piGalImg_1" /></a>
I only wanted to explain why the product images do not show on your txomega.com 2.3.4 store product_info.php.
It's all explained: your header is wrong, it's not 2.3.4, and your modifications are wrong. That's all.
If you download the newest version for 2.3.4BS, youll find instructions how to modify the 2.3.4 product_info.php.:
http://addons.oscommerce.com/info/9206
That's it.
You can try to tweak the az_get_image_size funktion to work with kissit or to add a numeric value for height.
Try this:
$product[$row]['image_size'] = az_get_image_size(DIR_WS_ . $listing['products_image'], '80', '80'); $product[$row]['image'] = tep_image(DIR_WS_ . $listing['products_image'], $listing['products_name'], '80', '80'); seems it is calling get_ image instead of tep_image
Or contact your template provider for help.
Finally you paid them for the template, I suppose, and they should give you support for it. :-
regards
Rainer
Thanks Rainer i will give it a try
-
@@badbo,
You have a totally confusing setup and you are giving totally confusing information:
1. You say you tried on fresh installs, but your store is modified with a template. Thats why your snapshot looks how it looks.
2. You say you didn't apply the changes to product_info and it's where the kissit modifications are applied. They are not applied on the product listings. There your images point to: images/small/........not to: includes/modules/kiss_image_thumbnailer/thumbs/........
3. "When I use gtmetrix to check. Have a very poor score for scaled images." What do you expect if your images are still scaled from 150x150 to 80x80 in the product listings.
4. In the 2.3.4 store txomega.com you point in the header to the bxgallery and fancybox scripts (included in older versions until 2.3.3.4);
<script type="text/javascript" src="ext/jquery/bxGallery/jquery.bxGallery.1.1.min.js"></script> <link rel="stylesheet" type="text/css" href="ext/jquery/fancybox/jquery.fancybox-1.3.4.css" /> <script type="text/javascript" src="ext/jquery/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
But in product_info.php you are using the colorbox and photogrid script of 2.3.4:<script type="text/javascript"> $(function() { $('#piGal').css({ 'visibility': 'hidden' }); $('#piGal').photosetGrid({ layout: '1', width: '250px', highresLinks: true, rel: 'pigallery', onComplete: function() { $('#piGal').css({ 'visibility': 'visible'}); $('#piGal a').colorbox({ maxHeight: '90%', maxWidth: '90%', rel: 'pigallery' }); $('#piGal img').each(function() { var imgid = $(this).attr('id').substring(9); if ( $('#piGalDiv_' + imgid).length ) { $(this).parent().colorbox({ inline: true, href: "#piGalDiv_" + imgid }); } }); } }); }); </script>
Please if you claim that something doesn't work, try first on a unmodified store installation.regards
Rainer
You said:
2. You say you didn't apply the changes to product_info and it's where the kissit modifications are applied. They are not applied on the product listings. There your images point to: images/small/........not to: includes/modules/kiss_image_thumbnailer/thumbs/........
Find ( about line 88 ) ...
$pi_entry .= '" target="_blank" rel="fancybox">' . tep_image(DIR_WS_IMAGES . $pi['image']) . '</a>';
Replace with ...
$pi_entry .= '" target="_blank" rel="fancybox">' . tep_image( DIR_WS_IMAGES . $pi['image'], '', KISSIT_MAIN_PRODUCT_IMAGE_WIDTH, KISSIT_MAIN_PRODUCT_IMAGE_HEIGHT ) . '</a>';
Find ( about lines 104 - 106 )
$('#piGal ul').bxGallery({
maxwidth: 300,
maxheight: 200,
Replace with ...
$('#piGal ul').bxGallery({
maxwidth: <?php echo KISSIT_MAIN_PRODUCT_IMAGE_WIDTH; ?>,
maxheight: <?php echo KISSIT_MAIN_PRODUCT_IMAGE_HEIGHT; ?>,
Find ( about line 118 )...
<?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" target="_blank" rel="fancybox">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), null, null, 'hspace="5" vspace="5"') . '</a>'; ?>
Replace with ...
<?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" target="_blank" rel="fancybox">' . tep_image( DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), KISSIT_MAIN_PRODUCT_IMAGE_WIDTH, KISSIT_MAIN_PRODUCT_IMAGE_HEIGHT, 'hspace="5" vspace="5"' ) . '</a>'; ?>
Those edits not available on a fresh download of 2.3.4
<?php
/*$Id$osCommerce, Open Source E-Commerce SolutionsCopyright © 2014 osCommerceReleased under the GNU General Public License*/require('includes/application_top.php');if (!isset($HTTP_GET_VARS['products_id'])) {tep_redirect(tep_href_link(FILENAME_DEFAULT));}require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PRODUCT_INFO);$product_check_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'");$product_check = tep_db_fetch_array($product_check_query);require(DIR_WS_INCLUDES . 'template_top.php');if ($product_check['total'] < 1) {?><div class="contentContainer"><div class="contentText"><?php echo TEXT_PRODUCT_NOT_FOUND; ?></div><div style="float: right;"><?php echo tep_draw_button(IMAGE_BUTTON_CONTINUE, 'triangle-1-e', tep_href_link(FILENAME_DEFAULT)); ?></div></div><?php} else {$product_info_query = tep_db_query("select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'");$product_info = tep_db_fetch_array($product_info_query);tep_db_query("update " . TABLE_PRODUCTS_DESCRIPTION . " set products_viewed = products_viewed+1 where products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and language_id = '" . (int)$languages_id . "'");if ($new_price = tep_get_products_special_price($product_info['products_id'])) {$products_price = '<del>' . $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) . '</del> <span class="productSpecialPrice">' . $currencies->display_price($new_price, tep_get_tax_rate($product_info['products_tax_class_id'])) . '</span>';} else {$products_price = $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id']));}if (tep_not_null($product_info['products_model'])) {$products_name = $product_info['products_name'] . '<br /><span class="smallText">[' . $product_info['products_model'] . ']</span>';} else {$products_name = $product_info['products_name'];}?><?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product')); ?><div><h1 style="float: right;"><?php echo $products_price; ?></h1><h1><?php echo $products_name; ?></h1></div><div class="contentContainer"><div class="contentText"><?phpif (tep_not_null($product_info['products_image'])) {$photoset_layout = '1';$pi_query = tep_db_query("select image, htmlcontent from " . TABLE_PRODUCTS_IMAGES . " where products_id = '" . (int)$product_info['products_id'] . "' order by sort_order");$pi_total = tep_db_num_rows($pi_query);if ($pi_total > 0) {$pi_sub = $pi_total-1;while ($pi_sub > 5) {$photoset_layout .= 5;$pi_sub = $pi_sub-5;}if ($pi_sub > 0) {$photoset_layout .= ($pi_total > 5) ? 5 : $pi_sub;}?><div id="piGal"><?php$pi_counter = 0;$pi_html = array();while ($pi = tep_db_fetch_array($pi_query)) {$pi_counter++;if (tep_not_null($pi['htmlcontent'])) {$pi_html[] = '<div id="piGalDiv_' . $pi_counter . '">' . $pi['htmlcontent'] . '</div>';}echo tep_image(DIR_WS_IMAGES . $pi['image'], '', '', '', 'id="piGalImg_' . $pi_counter . '"');}?></div><?phpif ( !empty($pi_html) ) {echo ' <div style="display: none;">' . implode('', $pi_html) . '</div>';}} else {?><div id="piGal"><?php echo tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name'])); ?></div><?php}}?><script type="text/javascript">$(function() {$('#piGal').css({'visibility': 'hidden'});$('#piGal').photosetGrid({layout: '<?php echo $photoset_layout; ?>',width: '250px',highresLinks: true,rel: 'pigallery',onComplete: function() {$('#piGal').css({ 'visibility': 'visible'});$('#piGal a').colorbox({maxHeight: '90%',maxWidth: '90%',rel: 'pigallery'});$('#piGal img').each(function() {var imgid = $(this).attr('id').substring(9);if ( $('#piGalDiv_' + imgid).length ) {$(this).parent().colorbox({ inline: true, href: "#piGalDiv_" + imgid });}});}});});</script><?php echo stripslashes($product_info['products_description']); ?><?php$products_attributes_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS_OPTIONS . " popt, " . TABLE_PRODUCTS_ATTRIBUTES . " patrib where patrib.products_id='" . (int)$HTTP_GET_VARS['products_id'] . "' and patrib.options_id = popt.products_options_id and popt.language_id = '" . (int)$languages_id . "'");$products_attributes = tep_db_fetch_array($products_attributes_query);if ($products_attributes['total'] > 0) {?><p><?php echo TEXT_PRODUCT_OPTIONS; ?></p><p><?php$products_options_name_query = tep_db_query("select distinct popt.products_options_id, popt.products_options_name from " . TABLE_PRODUCTS_OPTIONS . " popt, " . TABLE_PRODUCTS_ATTRIBUTES . " patrib where patrib.products_id='" . (int)$HTTP_GET_VARS['products_id'] . "' and patrib.options_id = popt.products_options_id and popt.language_id = '" . (int)$languages_id . "' order by popt.products_options_name");while ($products_options_name = tep_db_fetch_array($products_options_name_query)) {$products_options_array = array();$products_options_query = tep_db_query("select pov.products_options_values_id, pov.products_options_values_name, pa.options_values_price, pa.price_prefix from " . TABLE_PRODUCTS_ATTRIBUTES . " pa, " . TABLE_PRODUCTS_OPTIONS_VALUES . " pov where pa.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pa.options_id = '" . (int)$products_options_name['products_options_id'] . "' and pa.options_values_id = pov.products_options_values_id and pov.language_id = '" . (int)$languages_id . "'");while ($products_options = tep_db_fetch_array($products_options_query)) {$products_options_array[] = array('id' => $products_options['products_options_values_id'], 'text' => $products_options['products_options_values_name']);if ($products_options['options_values_price'] != '0') {$products_options_array[sizeof($products_options_array)-1]['text'] .= ' (' . $products_options['price_prefix'] . $currencies->display_price($products_options['options_values_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) .') ';}}if (is_string($HTTP_GET_VARS['products_id']) && isset($cart->contents[$HTTP_GET_VARS['products_id']]['attributes'][$products_options_name['products_options_id']])) {$selected_attribute = $cart->contents[$HTTP_GET_VARS['products_id']]['attributes'][$products_options_name['products_options_id']];} else {$selected_attribute = false;}?><strong><?php echo $products_options_name['products_options_name'] . ':'; ?></strong><br /><?php echo tep_draw_pull_down_menu('id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute); ?><br /><?php}?></p><?php}?><div style="clear: both;"></div><?phpif ($product_info['products_date_available'] > date('Y-m-d H:i:s')) {?><p style="text-align: center;"><?php echo sprintf(TEXT_DATE_AVAILABLE, tep_date_long($product_info['products_date_available'])); ?></p><?php}?></div><?php$reviews_query = tep_db_query("select count(*) as count from " . TABLE_REVIEWS . " r, " . TABLE_REVIEWS_DESCRIPTION . " rd where r.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and r.reviews_id = rd.reviews_id and rd.languages_id = '" . (int)$languages_id . "' and reviews_status = 1");$reviews = tep_db_fetch_array($reviews_query);?><div class="buttonSet"><span class="buttonAction"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_draw_button(IMAGE_BUTTON_IN_CART, 'cart', null, 'primary'); ?></span><?php echo tep_draw_button(IMAGE_BUTTON_REVIEWS . (($reviews['count'] > 0) ? ' (' . $reviews['count'] . ')' : ''), 'comment', tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params())); ?></div><?phpif ((USE_CACHE == 'true') && empty($SID)) {echo tep_cache_also_purchased(3600);} else {include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);}?></div></form><?php}require(DIR_WS_INCLUDES . 'template_bottom.php');require(DIR_WS_INCLUDES . 'application_bottom.php');?> -
@@badbo,
I didn't mention that because it's secondary. It may be related to browsers cache or missing javascript or whatever. First try to install KissIt add-on correct.
KissIt modifications are applied to your txomega.com 2.3.4 store product_info.php:
<a href="http://txomega.com/images/small/comp/DHSSDSC2BB480G401.jpg" target="_blank"><img width="300" height="200" src="includes/modules/kiss_image_thumbnailer/thumbs/300x200_DHSSDSC2BB480G401.jpg" title="" alt="" hspace="5" vspace="5" id="piGalImg_1" /></a>
?????????????????????????????????????
There are 3 conditions to get KissIt to work:
1. the catalog/includes/modules/kiss_image_thumbnailer/thumbs directory must be writeabel.
This seems to be ok on your stores, it works on the product_info page and category images.
2. height and width for images must be set to a numeric value.
This seems to be done in your product listing: <img src=........ width="80" height="80" />
3. The tep_image function must be used to call images. I can't check this in the html source code.This should be the reason why it doesn't work on your product listing.
Please check this and post the code lines where the images are called in includes/modules/product_listing.php
KissIT works correct on your index for the category images:
http://txomega.com/includes/modules/kiss_image_thumbnailer/thumbs/100x57_DHMB994IPO3SB.jpg
It may also be possible that the problem is related to the modifications of your template. In that case you should ask your template providers for help.
regards
Rainer
$product[$row]['image_size'] = az_get_image_size(DIR_WS_ . $listing['products_image'], '80', '');$product[$row]['image'] = tep_image(DIR_WS_ . $listing['products_image'], $listing['products_name'], '80', '');seems it is calling get_ image instead of tep_image -
@@badbo,
You have a totally confusing setup and you are giving totally confusing information:
1. You say you tried on fresh installs, but your store is modified with a template. Thats why your snapshot looks how it looks.
2. You say you didn't apply the changes to product_info and it's where the kissit modifications are applied. They are not applied on the product listings. There your images point to: images/small/........not to: includes/modules/kiss_image_thumbnailer/thumbs/........
3. "When I use gtmetrix to check. Have a very poor score for scaled images." What do you expect if your images are still scaled from 150x150 to 80x80 in the product listings.
4. In the 2.3.4 store txomega.com you point in the header to the bxgallery and fancybox scripts (included in older versions until 2.3.3.4);
<script type="text/javascript" src="ext/jquery/bxGallery/jquery.bxGallery.1.1.min.js"></script> <link rel="stylesheet" type="text/css" href="ext/jquery/fancybox/jquery.fancybox-1.3.4.css" /> <script type="text/javascript" src="ext/jquery/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
But in product_info.php you are using the colorbox and photogrid script of 2.3.4:<script type="text/javascript"> $(function() { $('#piGal').css({ 'visibility': 'hidden' }); $('#piGal').photosetGrid({ layout: '1', width: '250px', highresLinks: true, rel: 'pigallery', onComplete: function() { $('#piGal').css({ 'visibility': 'visible'}); $('#piGal a').colorbox({ maxHeight: '90%', maxWidth: '90%', rel: 'pigallery' }); $('#piGal img').each(function() { var imgid = $(this).attr('id').substring(9); if ( $('#piGalDiv_' + imgid).length ) { $(this).parent().colorbox({ inline: true, href: "#piGalDiv_" + imgid }); } }); } }); }); </script>
Please if you claim that something doesn't work, try first on a unmodified store installation.regards
Rainer
Seems you missed the part where i said the image i posted just showed on one monitor and not the monitor next to it on a different machine. What I should have said is the edits for the product_info.php are not in 2.3.4 because bx gallery is not there and the edits won't work. I did not mean the mod does not work. I just wanted to know if there is a setting to get those images scaled on the index. Thanks
-
KissIT_image_thumbnailer_r9 on 2.3.2 and 2.3.4 not BS That snapshot I posted only happened on one monitor on every page. I tried on another server and different monitor in same room all was normal. I still don't think things are working correctly. When I use gtmetrix to check. Have a very poor score for scaled images. Will put both sites up for you to see if and when you have time.
txomega.com and txomega.net both are running. I could not make the changes for product_info.php because those edits are not there to make. Thanks
.com is 2.3.4 .net is 2.3.2
-
@@badbo,
Which exact version did you download, please post the link to the add-on, and on which osc2.3.4 version did you try to install it, standard 2.3.4 or bootstrap?
KissIT_image_thumbnailer_r9 on 2.3.2 and 2.3.4 not BS That snapshot I posted only happened on one monitor on every page. I tried on another server and different monitor in same room all was normal. I still don't think things are working correctly. When I use gtmetrix to check. Have a very poor score for scaled images. Will put both sites up for you to see if and when you have time.
txomega.com and txomega.net both are running. I could not make the changes for product_info.php because those edits are not there to make. Thanks
-
Been awhile since I install this one. Tried it on a fresh install of 2.3.4 didn't work out. So I decided to try on a fresh install of 2.3.2 and got a surprise. txomega.net/whats up.png Add the http: if you would like to see it.
-
PHP Catchable fatal error: Argument 1 passed to aPage_Modules::linkText() must be an array, null given, called in C:\Inetpub\wwwroot\xxxxxx\includes\modules\ultimate_seo_urls5\page_modules\product_info.php on line 170 and defined in C:\Inetpub\wwwroot\xxxx\includes\modules\ultimate_seo_urls5\abstracts\page_modules.php on line 338
PHP Warning: Invalid argument supplied for foreach() in C:\Inetpub\wwwroot\xxx\includes\modules\ultimate_seo_urls5\page_modules\product_reviews.php on line 94
PHP Warning: Invalid argument supplied for foreach() in C:\Inetpub\wwwroot\xxx\includes\modules\ultimate_seo_urls5\page_modules\index.php on line 111
PHP Warning: Invalid argument supplied for foreach() in C:\Inetpub\wwwroot\xxx\includes\modules\ultimate_seo_urls5\page_modules\product_info.php on line 102
PHP Warning: Invalid argument supplied for foreach() in C:\Inetpub\wwwroot\xxx\includes\modules\ultimate_seo_urls5\page_modules\product_reviews.php on line 94
I am sure this is something I messed up.
Thanks for looking
-
Error: Attempt to write configuration cache file failed! (Array)
Error: Attempt to write configuration cache file failed!
Is still present after the file edits. I am not sure anything is working.
Where does the script store the files? Oscommerce cache may be the only thing caching. Thanks
Tsimi reacted to this
View Counter
in General Add-Ons Support
Posted
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