Page 47 of 506 FirstFirst ... 3745464748495797147 ... LastLast
Results 461 to 470 of 5054
  1. #461
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Thank you Yellow it works like a charm now. I have tested everything out except for the paypal issue we were having. I will test that out to see if that works. Thank you again.
    Let me know how that works for you. The only place I tested it was on my test server.
    If you use IPN, make sure you set the correct link to ipn_handler in your paypal account. And make sure you test a real transaction(you can just do a refund later and lost nothing at all), set up a 1cent item to test it.
    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. #462
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    I have another web site set up The Good Shepherd Store and my wifes web site is going through that one with paypal. It says in admin under payments for paypal IPN set your Instant Payment Notification Preferences URL to:
    http://www.darlenesartgallery.com/ipn_main_handler.php
    (If another URL is already used, you may leave it alone.) I left it alone since My other web site is my main Business. Would that be OK you think. Thank you again
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #463
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    I'm not sure about this special case. Usually what happens is: paypal would ping back all the info to ipn_handler, which in turn will update the order i think.

    How did it work in the past? Did it work well in the past (before installing seo)? If so then it's supposed to work the same way now, otherwise please let me know.

    If you have never tried it however, maybe you can post this issue in a new topic (using same paypal ipn account for more than 1 sites) and see if someone can give his/her experience.

    Regards
    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

  4. #464
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    countrycharm's set up with multiple stores using the same paypal account works for me without the SEO. Just to confirm that this is normally functioning just fine. So I will be eager to hear if it will work correctly with the SSEO as well.

    Great to have you back yellow1912!
    Live and learn... the Zen way.

  5. #465
    Join Date
    Aug 2006
    Posts
    166
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    I have instlled on a fresh zen 1.3.8a. two other modules manager and share clas also have been installen, although most of the files in share class was ilder than seo.
    I edited htaccss like this:

    my zencrt directory is zen and it is on the c:/www/webroot/zen , so I edit htaccess lik this: RewriteBase /zen/

    this file is now in the zen map.
    no any changes has influence on the loading of shop, as the page is completely blank without any error
    any idea which can solve this problem, before I GO to uninstall it?
    thx

  6. #466
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    https://www.zen-cart.com/tutorials/index.php?article=82

    Then copy the error here if you dont know how to solve it. I suspect a missing file, or a mis-placed piece of code.
    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

  7. #467
    Join Date
    Aug 2006
    Posts
    166
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    okay, I did yor last download in page 46 from this thread + module manager and I replace all the files gain, I have the admin page, but no shop. I also enable apache for review mode and restrt it. probably I have to check if you used <? insted of <php? , as I mentioned some servers are sensitive to this difference.

    is there any ^possibility to disable seo url without need to remove files, so the shop become active and in between I can work on it; I don't see any thing in admin to do it.

  8. #468
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by mydanilo View Post
    countrycharm's set up with multiple stores using the same paypal account works for me without the SEO. Just to confirm that this is normally functioning just fine. So I will be eager to hear if it will work correctly with the SSEO as well.

    Great to have you back yellow1912!
    So I checked the file ipn_main_handler.php again, and looks like it actually updates the order table. So I dont know how you can use the same one in this case tho, since if a payment from the other store was sent here, the ipn will update the order in its store.
    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

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by reza View Post
    okay, I did yor last download in page 46 from this thread + module manager and I replace all the files gain, I have the admin page, but no shop. I also enable apache for review mode and restrt it. probably I have to check if you used <? insted of <php? , as I mentioned some servers are sensitive to this difference.

    is there any ^possibility to disable seo url without need to remove files, so the shop become active and in between I can work on it; I don't see any thing in admin to do it.
    Like I said, you need to use the link I sent above, do part b then you dont have to access admin at all.
    Then send me over the error, and I can tell you exactly what went wrong.

    b) Attempt to show errors on-screen.
    While the method above is far more reliable and preferable (since messages are never shown to customers), Another way to help identify *where* an error is happening is to show the errors on your browser. The drawback to this is that your customers can also see the errors, and search engines might catch them too ... which could be embarrassing.
    To attempt to show PHP debug errors on-screen, create and upload a new file, like this:
    Filename: /includes/local/configure.php
    <?php
    define('STRICT_ERROR_REPORTING', true);
    ?>
    Then try to access your site again. You may see many warning messages on the screen.
    To disable ssu, it's a bit troublesome right now at this current version:
    1. rename .htaccess
    2. rename auto_loaders/config.ssu.php
    4. edit includes/functions/html_output.php and comment out the lines you added.
    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. #470
    Join Date
    Aug 2006
    Posts
    166
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    useed debug yutility, this is the eror:
    [30-aug-2008 06:46:11] PHP Fatal error: Only variables can be passed by reference in C:\www\webroot\zen\includes\init_includes\init_ssu.php on line 85

 

 

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