Zen Cart Logo
Forums / All Other Contributions/Addons / Simple SEO URL (OLD version) [support thread]

Simple SEO URL (OLD version) [support thread]

Views: 1,113,683

Results 461 to 480 of 5,058
29 Aug 2008, 9:14 PM
#461
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

countrycharm:

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.

30 Aug 2008, 1:50 AM
#462
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [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

30 Aug 2008, 2:03 AM
#463
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [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

30 Aug 2008, 2:12 AM
#464
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [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!

30 Aug 2008, 4:12 AM
#465
reza avatar

reza

Zen Follower

Join Date:
Aug 2006
Posts:
166
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [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

30 Aug 2008, 4:15 AM
#466
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [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.

30 Aug 2008, 4:37 AM
#467
reza avatar

reza

Zen Follower

Join Date:
Aug 2006
Posts:
166
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [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.

30 Aug 2008, 4:39 AM
#468
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

mydanilo:

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.

30 Aug 2008, 4:41 AM
#469
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

reza:

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
  3. edit includes/functions/html_output.php and comment out the lines you added.
30 Aug 2008, 4:47 AM
#470
reza avatar

reza

Zen Follower

Join Date:
Aug 2006
Posts:
166
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [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

30 Aug 2008, 4:50 AM
#471
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Oww, and your php version is?

30 Aug 2008, 4:53 AM
#472
reza avatar

reza

Zen Follower

Join Date:
Aug 2006
Posts:
166
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

PHP Version 5.0.5
Apache Version Apache/2.0.54 (Win32) PHP/5.0.5 mod_perl/2.0.1 Perl/v5.8.7 all on windows XP
I did last week your moul on a wamp and t works,n, now it isdvloper side net,

30 Aug 2008, 4:55 AM
#473
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

reza:

PHP Version 5.0.5
Apache Version Apache/2.0.54 (Win32) PHP/5.0.5 mod_perl/2.0.1 Perl/v5.8.7
Okie, this is a problem to php 5.0.5only, give me 5mins to rewrite that specific line just for you

30 Aug 2008, 4:57 AM
#474
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

reza:

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
Go to line 85 on that file, replace it by:

        $temp = explode('?', $mr);
        $mr_parts = explode('/', $temp[0]);

Want to know more about this php error then visit:
http://the-stickman.com/web-development/php/php-505-fatal-error-only-variables-can-be-passed-by-reference/

30 Aug 2008, 5:12 AM
#475
reza avatar

reza

Zen Follower

Join Date:
Aug 2006
Posts:
166
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

the mainn page is displayed now, but o clicking on items, fout 404 is seen, page not found:exp: http://localhost/zen/hardware-cdrom-drives-c-1_17

30 Aug 2008, 5:15 AM
#476
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

reza:

the mainn page is displayed now, but o clicking on items, fout 404 is seen, page not found:exp: http://localhost/zen/hardware-cdrom-drives-c-1_17
Then either your localhost does not have mod_rewrite install, or the htaccess content was not edited correctly as instructed :)
PS: mod_rewrite is an apache module.

PSagain :D
If you have a test host online, upload it there and I can help you to look into the problem. Otherwise we can not do anything with the site on your localhost.

Regards

30 Aug 2008, 5:58 PM
#478
garyclemens avatar

garyclemens

New Zenner

Join Date:
Jan 2007
Location:
Florida/Missouri
Posts:
77
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Yellow welcome back.

I have reinstalled the module yellow posted (last night). Still orders not posting with Paypal IPN. I have exluded the following in the SEO module: advanced_search_result,ipn_main_handler.php. I am using 1.3.7 php 5.2.4.

Anyone else having any luck or figured out anything on IPN

30 Aug 2008, 6:07 PM
#479
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Did you activate the ipn setting in your paypal account ?

i believe there are 2 places it should be turned on:
auto return on and ipn on.

30 Aug 2008, 6:18 PM
#480
garyclemens avatar

garyclemens

New Zenner

Join Date:
Jan 2007
Location:
Florida/Missouri
Posts:
77
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Both are on. Are the new versions you listed on page 44 and 42 the same? May have downloaded from the one on page 44 don't know if this makes a difference.

Thanks