

Owl Sauron
Members-
Content count
81 -
Joined
-
Last visited
Everything posted by Owl Sauron
-
In Page Control: Header Tags SEO V 3.3.11 Should be updated to Header Tags SEO V 3.3.12 Even after changing the file permissions still get the error on Unix Server Permissions settings for the /includes/header_tags.php file appear to be incorrect. Change to 755. NOTE: Disregard if on Windows server. PHP 7.3
-
anyone else having this problem?: admin/categories.php?cPath=&pID=137&action=update_product When editing a products name i get presented with this error: Forbidden You don't have permission to access this resource. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. running on PHP 7.3
-
found a bug in the monitor section: Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /xxx/view_counter/IP2Location.php on line 34
-
Purchase without account for 2.3.4 and BS2334
Owl Sauron replied to ArtcoInc's topic in General Add-Ons Support
i will take a look at it later tonight. -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Owl Sauron replied to spidometrs's topic in General Add-Ons Support
found something else aswell on PHP7.2 Warning: Use of undefined constant SEARCH_ENGINE_FRIENDLY_URLS - assumed 'SEARCH_ENGINE_FRIENDLY_URLS' (this will throw an Error in a future version of PHP) in /home/naturhigia/public_html/loja/includes/classes/seo.class.php on line 786 -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Owl Sauron replied to spidometrs's topic in General Add-Ons Support
Hi there. the "Enter special character conversions " option is not working at all for me on a Phoenix 1.0.5.0 shop . Anyone else with this problem? Best regards, -
Support thread for JcM Bank Transfer Payments V1.0 Phoenix
Owl Sauron replied to JcMagpie's topic in General Add-Ons Support
found a "bug" Please update the package with this fix: Rename all the "payments" folders to "payment". You have an extra "s" -
Bootstrap 4 in 2.3.4.1
Owl Sauron replied to burt's topic in osCommerce Online Merchant Community Bootstrap Edition
Hi there. where can we get that package? Best regards -
Bootstrap 4 in 2.3.4.1
Owl Sauron replied to burt's topic in osCommerce Online Merchant Community Bootstrap Edition
is there any DB changes between Frozen BS3 and BS4? -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Owl Sauron replied to spidometrs's topic in General Add-Ons Support
Hi there Im having problems with the Enter special character conversions... ã=>a,õ=>o,á=>a,ç=>c,é=>e,ó=>o,ú=>u,í=>i,Ó=>O,ñ=>n,ê=>e its not working. Using osCommerce Online Merchant v2.3.4.1 CE on PHP7.0 Any thoughts? -
Bootstrap 4 in 2.3.4.1
Owl Sauron replied to burt's topic in osCommerce Online Merchant Community Bootstrap Edition
Damn nice! Btw: what is that header slide module you have on the test site? Keep up the good work! -
Support thread for JcM Custom Store Info Box
Owl Sauron replied to JcMagpie's topic in osCommerce Online Merchant Community Bootstrap Edition
not exactly. Im slowly upgrading the BS3 to BS4 and im currently checking the files diference by comparing them. Found that one out. Hope it was usefull. You have been doing a great job by posting both variants. Hope some others will do the same for new and for the old modules aswell. -
Support thread for JcM Custom Store Info Box
Owl Sauron replied to JcMagpie's topic in osCommerce Online Merchant Community Bootstrap Edition
bug fix: templates/bm_jcm_custom_information.php change line 6: height: <?php echo MODULE_BOXES_JCM_CUSTOM_INFORMATION_MARQUEELHEIGHT?>; /*marquee height */ to height: <?php echo MODULE_BOXES_JCM_CUSTOM_INFORMATION_MARQUEEHEIGHT?>; /*marquee height */ -
Bootstrap 4 in 2.3.4.1
Owl Sauron replied to burt's topic in osCommerce Online Merchant Community Bootstrap Edition
Many thanks, Rainer! -
Bootstrap 4 in 2.3.4.1
Owl Sauron replied to burt's topic in osCommerce Online Merchant Community Bootstrap Edition
Where on earth (or internet) can we find a download link for this BS4 as an full install package!?... -
found something you might want to fix: [11-Nov-2018 09:35:53 Europe/Lisbon] PHP Warning: file_get_contents(DIR_WS_LANGUAGESportugues/view_counter/view_counter_footer.txt): failed to open stream: No such file or directory in......... find in: admin/includes/languages/english/view_counter/view_counter_definitions.php line 2: $contactHelp = file_get_contents(DIR_WS_LANGUAGES . $language . '/view_counter/view_counter_footer.txt'); replace by: $contactHelp = file_get_contents('includes/languages/' . $language . '/view_counter/view_counter_footer.txt');
-
Greetings again. Changing the DB to utf8 and the engine from InnoDB to MyISAM solved the problem. Yep, the new version has it all hardcoded, but that is not described in the installing manual. We have to compare the chnaged files. Please update the install manual. This module is a must in any installation. Keep it on! Many thanks for the support!
-
this error happens when you try to use the view counter report tool in the admin area.
-
you missed the rest of the report: 2924412 | naturhigia_owl | localhost | naturhigia_FrozenEdge | Query | 24796 | Waiting for table metadata lock | delete from view_counter where last_date < '2018-11-04 23:59:59' | 0.000 | | 2924627 | naturhigia_owl | localhost | naturhigia_FrozenEdge | Query | 24745 | Waiting for table metadata lock | select isbot, bot_name from view_counter where ip_number = INET_ATON('66.249.64.91') | 0.000 | | 2924661 | naturhigia_owl | localhost | naturhigia_FrozenEdge | Query | 24735 | Waiting for table metadata lock | select isbot, bot_name from view_counter where ip_number = INET_ATON('207.46.13.204') | 0.000 | | 2925207 | naturhigia_owl | localhost | naturhigia_FrozenEdge | Query | 24553 | Waiting for table metadata lock | delete from view_counter where last_date < '2018-11-04 23:59:59' | 0.000 | no, im not running the ultimate SEO module. view_counter generates over 80 queries for the DB user. unless you have updated this module recently, errors i can remember are: include(DIR_FS_CATALOG . DIR_WS_MODULES . FILENAME_VIEW_COUNTER); -> DIR_WS_MODULES define does not exist on the configure.php . You have to hardcode it to: include(DIR_FS_CATALOG . 'includes/modules/' . FILENAME_VIEW_COUNTER); ( i think that theres more than 1 entrance that you have to modify) since Frozen CE does not have the filenames.php you have to put this somewhere else like in aplication_top.php: /***** Begin View Counter *****/ require(DIR_WS_INCLUDES . 'view_counter_defines.php'); /***** End View Counter *****/ as in: /***** Begin View Counter *****/ require('includes/view_counter_defines.php'); /***** End View Counter *****/ cant remember the rest of it... Best regards.
-
Greetings guys... look what has coming back as an error: Connect Error (1203) User naturhigia_owl already has more than 'max_user_connections' active connections [07-Nov-2018 10:14:37 Europe/Lisbon] PHP Warning: mysqli_connect(): (42000/1203): User naturhigia_owl already has more than 'max_user_connections' active connections in /home/naturhigia/public_html/loja/includes/classes/seo.class.php on line 86 [07-Nov-2018 11:24:23 Europe/Lisbon] PHP Warning: mysqli_connect(): (08004/1040): Too many connections in /home/naturhigia/public_html/loja/includes/classes/seo.class.php on line 86 2924412 | naturhigia_owl | localhost | naturhigia_FrozenEdge | Query | 24796 | Waiting for table metadata lock | delete from view_counter where last_date < '2018-11-04 23:59:59' | 0.000 | | 2924627 | naturhigia_owl | localhost | naturhigia_FrozenEdge | Query | 24745 | Waiting for table metadata lock | select isbot, bot_name from view_counter where ip_number = INET_ATON('66.249.64.91') | 0.000 | | 2924661 | naturhigia_owl | localhost | naturhigia_FrozenEdge | Query | 24735 | Waiting for table metadata lock | select isbot, bot_name from view_counter where ip_number = INET_ATON('207.46.13.204') | 0.000 | | 2925207 | naturhigia_owl | localhost | naturhigia_FrozenEdge | Query | 24553 | Waiting for table metadata lock | delete from view_counter where last_date < '2018-11-04 23:59:59' | 0.000 | PHP 5.6 & 7.0/7.2 any ideas?! and btw, the updated module from 5th Setember does not work in the frozen CE coz of the hardcoded paths...
-
Hi rainer. I finaly had time to instal this module. Its giving me this error, tho: [13-Oct-2018 10:23:22 Europe/Lisbon] PHP Fatal error: Uncaught Error: Call to undefined function check_stock_qtpro() in /home/naturhigia/public_html/loja/shopping_cart.php:97 Stack trace: #0 {main} thrown in /home/naturhigia/public_html/loja/shopping_cart.php on line 97 [13-Oct-2018 10:23:57 Europe/Lisbon] PHP Fatal error: Uncaught Error: Call to undefined function check_stock_qtpro() in /home/naturhigia/public_html/loja/shopping_cart.php:97 Stack trace: #0 {main} thrown in /home/naturhigia/public_html/loja/shopping_cart.php on line 97 any ideas? Best regards, Luis XAvier
- 363 replies
-
- qtpro
- attributes stock
-
(and 1 more)
Tagged with:
-
Many thanks Tsimi. Rainer´s module also doesnt updates the product price
- 17 replies
-
- option types
- attributes input field
-
(and 2 more)
Tagged with:
-
Greetings, Does this contrib updates the products price with Ajax in the product_info page? Best Regards, Owl
- 17 replies
-
- option types
- attributes input field
-
(and 2 more)
Tagged with:
-
Greetings Rainer, Does this mod updates the products price using Ajax in the product_info page? Best regards, Owl
- 363 replies
-
- qtpro
- attributes stock
-
(and 1 more)
Tagged with: