Page 233 of 506 FirstFirst ... 133183223231232233234235243283333 ... LastLast
Results 2,321 to 2,330 of 5054
  1. #2321
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by jhua002 View Post
    I'm not too sure, even though i don't think so. I installed using Hosting conenctions provided by GoDaddy, sort of like fantastico. Anyway i can check to make sure?
    You can check the includes/configure.php to make sure.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #2322
    Join Date
    Jan 2005
    Location
    Winter Haven, FL
    Posts
    163
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Just a short 'thanks" to yellow 1912. This is a great mod and does exactly what is expected. I was impressed today by all of your support.

  3. #2323
    Join Date
    Feb 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    define('DB_PREFIX', 'zen_'); // prefix for database table names -- preferred to be left empty

    i think you're right there is a prefix. What do i do now to fix things?

  4. #2324
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by jhua002 View Post
    define('DB_PREFIX', 'zen_'); // prefix for database table names -- preferred to be left empty

    i think you're right there is a prefix. What do i do now to fix things?
    Usually the module should be able to catch the prefix, for some reason it fails to do so. Try this to see if it helps:

    Go to admin/includes/classes/module_manager/sqlpatch_class.php

    Find
    PHP Code:
    if (!defined('DB_PREFIX')) define('DB_PREFIX',''); 
    Replace by
    PHP Code:
    if (!defined('DB_PREFIX')) define('DB_PREFIX','zen_'); 
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #2325
    Join Date
    Feb 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I was looking through the thread and already did that earlier this morning. No luck... any clues?

  6. #2326
    Join Date
    Feb 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    actually i have admin/includes/classes/sqlpatch_class.php , no module manager directory, but there is a module_manager.php in the same dir., any significance?

  7. #2327
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    And I assume this is ssu 3.6.1?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #2328
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    To move it from shop folder to root, it's out of the scope of this module, you will have to check zencart tutorial for that purpose:
    http://www.zen-cart.com/forum/showthread.php?t=104968

    After doing that, you MUST change the path in your .htaccess as well.

    To add support for your languages try something like this:
    PHP Code:
    <?php
        
        $ssuLocalConfig 
    = array(
          
            
            
    'languages'        =>    array(    'it'    =>    'default',
                                        
    'sl'    =>    'default',
                                        )
        );
    Im assuming sl is the languages_code for slovenian

    I have my shop installed on public_html/shop/
    If i move from the subfolder to the root folder how i must set configure.php?

    define('DIR_WS_ADMIN', '/shop/admin/');
    define('DIR_WS_CATALOG', '/shop/');
    define('DIR_WS_HTTPS_ADMIN', '/shop/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/shop/');

    define('DIR_FS_SQL_CACHE', '/home2/basicins/public_html/shop/cache');


    Best regards!

  9. #2329
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    define('DIR_WS_ADMIN', '/admin/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', '/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    define('DIR_FS_SQL_CACHE', '/home2/basicins/public_html/cache');

    Remember you will also have to change in admin/includes/configure.php
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #2330
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Download the package from the server again should fix this fatal error problem for you
    http://public.rubikintegration.com/
    Regards
    Yellow1912,

    I have done this and seems to have cured my previous problems of not bringing up the product page on certain products.

    I have just tested the checkout process up to the point of going through to enter card details and then aborted this halfway through payment. This on my live site would take me back to step 2 of checkout. on my test server it goes back to a blank page and the URL looks or seems to wrong:

    "http://localhost/test_domain/checkout_payment/payment_error/protx_form/error/|lt;|h3%20class=%22ErrorInfo%22|gt;|Your%20card%20could%20not%20be%20authorised! %20Please%20try%20again%20or%20|lt;|a%20href=%22index.php?main_page=contact_us%2 2|gt;|contact%20us|lt;|/a|gt;|%20for%20further%20assistance.|lt;|/h3|gt;||lt;|p%20class=%22ExtraErrorInfo%22|gt;|(2013%20:%20The%20Transaction%20w as%20cancelled%20by%20the%20customer.)|lt;|/p|gt;|"


    "https://live_domain/index.php?main_page=checkout_payment&payment_error=protx_form&error=|lt%3B|h3+cl ######%3D%22ErrorInfo%22|gt%3B|Your+card+could+not+be+authorised!+Please+try+again+ or+|lt%3B|a+href%3D%22index.php%3Fmain_page%3Dcontact_us%22|gt%3B|contact+us|lt% 3B|%2Fa|gt%3B|+for+further+assistance.|lt%3B|%2Fh3|gt%3B||lt%3B|p+class%3D%22Ext raErrorInfo%22|gt%3B|(2013+%3A+The+Transaction+was+cancelled+by+the+customer.)|l t%3B|%2Fp|gt%3B|"

    In the two examples The difference seems to be that cartain & and = are changed to / can this be resolved with one of the settings?

    thanks

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR