menu links not going to category pages properly - cs-cart

I am designing the home page and category pages in cs-cart version 4
I have two links out of 13 that will not go to the right category page, instead its linking to the store front page...
the visual arts and film links and a ' A 403 ERROR OCCURRED' with the design link..(http://www.famethis.com/store/)
i have re-entered the correct info several times but its still occuring.
how do i correct this, all info is in correctly..thanks

Did you try to enable the development mode in config.local.php to see more info about error?
Open your config.local.php file and replace:
ini_set('display_errors', 0);
with
ini_set('display_errors', 1);
define('DEVELOPMENT', true);

Related

Lesti's FPC not working with Fishpig get post collection

I've developed a magento website with the fishpig extension, and as soon as I turned on my Lesti's FPC, i got a white page without any errors on the homepage.
I've managed to trace the error down to the post collection, but I don't know how to fix this issue. Someone had any experience with this?
This is what my post collection looks like:
<?php $posts = Mage::getResourceModel('wordpress/post_collection')
->addPostTypeFilter('sliders')
->load();
?>
I'm pretty sure this error has nothing to do with Lesti FPC. If you have a white page without any errors, this just means that an error has occured but your PHP error display settings prevent it from being displayed. To display the error, open up your Magento index.php file and uncomment the following line:
ini_set('display_errors', 1);
This will reveal the PHP error message. That being said, your issue will probably be fixed by performing the following steps:
Upgrade Magento WordPress Integration to the latest version. Also update any add-on extensions for Magento WordPress Integration.
Check System > Configuration > WordPress for any errors/warnings and fix every single one.
Check var/log/ for a wordpress.log file. Delete this file and then go back to the page that triggers the error. See whether any new errors are added to the file.
Please perform these 3 steps (these steps should be followed for any error with Magento WordPress Integration) and see whether the error persists. If the error does remain after following these steps, please update your question with the specific error message (but only after following these 3 steps).

How to forward all the 404 pages to the front page?

I have a simple question...I had an old store and people bookmarked specific product pages in their browsers as well as Google search points to some specific pages. I have now installed a new version of Magento (1.9.1) and some of these URLs will not longer work (they will show the standard 404 not found Magento page).
What would be the best way to forward all these hits to the front page?
Thank you for any suggestions!
Allysin :-*
Login to the admin, go to System>Configuration>Web and change the drop-down value for CMS No Route Page in the Default Pages section. You should be able to select your CMS Home Page.
Here is a reference with images
If manual setting doesnt help,you can try this.

Compilation renders my home page content blank

I want to enable Compilation on our Magento website, but when I enable it, I get blank content for my home page. It stops rendering before outputting the menu. Category and product pages seem to be fine.
We use the Mercado theme, and the home page uses a HomepageGrid block which is a CMS page.
Could anybody provide some insight?
Thanks
all you have to do is to check your error log. blank page means php error, and your output configured into error log, not screen. possible places to look: path_to/magento/var/log/ files system.log and exception.log. or /var/log/ and folders httpd/error_log etc. looks like you have some module like featured products or other custom stuff on front page, check your CMS > Pages > Homepage content. thank you

Getting error after uploading some product images in magento

I'm getting a strange error in magento after uploading product images. I have this problem with only some images.
When i upload an image through backend product uploading section, its working perfectly and i can see the image when i ,mouse over it. But when i go to front end and browse the product detail page or the category page of that product, i'm getting a blank screen. I have this problem with only a few images. Images are in jpeg format.
Then when i reset magento default image as the base image and save the product, the problem solves. I cant figure what is the actual problem. Does any one have an idea. Kindly share it with me...
Thanks in Advance
Tibin Mathew
A blank screen makes me think that you have and error somewhere in the code.
Can you check if you have display_errors = On and error_reporting = E_ALL in index.php?
error_reporting(E_ALL | E_STRICT);
ini_set('display_errors', 1); //uncomment this line to see errors
Or maybe you try to debug a large object like the layout block and the browser can't show it to you, also look for exceptions that may try to print very large data.

joomla article not open?

i m facing problem to open a new article in joomla, when i click on link following error display on the page
Homepage is showing:
404 - Component not found
You may not be able to visit this page because of:
an out-of-date bookmark/favourite
a search engine that has an out-of-date listing for this site
a mistyped address
you have no access to this page
The requested resource was not found.
An error has occurred while processing your request.
Please try one of the following pages:
Link of the page is: http://punjabtourism.gov.in/index.php?option=com_content&view=article&id=86&Itemid=71
when we click BOQ the last link of the site next page will show the above error if anybody have solution please help me.
It is probably your setting in 'GLobal Configuration' in the first menu in the backend. Go to Search Engine Friendly URL's, check if its on. Check if 'mod-rewrite' is on. If these have been enabled after you created an article, then your links wont work. You need to add the article after enabling these settings to make it work properly.
Your best bet is to re-publish all your articles, the links should work fine then.
Hope this helps.

Resources