-
Content count
6,718 -
Joined
-
Last visited
-
Days Won
46
Everything posted by FWR Media
-
KissER Error Handling & Debugging [contribution]
FWR Media replied to FWR Media's topic in General Add-Ons Support
Ok I need to check out the latest version and try it on 2.3.3 ( which I haven't done yet ). Give me 5 mins. -
KissER Error Handling & Debugging [contribution]
FWR Media replied to FWR Media's topic in General Add-Ons Support
Well change it then set again to screen -
KissER Error Handling & Debugging [contribution]
FWR Media replied to FWR Media's topic in General Add-Ons Support
Actually, I just remembered something. In the version you have look for private function outputHtmlTop( $title ) { ?> <div style="padding: 3em; font-family: verdana; width: 750px; margin-left: auto; margin-right: auto; clear: both;"> Does yours have the clear: both; ? -
KissER Error Handling & Debugging [contribution]
FWR Media replied to FWR Media's topic in General Add-Ons Support
Ok so it looks like you have a template problem perhaps . .you're not using that horrible STS thing are you? in the file find: - define( 'KISS_ERROR_REPORTING_OUTPUT', 'screen' ); Change it to: - define( 'KISS_ERROR_REPORTING_OUTPUT', 'file' ); Load your site a few times and tell me if the errors file fills up -
KissER Error Handling & Debugging [contribution]
FWR Media replied to FWR Media's topic in General Add-Ons Support
No :) take that out please. Make a new file in root called test.php, put in it: - <?php if ( !function_exists( 'set_error_handler' ) ) { echo 'set_error_handler not available'; } else echo 'set_error_handler is fine'; ?> Then run the file from your browser. -
KissER Error Handling & Debugging [contribution]
FWR Media replied to FWR Media's topic in General Add-Ons Support
anywhere within <?php ?> tags .. it's a test to see if the function is available. It is NOT meant to stay in the files. -
KissER Error Handling & Debugging [contribution]
FWR Media replied to FWR Media's topic in General Add-Ons Support
if ( !function_exists( 'set_error_handler' ) ) { echo 'set_error_handler not available'; } -
ULTIMATE Seo Urls 5 - by FWR Media
FWR Media replied to FWR Media's topic in General Add-Ons Support
Or if you want to hack it you can change to the following in application_top.php to make up for the bad codeing of the site: - ->setVar( 'filename', strtolower( $PHP_SELF ) ) -
ULTIMATE Seo Urls 5 - by FWR Media
FWR Media replied to FWR Media's topic in General Add-Ons Support
Probably includes/filenames.php define('FILENAME_DEFAULT', 'index.php'); -
KissER Error Handling & Debugging [contribution]
FWR Media replied to FWR Media's topic in General Add-Ons Support
@@cramli There's really nothing not to work, if installed it works. Are you definately running a PHP version 5.2+? Do you have another system set in set_error_handler()? Does your host allow the use of set_error_handler? In the main file are the settings: - define( 'KISS_ERROR_REPORTING_OUTPUT', 'screen' ); define( 'KISS_ERROR_REPORTING_SWITCH', 'on' ); -
[contribution] Security Pro - Querystring protection against hackers.
FWR Media replied to FWR Media's topic in General Add-Ons Support
@@Juto Yes I see. I can't see that code any more in product_info.php ( 2.3.3 ) but if it does exist in your code then it should be changed. same for the redirect code. -
ULTIMATE Seo Urls 5 - by FWR Media
FWR Media replied to FWR Media's topic in General Add-Ons Support
I in Index is uppercase which is incorrect. -
[contribution] Security Pro - Querystring protection against hackers.
FWR Media replied to FWR Media's topic in General Add-Ons Support
Which modification? I don't remember one for product_info.php Re u modifier nope just include upper and lower case. -
KissER Error Handling & Debugging [contribution]
FWR Media replied to FWR Media's topic in General Add-Ons Support
@@cramli I understand it must be very hard when reading instructions that are not in your own language .. keep going :) Ok let's take this step by step 1) [TEST] Is KissER installed properly take a look in [root/catalog] /errors/ Is there a file in there? if there is does it contain errors? Stay with me though .. if you go offline I won't be able to help. -
KissER Error Handling & Debugging [contribution]
FWR Media replied to FWR Media's topic in General Add-Ons Support
@@cramli You need to read a file in the download ( using_kiss_error_handling_debugging.html ) -
ULTIMATE Seo Urls 5 - by FWR Media
FWR Media replied to FWR Media's topic in General Add-Ons Support
On the line above the error print the contents of ( Usu_Main::i()->getVar( 'filename' ) ) -
KissER Error Handling & Debugging [contribution]
FWR Media replied to FWR Media's topic in General Add-Ons Support
I didn't understand the question, what's not working exactly? -
KissMT Dynamic SEO Meta & Canonical Header Tags
FWR Media replied to FWR Media's topic in General Add-Ons Support
Hi Erik Glad the upgrade was easy for you .. KISS by name KISS by nature :) Not sure what was going on in my mind with the name change and I understand it would have created confusion. Well it's great that the stock system offers meta tags and canonical elements now but it doesn't .. yet .. match the functionality of KissMT. Once 2.4 is more "obvious in its nature" I will probably modify KissMT to add to the osCommerce module system as opposed to replace it. Or I may even push a mod through GIT to see if it can become a part of the core system .. god forbid :) -
If anyone is struggling with transparencies could you please try the attached and post here your findings. If you try this new file be sure to delete all current thumbs in the thumbs directory otherwise you will just see the old versions .. also hard refresh the browser as the old images may be cached. The attached file replaces: - catalog/includes/modules/kiss_image_thumbnailer/classes/Image.php Image.php
-
@@snights Well the image you sent worked at my end. I have however done some work on transparencies. Send me your email and I'll send you a new kiss_image_thumbnailer/classes/image.php to try out.
-
ULTIMATE Seo Urls 5 - by FWR Media
FWR Media replied to FWR Media's topic in General Add-Ons Support
@@aliasmatias This seems to be a conflict of concepts. Prior to USU5 multi language, in order to have multiple languages you would have needed to set up a different shop and domain for each language. The whole idea of USU5 multi language is that you can have one domain and one shop yet offer pages in multiple languages with each page having a language specific uri. -
@@snights PNG works fine my end but i want to do some transparency testing .. could you send me a large image example that "doesn't work" please,
-
KissER Error Handling & Debugging [contribution]
FWR Media replied to FWR Media's topic in General Add-Ons Support
You are entirely correct .. a very bad option .. code with errors should be made error free or removed . . any other option is folly. -
@@Ps4Life That code uses a function called mh_image, KissIT uses tep_image. Quite simply if tep_image is used and the relative image path exists and height and width are numeric then KissIT will generate an image. You need to look at this mh_image code.
-
KissER Error Handling & Debugging [contribution]
FWR Media replied to FWR Media's topic in General Add-Ons Support
@@Juto That doesn't make sense, also line 183 is the end of the method not the line you are saying .. the file sounds modified. Also 8192 errors!!!! perhaps it didn't go as well as you think.