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,670

Results 421 to 440 of 5,058
27 Aug 2008, 1:41 PM
#421
poosk avatar

poosk

Totally Zenned

Join Date:
Mar 2005
Location:
Helsinki
Posts:
477
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

yellow1912:

It looks like your folder did not allow the manager to write a file, open /admin/includes/module_installation and do this:
add a file named: .keep

Now, as for it pointing to your old store, SSU does not cache the store url, my wild guess: something is wrong with your zencart configure file, recheck it in includes/configure.php

PS: and make sure you use the latest version which I attached in the previous post.

THANKS! that was fast.. to be honest I forgot that transfer program has this nasty habit of hiding some "invisible files" such as htaccess which was the reason.. but the .keep file seemed to get rid of the error I mentioned so many thanks for that.

27 Aug 2008, 5:16 PM
#422
yellow1912 avatar

yellow1912

Totally Zenned

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

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

You are welcome.

The demo is up again at: http://demo.rubikintegration.com/zencart

I'm sorry but we have just moved host so a number of things went missing. Also, just a note to all:
The version in the download section is NOT the newest version, please check the attachment I posted on page 42 for the newest version which works for Paypal IPN.

27 Aug 2008, 6:23 PM
#423
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

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

I'm not seeing any instructions on how to install.....are there any files that will be overwritten?

27 Aug 2008, 6:28 PM
#424
yellow1912 avatar

yellow1912

Totally Zenned

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

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

bbemis:

I'm not seeing any instructions on how to install.....are there any files that will be overwritten?

Instruction is in the docs folder in the zip file.

27 Aug 2008, 6:29 PM
#425
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

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

well that's a darn good place for them.....duuuuh! I think I'm losing it today!

27 Aug 2008, 7:01 PM
#426
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

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

Ok I'm having a little trouble with the install...is the module manager really necessary? I also use advanced cross sell and there seems to be a problem with the init_yclass.php file....

27 Aug 2008, 7:03 PM
#427
yellow1912 avatar

yellow1912

Totally Zenned

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

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

bbemis:

Ok I'm having a little trouble with the install...is the module manager really necessary? I also use advanced cross sell and there seems to be a problem with the init_yclass.php file....

Yes, it is, can you state what kind of problem you having?

Regards

27 Aug 2008, 7:49 PM
#428
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

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

ok, the advanced cross sell and the manage modules both have that init_yclass.php. I didn't realize it at first so I just threw it in the folder and it gave me an error. Then, I thought I could combine the two, so I took the line from the advanced cross sell: require_once(DIR_FS_CATALOG.'includes/init_includes/init_yclass.php');

and put it at the top of the manage module one. That gave me the following error:

Warning: require_once(/home/content/b/l/o/blowinin/html/includes/init_includes/init_yclass.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/b/l/o/blowinin/html/admin/includes/init_includes/init_yclass.php on line 2

Fatal error: require_once() [function.require]: Failed opening required '/home/content/b/l/o/blowinin/html/includes/init_includes/init_yclass.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/b/l/o/blowinin/html/admin/includes/init_includes/init_yclass.php on line 2

I'm not a coder at all, so I'm not sure what to do next.

27 Aug 2008, 8:15 PM
#430
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

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

I'm using the latest version of Just Another Cross Sell....

27 Aug 2008, 8:22 PM
#431
yellow1912 avatar

yellow1912

Totally Zenned

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

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

"require_once(DIR_FS_CATALOG.'includes/init_includes/init_yclass.php');"

Where is the above line originally located? (I'm sorry, not on my laptop now, dont have any find and software to search)

Was it in:
**admin/includes/init_includes/init_yclass.php

It should exist only in that file
**

27 Aug 2008, 8:24 PM
#432
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

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

Yes, it was. That one is the original init_yclass.php that I had installed from the advanced cross sell module. That was the only line of code in that file.

I tried to combine the two by putting that line you just mentioned in line 2 of the module manager's init_yclass.php file, which clearly didn't work out so well =0)

27 Aug 2008, 8:34 PM
#433
yellow1912 avatar

yellow1912

Totally Zenned

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

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

No, you should be able to just overwrite the files, copy all file from the manager into the approriate locations, no need to merge.

27 Aug 2008, 8:37 PM
#434
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

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

When I upload the one from module manager and overwrite the existing one, I get this error in my admin when I go to module manager:

Fatal error: Call to undefined method yclass::init_template() in /home/content/b/l/o/blowinin/html/admin/module_manager.php on line 14

27 Aug 2008, 8:41 PM
#435
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

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

Line 14 in module_manager.php says this: $yclass->init_template();

27 Aug 2008, 8:44 PM
#436
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Sound like you miss some files when uploading, these include:
includes/classes/

Around 7 files should be there.

If you want me to look into it for you, pm me your site and ftp info

bbemis:

When I upload the one from module manager and overwrite the existing one, I get this error in my admin when I go to module manager:

Fatal error: Call to undefined method yclass::init_template() in /home/content/b/l/o/blowinin/html/admin/module_manager.php on line 14

27 Aug 2008, 8:51 PM
#437
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

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

I just sent the ftp info to you. I looked at the original files I downloaded to install and there's only 3 classes in the file and all three have been uploade to my admin/includes/classes file.

28 Aug 2008, 12:47 AM
#438
molumania avatar

molumania

New Zenner

Join Date:
Aug 2008
Posts:
12
Plugin Contributions:
0

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

yellow1912:

One quick note: to check paypal IPN please test it in live mode (since with the sandbox the info is not sent back to ipn handler). You should be able to cancel the transaction later and lose nothing at all (on both ends: seller and buyer)

Hi there,

I understand you made this module, so maybe you can help:

my shop is installed in a folder of my domain (like this:https://www.mydomain.com/shop) So what would I need to edit in the .htaccess file? DO I have to do something else when using PayPal express?

I can't figure out what's wrong? HELP! I am not sure if this is the cause But I can't get further than the main page of the shop. All other pages are currently "page not found" I need a quick answer so that I can decide if to run a backup today and get rid of this add on or not.

Thanks

28 Aug 2008, 12:48 AM
#439
yellow1912 avatar

yellow1912

Totally Zenned

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

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

I also notice some debug lines which were not commented out, and some minor errors. All these are included in this package attached here.

@bbemis: The error you encountered was caused by missing several files when you upload the new package.
And you dont need to dl this package, I did it for you

28 Aug 2008, 3:39 AM
#440
yellow1912 avatar

yellow1912

Totally Zenned

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

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

molumania:

Hi there,

I understand you made this module, so maybe you can help:

my shop is installed in a folder of my domain (like this:www.mydomain.com/shop) So what would I need to edit in the .htaccess file? DO I have to do something else when using PayPal express?

I can't figure out what's wrong? HELP! I am not sure if this is the cause But I can't get further than the main page of the shop. All other pages are currently "page not found" I need a quick answer so that I can decide if to run a backup today and get rid of this add on or not.

Thanks
You need to edit it to /shop/ instead of /zencart/
For paypal express you dont have to do anything.
If you need more help, pm me your site.