Re: Simple SEO URL [support thread]
Okay, got a special situation with this particular install. Once it was all put into place with the latest module manager and the latest seo version 3.8.5 on zen cart version 1.3.9h, I get an error which essentially says I'm missing the init_templates.php file. That file is not in the latest versions but was at one point in one of the versions of all of this.
This website had a lot of special mods, specially integrated into to zen cart, (I know can tell you another zen cart web host not to use) and had a version of the seo simple urls there. I started totally afresh with new files for both admin and the catalog itself.
Can someone tell me why this error is appearing? I think it's kinda weird since I thought the purpose of the autoload function was to look for the files that was there and not to look for what files were not there. Thought I might well be wrong about that.
Code:
[27-Apr-2011 09:36:57] PHP Warning: require(includes/init_includes/init_templates.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/wocguys/public_html/includes/autoload_func.php on line 48
Re: Simple SEO URL [support thread]
and answering my question - that file had been accidentally deleted is a core zen cart file - not a file from any of the mods! So it's now fixed. duh.......
Re: Simple SEO URL [support thread]
i made a change to remove the category details from the product url, i change the code $temp_params[0]=categoriesParser::getName($cPath, $languages_id, $languages_code); $temp_params[1] = self::getName($products_id, $languages_id, $languages_code) to $temp_params[0]=self::getName($products_id, $languages_id, $languages_code) in products.php, it seems that works, but i'm not sure if its an good idea? or it exists hidden dangers? what do u think?
Re: Simple SEO URL [support thread]
I need help with un-installing the SQL from the Database.
Re: Simple SEO URL [support thread]
Followed steps I thought. Our admin directory is changed to not be /admin - when trying to login to admin just get blank page. I don't find others with this problem. What could it be?:no:
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
monicazim
Followed steps I thought. Our admin directory is changed to not be /admin - when trying to login to admin just get blank page. I don't find others with this problem. What could it be?:no:
Try looking for your answer here.
Re: Simple SEO URL [support thread]
Can someone help me unstall the SQL patches, Please?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
bkeaton
Can someone help me unstall the SQL patches, Please?
Currently this process has to be done manually. Generally you just have to go through the installation steps, but backward.
1. Revert .htaccess back to normal.
2. Revert the changes made to html_output.php
3. Remove new files uploaded during the installation
4. Then in admin→tools→sql patch runs
PHP Code:
SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'Simple SEO URL';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;
DROP TABLE IF EXISTS links_aliases;
DELETE FROM module_version_tracker WHERE module_code = 'yellow1912_ssu';
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
countrycharm
Currently this process has to be done manually. Generally you just have to go through the installation steps, but backward.
1. Revert .htaccess back to normal.
2. Revert the changes made to html_output.php
3. Remove new files uploaded during the installation
4. Then in admin→tools→sql patch runs
PHP Code:
SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'Simple SEO URL';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;
DROP TABLE IF EXISTS links_aliases;
DELETE FROM module_version_tracker WHERE module_code = 'yellow1912_ssu';
I have put in the SQL Patch and it still showing up in:
admin-> configuration
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
bkeaton
I have put in the SQL Patch and it still showing up in:
admin-> configuration
Go to your phpMyAdmin click on search at the top, put in just Simple SEO in the search, tick all words, tick Select All and tick go. It should bring up two matches of it. Click on each and delete it that should take care of you.