Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
keeping
The file is admin/includes/functions/extra_functions/ceon_uri_mapping.php.
This means it is attempting to load in a file which doesn't exist.
I'm guessing you've renamed your admin from "admin" to something else but have either uploaded the files into a folder called "admin" anyway (oops) or have forgotten to update the path to your admin folder in admin/includes/configure.php (oops again).
Hope that helps.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Thank you. However, I'm still confused. I think I understand what you said here (but I could be wrong!).
My admin folder is not named admin but as far as I know I have put all the module admin files in the appropriate places within my admin (which is, of course, not named admin).
The path to my admin folder in admin/includes/configure.php is apparently correct because it has been working. In fact, I can make the admin area not work, work, not work, work, etc., simply by adding or removing the file I mentioned. It has to have something to do with this file or another file down the line connected with this one . . . somehow. :wacko:
You said that "This means it is attempting to load in a file which doesn't exist." What file might that be? Is this file (the one I mentioned) or another one looking for admin/SOME_FILE and I need to edit it to look for MYADMIN/SOME_FILE instead?
I wish files could just tell me what it is they want! :frusty: lol
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
keeping
The path to my admin folder in admin/includes/configure.php is apparently correct because it has been working.
That's not right. You're probably mistaking a correlation for a causation. Simply because the admin hasn't stopped working yet doesn't mean you have set up the configure.php file properly. Check it again. You'll probably find you've made a mistake in DIR_FS_ADMIN.
The reason you would think that you haven't made a mistake in this file is simply that you haven't used any part of the admin yet which uses this define and so haven't see this error before.
Hope that helps!
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
That's not right. You're probably mistaking a correlation for a causation. Simply because the admin hasn't stopped working yet doesn't mean you have set up the configure.php file properly. Check it again. You'll probably find you've made a mistake in DIR_FS_ADMIN.
The reason you would think that you haven't made a mistake in this file is simply that you haven't used any part of the admin yet which uses this define and so haven't see this error before.
ceon
As far as I can tell DIR_FS_ADMIN is correct, but then, I don't really know what it is supposed to look like. It seems to be what it has always been.
Ahah! I just checked my backup copy from before my recent upgrade. I had accidently removed the slash at the end of the path when I changed DIR_FS_ADMIN in the new file. :oops: I must have been tired when I edited that file. . . . and blind today that I couldn't see that!
Problem solved. File is happy now! :clap:
Thank you for your help. :D
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
keeping
I had accidently removed the slash at the end of the path when I changed DIR_FS_ADMIN in the new file.
Problem solved. File is happy now! :clap:
Thank you for your help. :D
No problem, glad you've got things sorted now!
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
Zen Cart v1.3.8a/v1.3.8
I installed the module and it seems to work fine (e.g. renaming new catagories, or changing exisiting ones) however when you try to view the page it comes back with a 404 Error.
For example:
store/index.php?main_page=index&cPath=108
is now
store/accesories
#1 Is this an issue that sounds familer? If so any thoughts on what I have or may be wrong?
#2 is there any way to actually turn off the Mod?
Thank you.
Re: Ceon URI Mapping (SEO)
I'd like to note that I found the CP at the bottom of Admin-->Configuration it was hidden. And after turning it off all pages worked fine again.
It's almost like there is a disconnect between the actual link and the URI link. Otherwise everything else seems to work fine.
Re: Ceon URI Mapping (SEO)
Great module. I have it mostly working in the latest version of 1.3.9f.
Two things:
1) I can't seem to see the URI Mapping Field on existing products. I can see it on existing categories and new products though. Any ideas?
2) Is there anyway to get rid of the "By Category" and "By Product" that is added to the automatically generated URI's? For example, it goes store/by-category/tires and I want it to be store/tires.
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
TheJaspMan
#1 Is this an issue that sounds familer? If so any thoughts on what I have or may be wrong?
It sounds like you haven't created and added a rewrite rule for your site.
Please re-read the installation and configuration documentation and make sure you carry out the step about creating a rewrite rule.
Hope that helps!
All the best..
Conor
ceon