Re: Ceon URI Mapping v4.x
ok I think I might be doing a stupid since the beginning... and I apologize for wasting everybody's time if that is the case...
but if it says file for version 1.3.x and I'm on version 1.5.1, do I disregard?
I've taken it to mean that all version 1.3.something have to do it but 1.4.something or 1.5.something don't need to... but it just crossed my mind that it could mean 1.3 and above.. so what's the verdict? :blush:
Re: Ceon URI Mapping v4.x
ok well... third time's the charm they say...
it`s working now... turned out that there is a bug in my English.php file in my admin folder eventough it was an original... must have badly transfered but it was what made it so that the file Installation Check wouldn`t come up which in turn couldn`t tell me how to set up my .htaccess for my server which in turn made it so that on the store side of things, it worked but didn`t worked at the same time.
thanks for trying to help. truly appreciated.
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
marieAA
...
but if it says file for version 1.3.x and I'm on version 1.5.1, do I disregard?
...
1.3 = files only for 1.3.x
1.5 = files only for 1.5.x
Quote:
Originally Posted by
marieAA
ok well... third time's the charm they say...
it`s working now... turned out that there is a bug in my English.php file in my admin folder ...
That would cause some fun issues! Usually this sort of error can be difficult to find unless error logging is enabled for PHP (typically a hosting provider can help set this up temporarily) or by configuring PHP to display errors in the browser. Both of these two options should only be enabled on a development system when testing / debugging. These should be disabled on production systems.
Glad you were able to get everything working, now on to configuring all your shiny new URLs :)
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
lhungil
Glad you were able to get everything working, now on to configuring all your shiny new URLs :)
well that's one thing I did right in my book.. the store is brand spanking new, only 2 test products in there... same for categories... so everything will be auto generated and I won't have to go in each to activate it... :D
Thanks again
Re: Ceon URI Mapping v4.x
ZC 1.5.0 installed and working June 2012
Ceon URI Mapping v4.0.8 (?) installed and supposedly working June 2012
Site is indexed in Google but they appear to be much older pages so I'm not sure that Ceon URI Mapping was working so I took advice and tried to update Ceon URI Mapping to the latest version according to the instructions provided with it.
I now have a server 500 error and can't get back in to the admin area.
The logs show repeats of this entry:
Code:
[06-Aug-2013 03:13:51 America/Chicago] PHP Warning: require(includes/functions/sessions.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /path/to/my/site/www.mydomain.com/web/content/myadmindirectory/includes/init_includes/overrides/init_sessions.php on line 28
[06-Aug-2013 03:13:51 America/Chicago] PHP Warning: require(includes/functions/sessions.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /path/to/my/site/www.mydomain.com/web/content/myadmindirectory/includes/init_includes/overrides/init_sessions.php on line 28
[06-Aug-2013 03:13:51 America/Chicago] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/functions/sessions.php' (include_path='.:/usr/share/pear:/usr/share/php') in /path/to/my/site/www.mydomain.com/web/content/myadmindirectory/includes/init_includes/overrides/init_sessions.php on line 28
I think I may have made the classic error of uploading /includes in the wrong place but I've backed that out and uploaded stage by stage, carefully, again.
.htaccess file appears to be correct
I've search the FAQs and this thread but as it's now 126 pages long it's difficult to find the right tips. Can anyone suggest:
A) How to fix it
or
B) How to disable the mod so that I can get back in, remove it, and start again.
TIA :)
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
Redspan
ZC 1.5.0 installed and working June 2012
Ceon URI Mapping v4.0.8 (?) installed and supposedly working June 2012
Site is indexed in Google but they appear to be much older pages so I'm not sure that Ceon URI Mapping was working so I took advice and tried to update Ceon URI Mapping to the latest version according to the instructions provided with it.
I now have a server 500 error and can't get back in to the admin area.
The logs show repeats of this entry:
Code:
[06-Aug-2013 03:13:51 America/Chicago] PHP Warning: require(includes/functions/sessions.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /path/to/my/site/www.mydomain.com/web/content/myadmindirectory/includes/init_includes/overrides/init_sessions.php on line 28
[06-Aug-2013 03:13:51 America/Chicago] PHP Warning: require(includes/functions/sessions.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /path/to/my/site/www.mydomain.com/web/content/myadmindirectory/includes/init_includes/overrides/init_sessions.php on line 28
[06-Aug-2013 03:13:51 America/Chicago] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/functions/sessions.php' (include_path='.:/usr/share/pear:/usr/share/php') in /path/to/my/site/www.mydomain.com/web/content/myadmindirectory/includes/init_includes/overrides/init_sessions.php on line 28
I think I may have made the classic error of uploading /includes in the wrong place but I've backed that out and uploaded stage by stage, carefully, again.
.htaccess file appears to be correct
I've search the FAQs and this thread but as it's now 126 pages long it's difficult to find the right tips. Can anyone suggest:
A) How to fix it
or
B) How to disable the mod so that I can get back in, remove it, and start again.
TIA :)
The error message states that files are missing. Example:
Quote:
No such file or directory in /path/to/my/site/www.mydomain.com/web/content/myadmindirectory/includes/init_includes/overrides/init_sessions.php
Have you made sure you uploaded ALL the required files?? Suggest you read the last few pages of this thread.. the posts just above yours.. Sounds like you have not installed things correctly..
Re: Ceon URI Mapping v4.x
Thanks for reply. Yes, there are four files in that directory including init_sessions.php which is set to 644. Is that correct?
Re: Ceon URI Mapping v4.x
My hosting company has had a look at this and they suggested that it's something to do with a missing leading slash (/) in the file structure. They suggested adding
PHP Code:
RewriteEngine On
RewriteBase /
to the .htaccess file but it didn't solve it. The missing file still appears to be missing because the process is looking in the wrong place i.e. relative to its directory and not in the correct directory.
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
Redspan
My hosting company has had a look at this and they suggested that it's something to do with a missing leading slash (/) in the file structure. They suggested adding
PHP Code:
RewriteEngine On
RewriteBase /
to the .htaccess file but it didn't solve it. The missing file still appears to be missing because the process is looking in the wrong place i.e. relative to its directory and not in the correct directory.
There is a RewriteCond which should block your admin folder from being rewritten... So unless you changed the admin folder name and forgot to update the line in the .htaccess... the .htaccess should have nothing to do with this error.
The files are loaded by Zen Cart using the absolute paths listed in your configure.php files... So errors in these could cause issues... Also double check and ensure the installed files were all placed in the right folders (catalog vs admin)...
Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
lhungil
Also double check and ensure the installed files were all placed in the right folders (catalog vs admin)...
Yes, I've double checked this and restored the files from before the change.
Is there a way of simply deleting this mod and starting again?