Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

roadkill

Pioneers
  • Posts

    31
  • Joined

  • Last visited

Profile Information

  • Real Name
    Jay
  • Gender
    Male

roadkill's Achievements

  1. I was experiencing this same problem and the solution was in the default index page on Windows iis Windows uses Index.php as default index page (with capital I) after changing to index.php with lower case this problem was solved (changed in iis manager). Maybe this can be changed into the code? Anyway, great contribution!
  2. First a big thank you to the developer of this excellent add-on and thank you for supporting the add-on for so long! My question: I just changed the name of a manufacturer, but when i call the oldmanufacturer-m-1.html it does not redirect to newmanufacturer-m-1.html I tried adding the exception to uri_redirects_array.php and reset the cache, but it did not work. Is there any other way to resolve this (am i overlooking something?) version: ULTIMATE Seo Urls 5 PRO ( version 1.1 ) Thanks in advance for every reply to this :)
  3. Here's some challenge: I am applying FWR's USU to a new oscommerce 2.2 multistore I have previously applied the ltest USU 5 to another multistore succesfully. Maybe it is because this is another IIS server, but I cannot get it to work and it beats me why. This is the error I get: Fatal error: Uncaught exception 'RuntimeException' with message 'Directory name must not be empty.' in C:\Inetpub\vhosts\mydomain.com\httpdocs\includes\modules\ultimate_seo_urls5\includes\usu_general_functions.php:244 Stack trace: #0 C:\Inetpub\vhosts\mydomain.com\httpdocs\includes\modules\ultimate_seo_urls5\includes\usu_general_functions.php(244): DirectoryIterator->__construct('') #1 C:\Inetpub\vhosts\mydomain.com\httpdocs\includes\modules\ultimate_seo_urls5\main\bootstrap.php(343): usu_dir_iterator(false) #2 C:\Inetpub\vhosts\mydomain.com\httpdocs\includes\modules\ultimate_seo_urls5\main\bootstrap.php(83): Usu5_Bootstrap->loadPageModules() #3 C:\Inetpub\vhosts\mydomain.com\httpdocs\includes\modules\ultimate_seo_urls5\main\usu5.php(119): Usu5_Bootstrap->bootStrapper(Array) #4 C:\Inetpub\vhosts\mydomain.com\httpdocs\includes\application_top.php(334): Usu_Main->initiate(Array, '1', 'dutch') #5 C:\Inetpub\vhosts\mydomain.com\httpdocs\index.php(2): require('C:\Inetpub\vhos...') #6 {main} thrown in C:\Inetpub\vhosts\mydomain.com\httpdocs\includes\modules\ultimate_seo_urls5\includes\usu_general_functions.php on line 244 my guess it has something to do with ->initiate( ( isset( $lng ) && ( $lng instanceof language ) ) ? $lng : array(), $languages_id, $language ); in application_top.php To my n00by knowledge $lng is an array that needs to be filled correctly and it doesn't. Could anyone please point me in the right direction so I can finally get this to work and find other challenges? Thanks :0)
  4. First a big thanks to FWR media and contributors I don't know if my version of this mod is still original, but I noticed the last modifaction date of the static_pages.xml is rarely updated, becaused the last modification date of these pages is bases on the modificationtime of the language-file. Since I have some pages which have dynamic content, which are mentioned in the pages.xml, I would like to have the modificationtime updates with the update of the dynamic content. F.i. faq.php , products_new.php etcetera I solved this with a simple touch(/path/to/language/file.php); added to admin/categories.php so each time when I add new products or modify products, the languagefile gets a new lastmodificationtime. I have placed the touch fuction in the switch part of the code, where the product is previewed. I hop this information is clear enough, or else I will clarify it more. I am sure that is FWR thinks this to be valuable, it will be added in a next version.
  5. Sure Robert, I have to pause for now but I will try in one or two hours The strtolower did the trick! With the 'old' server settings the url www.mysite.com perfectly resulted in displaying the index page. Thank you again, Robert!
  6. SOLVED :D Gotta love Windows >_< IIS server settings, the default document was set to Index.php i.s.o. index.php the store is on a brand new server IIS fresh installed. I made the change in Internet Information Services and it works like a charm :D Thank you Robert for your invested time!
  7. Weird, i does matter, calling Index.php gives results in the fatal error :blink: I can't seem to find what capitalizes the I
  8. None taken Robert, It seems like a capital, but this store is on a windows IIS, so could that have anything to do with this issue?
  9. The multi-store basically stores the config in a database which makes it possible to have mutliple store front-ends every front-end has its own config table (store1.table_configuration, store2_table_configuration etc) The results of the fwrtest: Thank you again ;)
  10. Hi and thanks for this swift reply :) I PM-ed the result of the variable report. The report could only be pulled of /index.php the root / just gives the fatal error. I am using the most recent version of SEO urls 5 b.t.w. I did install contrib: multi-stores(database stored config) en SEO header tags and some minor other contribs
  11. Thank you for this awesome contribution! I use Chemo's SEO URL's on another server and have installed Ultima SEO Urls 5 on a yet-to-be-launched-store Currently with the standard rewrite but possibly I will instal a mod_rewrite api on my iis I need a little support with the following: The complete contribution is installed and seems to work like a charm.... ...except When I call the store URL at www.mystore.com I get on www.mystore.com/index.php everything works fine. I searched this forum/google/etc to find a solution and have tried to bypass $dependencies = Usu_Main::i()->getVar( 'page_modules', substr( Usu_Main::i()->getVar( 'filename' ), 0, -4 ) )->retrieveDependencies(); but it resulted in comparable errors in other files in the folder uri_modules If someone could help me on this I would be very grateful :)
  12. Thank you to the developers of- and contributers to- this awesome paymnet module. My question is the following: I want to send my customers to a Paypal page in another language than the Language selected in OScommerce. The language of my Oscommerce is Dutch ($language_id=4) and I want them to make their payments on a German version of Paypal. Can this be hardcoded in Paypal_IPN? And if yes, where can this be done? The reason why I want to proces this way lies in the fact that we made our own translation of the OScommerce from Dutch to German and left the admin section in Dutch. OScommerce still handles the languagepack as being Dutch. So this is te reason for my request of a workaround. Any help is highly appreciated! :thumbsup:
×
×
  • Create New...