Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
lhungil
No problem :)
Ok last question.
Everything is working great except I can not get the ez pages to pull up. Typically I enter this to see the first ez page, no matter what I enter though it won't rewrite it or pull it up, any ideas?
http://ie-proofs.com/domo-online.com...page=page&id=1
Re: Ultimate SEO 2.200+ (new features)
Your Zen Cart installation does not appear to be working anymore (I cannot even get to your main landing page), was something changed recently? I remember being able to access the site Thursday night.
Quote:
Originally Posted by
timhersh
Everything is working great except I can not get the ez pages to pull up.
By default EZ-Pages are rewritten as long as "page" is included in the list at "Enter pages to allow rewrite".
If using the "Internal Link" feature with EZ-Pages, these are hard-coded, so you will need to change the value. For example to change "Privacy Notice" under the demo store you need to to to "admin" -> "tools" -> "ez-pages" and select "Privacy Notice" and click "edit". Once on the page to edit "Privacy Notice", change the value in the input field labeled "Internal Link URL" from "index.php?main_page=privacy" to "privacy.html".
Re: Ultimate SEO 2.200+ (new features)
The only difference between my former installation and the new one is that ALL files that needed to be replaced are now renamed ... that's it.
I checked every single file path to be sure everything was fine ...
I will do it one more time anyway ... but the only thing that is custom is the template ... nothing else, and that is not affecting the store front, looks fine aside from the fact the URLs are not rewritten ...
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
icecold
The only difference between my former installation and the new one is that ALL files that needed to be replaced are now renamed ... that's it.
I checked every single file path to be sure everything was fine ...
I will do it one more time anyway ... but the only thing that is custom is the template ... nothing else, and that is not affecting the store front, looks fine aside from the fact the URLs are not rewritten ...
just checked again just to be sure, as I said is a fresh install ZC 1.5 ... Only a template besides the original package ...
Re: Ultimate SEO 2.200+ (new features)
i checked the debug and there's a missing class! It supposed to be created as there is a seo.install.php class in FS includes, but for some unknown reason it's not instantiating it! ??
This is the error I got from debug ... it clearly shows the class is not instantiated ...
Quote:
[28-Oct-2012 10:20:02] PHP Warning: include_once(/home2/seasonbr/public_html/trade/includes/classes/seo.url.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home2/seasonbr/public_html/trade/AdminNW/includes/functions/html_output.php on line 62
[28-Oct-2012 10:20:02] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/home2/seasonbr/public_html/trade/includes/classes/seo.url.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/seasonbr/public_html/trade/AdminNW/includes/functions/html_output.php on line 62
[28-Oct-2012 10:20:02] PHP Fatal error: Class 'SEO_URL' not found in /home2/seasonbr/public_html/trade/AdminNW/includes/functions/html_output.php on line 64
As you can see above it's asking for seo.url.php class, which supposed to be instantiated, but for some reason I really don't know, it's not ...
So how can I go around this?
Please note:
- This is a fresh ZC 1.5 install without any plug ins only a template
- The template itself has built-in plugins and executes jQuery
- The front end looks fine the error is just in the Admin
- As a result, I don't have any access to admin to change the template to rhe default >>> the Admin fails to open and there are no options to switch back
- I asked the template author to see if there are any known issues with Ultimate SEO URLs, no response yet
Re: Ultimate SEO 2.200+ (new features)
Thank you for replying.
The issue of the main landing page not showing is something different. I haven''t figured it out yet but for some reason it won't show the bottom of the default main_page so I have it redirected to go here for the home page, for now. http://ie-proofs.com/domo-online.com/ Not sure what the issue is
BUT
if I go to the default template it shows just fine.
All the other pages I need are working just fine in my custom template though, the only thing (besides the default main page) I can't get it to show is the E-Z Pages. BUT the E-Z pages are working (the redirect link) if I have the default template on.
For example these work just great
http://ie-proofs.com/domo-online.com...3.html?cPath=1
http://ie-proofs.com/domo-online.com.../yamalube-c-4/
http://ie-proofs.com/domo-online.com...ppinginfo.html
****
I do have 'page' listed in my list of pages to rewrite, here is what I have
Quote:
index, product_info,page,products_all, products_new, featured_products, specials, contact_us, conditions, privacy, reviews, shippinginfo, faqs_all, site_map, gv_faq, discount_coupon.page, page_2, page_3, page_4
THIS LINK THOUGH- will not work when my template is on http://ie-proofs.com/domo-online.com...age-ezp-1.html Really would like to make it work. Would prefer to use the EZ page for my home page. I'm not using the internal links..thank you for any assistance you can provide......
Re: Ultimate SEO 2.200+ (new features)
Timhersh,
I just made an ezpage to see if I had a problem, and do not:
http://www.prommart.com/ez-page-test...eo-ezp-11.html
My ezpage is linked from my footer.
Mine is a 1.5.1 cart with whatever the default Ultimate SEO installation is for ezpages...I didn't do anything in my SEO admin re ezpages.
BTW, since you are using the categories as directories option...which includes the category in the product url...I don't think you need the cPath at the end of the product url? For me, since I don't include the categories in my setting, I do enable the cPath option at the end of the product url since I'm using linked products.
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
timhersh
If I go to the default template it shows just fine.
All the other pages I need are working just fine in my custom template though, the only thing (besides the default main page) I can't get it to show is the E-Z Pages. BUT the E-Z pages are working (the redirect link) if I have the default template on.
If everything works correctly with the default template but fails with your custom templates... the problem will be something with your custom template. Not with "Ultimate SEO URLs".
If you purchased the template and are modifying it, you may want to check with the author of the template and ask them what modifications were made to ezpages. It may save you some time.
You will want to look through your custom template for every reference to "page" and "ezpage" as this is where EZ-Page content is handled. You will need to check under both the templates area and the modules area (custom templates can have overrides in here).
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
icecold
The only difference between my former installation and the new one is that ALL files that needed to be replaced are now renamed ... that's it.
Did you make sure the renamed files do NOT end with .php?
Quote:
Originally Posted by
icecold
i checked the debug and there's a missing class! It supposed to be created as there is a seo.install.php class in FS includes, but for some unknown reason it's not instantiating it! ??
The error message is "Failed opening '/home2/seasonbr/public_html/trade/includes/classes/seo.url.php'". If PHP cannot load the file, it cannot instantiate the class contained in the file.
This error message indicates "Ultimate SEO URLs" was not properly installed. Based upon that error message I can see some files were not copied over. You really need to completely re-install "Ultimate SEO URLs" at this point, not just copy over files as you find they are missing. If you followed all the steps listed in the installation file (and are really using a clean installation of Zen Cart 1.5 using the installation scripts included with Zen Cart) you should not be seeing these kind of error messages.
Detailed Installation Steps
This list assumes you truly have a clean Zen Cart installation. No other plugins or modules installed. No other changes made. No extra php files. You installed Zen Cart using the instructions and installation scripts provided with Zen Cart not 3rd party ones. You just finished the installation and renamed your admin folder.
- Determine which version of Zen Cart you installed. You still have not told us if you are using 1.5.0 or 1.5.1. These versions are not the same and have different files. So just saying 1.5 is not sufficient.
- Download the latest version of "Ultimate SEO URLs" from http://www.zen-cart.com/downloads.php?do=file&id=132.
- Unzip the archive to your local computer. Yes to your local computer. Make sure you are using a program to unzip the files which understands paths (directories). If your local computer is running Windows you can use the built in unzip utility. Otherwise look into a program such as 7-zip (free, opensource).
- Open and read "LICENSE". Everyone using this module or modifications of this module are subject to the license agreement. If you do not agree you cannot use this module or modifications of this module.
- Open and read "README_ENGLISH.txt". Yes you really should always read any document packaged with a module. This document contains the short form of these instructions suitable for anyone who understand Zen Cart to install this module.
- Now you remember when I said is was important to know what version of Zen Cart you have installed, right? Here is where you use the version information. Go to the instructions for copying files to your Zen Cart installation. When you are done come back here and continue.
- Open your web browser. Go to the administrative side of your Zen Cart installation. Now login with your administrative user.
- Go to "configuration" -> "Ultimate SEO URLs". Change the settings to match your needs and wants.
- Edit the example .htaccess file in this thread to match your settings and environment. Make sure you actually read the instructions in the .htaccess file before and during editing. Once done editing, upload the .htaccess file to your Zen Cart installation folder.
Copying files to a clean Zen Cart 1.5.0 installation
First and foremost always use a proper upload tool such as WinSCP. Do not use an online "file manager" or "dreamweaver". If any changed files have been changed by another plugin or template you install, your Zen Cart installation is NOT clean and you will have to "merge" the changes instead of following these steps.
- Copy the files (including directory paths) from "new_files_150/includes" and "new_files_150_English/includes" to your Zen Cart installation under "/includes".
- Copy the files (including directory paths) from "new_files_150/your_admin_folder" and "new_files_150_English/your_admin_folder" to your Zen Cart installation under your admin folder (assuming you followed the instructions for installing Zen Cart and renamed the admin folder).
- Overwrite the files (including directory paths) from "affected_files_150/includes" to your Zen Cart installation under "/includes".
- Overwrite the files (including directory paths) from "affected_files_150/your_admin_folder" to your Zen Cart installation under your admin folder.
- Overwrite the file from "affected_files_150/index.php" to your Zen Cart installation.
- Now return to where you left off in the first list.
Copying files to a clean Zen Cart 1.5.1 installation
First and foremost always use a proper upload tool such as WinSCP. Do not use an online "file manager" or "dreamweaver". If any changed files have been changed by another plugin or template you install, your Zen Cart installation is NOT clean and you will have to "merge" the changes instead of following these steps.
- Copy the files (including directory paths) from "new_files_151/includes" and "new_files_151_English/includes" to your Zen Cart installation under "/includes".
- Copy the files (including directory paths) from "new_files_151/your_admin_folder" and "new_files_151_English/your_admin_folder" to your Zen Cart installation under your admin folder (assuming you followed the instructions for installing Zen Cart and renamed the admin folder).
- Overwrite the files (including directory paths) from "affected_files_151/includes" to your Zen Cart installation under "/includes".
- Overwrite the files (including directory paths) from "affected_files_151/your_admin_folder" to your Zen Cart installation under your admin folder.
- Overwrite the file from "affected_files_151/index.php" to your Zen Cart installation.
- Now return to where you left off in the first list.
Still having problems
If after following all these instructions you still cannot get this plugin working I would highly recommend you hire a developer familiar with Zen Cart to install and configure your site for you. Installation of this plugin is relatively straight forward and very similar to installing any other Zen Cart module / plugin.
Installing more than one plugin / module often involves using a tool such as WinMerge or Beyond Compare to "merge" the changes made by each plugin. If your "template developer" changed core Zen Cart files you will need to do a merge of any files both modified, not just replace the files. If you are not familiar with PHP, MySQL, and Zen Cart this can be a daunting task.
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
icecold
i checked the debug and there's a missing class! It supposed to be created as there is a seo.install.php class in FS includes, but for some unknown reason it's not instantiating it! ??
This is the error I got from debug ... it clearly shows the class is not instantiated ...
As you can see above it's asking for seo.url.php class, which supposed to be instantiated, but for some reason I really don't know, it's not ...
So how can I go around this?
Please note:
- This is a fresh ZC 1.5 install without any plug ins only a template
- The template itself has built-in plugins and executes jQuery
- The front end looks fine the error is just in the Admin
- As a result, I don't have any access to admin to change the template to rhe default >>> the Admin fails to open and there are no options to switch back
- I asked the template author to see if there are any known issues with Ultimate SEO URLs, no response yet
BTW This is the list of AddOns the template has integrated:
Column Layout Grid, About Us Page, Footer Menu , Column Divider Pro, Designer Monthly Boxes, Pure CSS Mega Menu