The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
I have another newbie question.
I created a define page about_us same as contact_us, /about_us.html and /contact_us.html both work.
With the Ultimate SEO 2.20, the code below
which generated a static link /contact_us.html.PHP Code:
<li><?php echo '<a href="' . zen_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>';?></li>
However,
which generated a /index.php?main_page=about_us link, which is not a seo link.PHP Code:
<li><?php echo '<a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT . '</a>'; ?></li>
By the way, the about_us page was added after I installed the plugin.
What is wrong with my installation? How should I do to generate a seo url /about_us.html, instead of /index.php?main_page=about_us.
Check your setting for: "Limit alternate URLS to the following pages".
Hi everyone! got a problem installing this mod.
I followed steps 1, 2 and 3 of the installation guide:
1 - Uploaded New Files
2 - Modified .htaccess file
3 - Uploaded Install Files
But when i click on ANY link in the admin (as the installation guide says), I only get a blank page. Now all my Admin pages are blank pages and I can't really do nothing about it.
I already uploaded a backup of my admin directory and erased the new files manualy but nothing happened.
I have Zen Cart v 1.5.1. The admin of my site http://www.jollyrogerbay.it/store/Mitola64
Anyone could help? thanks
Marco
Last edited by Marco Serge; 8 May 2015 at 02:53 PM.
Not sure what you are asking... The name would be whatever you entered for the manufacturer in the Zen Cart administrative interface.
Are you asking what Zen Cart page handles manufacturer product listings? If so the answer is "index" (same one handling the home page, categories, etc).
One can determine the Zen Cart Page name by looking in one or both of the following locations (xxxx is where the page name will be). n the stock Zen Cart URLs, this appears as index.php?main_page=xxxx. In the installation file structure pages appear at /includes/modules/pages/xxxx.
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
Thanks a lot for your reply, I've checked the admin/includes/configure.php file but cannot figure out if there's something wrong inside, I've re-uploaded the configure.php file of my backup (that was working) but I always got blank page.
I've tried to re-upload the entire admin folder by changing the transfert-type mode in my FileZilla client (tried binary and then automatic) but this haven't changed.
The log file on the logs folder in the server says:
[08-May-2015 16:39:06 Europe/Rome] PHP Fatal error: Class 'SEO_URL' not found in /web/htdocs/www.jollyrogerbay.it/home/store/includes/autoload_func.php on line 79
Thanks for explaining, I see how the plugin works.
I am sorry for my previous confusing question. Here is the problem I want to solve.
My site generates seo links for categories and products etc as expected; but it does not generate seo links for manufacturer links. For example,
should be converted to a seo linkPHP Code:
index.php?main_page=index&manufacturers_id=19
But it does not convert the link to the seo link.PHP Code:
/anyname-m-19
How should I address the problem? Thank you very much.
Bookmarks