Re: Simple SEO URL [support thread]
Alpha 2.2 is now available for download and testing:
https://svn.rubikintegration.com/zen...e%20SEO%20URL/
This version fixed several bugs.
Alpha 2.3 will continue to fix more possible bugs + add support for no mod_rewrite as suggested by CJPinder.
Feedbacks are appreciated.
PS: as of now, Simple Seo Url is still under development and NOT recommended on live site. The more feedbacks and bug reports, the sooner it will be available for use.
Re: Simple SEO URL [support thread]
I installed 2.3 on a clean install of Zen 1.3.8a and it's not working. All category and product pages come up blanket. The url displays but there is no page. The url is http://customtowelsunlimited.com/test/
I set the rewrite base in .htaccess, set the SSU folder to 0777, tried to one suggestion in the .htaccess file, still nothing.
Re: Simple SEO URL [support thread]
Code:
To attempt to show PHP debug errors on-screen, create and upload a new file, like this:
Filename: /includes/local/configure.php
<?php
define('STRICT_ERROR_REPORTING', true);
?>
Then try to access your site again. You may see many warning messages on the screen.
Re: Simple SEO URL [support thread]
Okay, I did that and I do get error message. Unfortunately, they don't mean a whole lot to me.
Re: Simple SEO URL [support thread]
Code:
Fatal error: Call to undefined function: str_ireplace() in /home/towel/public_html/test/includes/init_includes/init_ssu.php on line 19
You use an older version of PHP, you can re-download the file includes/init_includes/init_ssu.php from my server and re-upload to your site.
Re: Simple SEO URL [support thread]
Yes, I've still got PHP 4. I downloaded/uploaded the file and it's working now. I removed the configure.php file because it was messing up the display.
I've found that when I click on an item, it won't bring up that item. It just reloads the page.
Re: Simple SEO URL [support thread]
Check your PM.
Quote:
Originally Posted by
jeking
Yes, I've still got PHP 4. I downloaded/uploaded the file and it's working now. I removed the configure.php file because it was messing up the display.
I've found that when I click on an item, it won't bring up that item. It just reloads the page.
Re: Simple SEO URL [support thread]
It was a problem that the init class was loaded way later than it should have been. Should be fixed now.
Quote:
Originally Posted by
jeking
Yes, I've still got PHP 4. I downloaded/uploaded the file and it's working now. I removed the configure.php file because it was messing up the display.
I've found that when I click on an item, it won't bring up that item. It just reloads the page.
Re: Simple SEO URL [support thread]
I would like to thanks jeking for taking his time and follow the debug process with me. As painful as it is, it will help us a lot to get rid of all bugs before a stable release.
Version Alpha2.2b is now available. Several bugs were addressed:
1. Clean up the parameters
2. Make sure the ssu class is called when it should be.
Re: Simple SEO URL [support thread]
Version 2.2c is now available for testing, this version fixed:
+ Better clean up of product/category names. Remove all non alphanumeric characters, replace by underscore
+ clean up excess underscore
Support for non-modrewrite is now delayed. The main goal of the next version will be 1 click install/uninstall through admin control panel.
https://svn.rubikintegration.com/zen...e%20SEO%20URL/