Try the Demo

Magento

eCommerce Software for Online Growth

Magento Forum

Our new hosted solution for small & emerging businesses
   
Page 1 of 2
No products and categories after upgrade to 1.3.1
 
klausherzberg
Member
 
Total Posts:  69
Joined:  2008-10-20
 

I’ve upgraded from 1.2x to 1.3.1

now admin/catalog_product/ and admin/catalog_category/ show onyl empty content. No products and categories. Frontpage works fine, rest of admin also.

Tried suggested thinks like reinstall core, reinstall admin_html, clear cache, reload, pray, going back to oscommerce, buy oxid, etc.

By the way: Does Varien test new releases?

Greetings. klaus.

 
Magento Community Magento Community
Magento Community
Magento Community
 
skippybosco
Enthusiast
 
Avatar
Total Posts:  796
Joined:  2008-10-03
 

klausherzberg, when you say front page works fine do you mean the products actually show up ok on the front page?

You could go for a permissions issue which impacted the installation from completing successful or cache clearing successful.

If your host supports standard permissions (directory:755, file:644) you can try this:

1) Download Magento Cleanup Tool
2) Unzip to the root of your Magento installation
3) Browse to http://yourdomain.com/magento/magento-cleanup.php

This will do a few things: a) reset all of your file and directory permissions to the standard permissions (directory: 755, file:644 pear:550) as well as clearing various caches. If your host requires some other permission you can edit the magento-cleanup and change:

function AllDirChmod$dir "./"$dirModes 0755$fileModes 0644 ){

to whatever dirMode and fileMode permissions are appropriate.

Once this is run you should check to see if it resolved the issue. If it did not, now that permissions and cache are standard you can retry the Mage_all install command.

Worse case if all else (assuming you have not modified core Magento code) you can unzip the full 1.3 release on top of your existing installation.

 
Magento Community Magento Community
Magento Community
Magento Community
 
klausherzberg
Member
 
Total Posts:  69
Joined:  2008-10-20
 
skippybosco - 28 April 2009 04:47 AM

klausherzberg, when you say front page works fine do you mean the products actually show up ok on the front page?

correct.

skippybosco - 28 April 2009 04:47 AM

1) Download Magento Cleanup Tool
2) Unzip to the root of your Magento installation
3) Browse to http://yourdomain.com/magento/magento-cleanup.php

i tried. same problem.

skippybosco - 28 April 2009 04:47 AM

Worse case if all else (assuming you have not modified core Magento code) you can unzip the full 1.3 release on top of your existing installation.

ok.

thank you very much!

klaus.

 
Magento Community Magento Community
Magento Community
Magento Community
 
robertjohn
Member
 
Total Posts:  60
Joined:  2009-07-24
 

Hi

I tried to use this cleanup tool but all I got was a very long page with Operation not permitted errors.

Any advice please?

RJ

 
Magento Community Magento Community
Magento Community
Magento Community
 
skippybosco
Enthusiast
 
Avatar
Total Posts:  796
Joined:  2008-10-03
 

So that tells you that the account that your website runs under does not have sufficient privileges to modify permissions of files and directories.. Either SSH to your account and make permission changes from there or email your host and explain the problem.

 
Magento Community Magento Community
Magento Community
Magento Community
 
robertjohn
Member
 
Total Posts:  60
Joined:  2009-07-24
 

Wow - fast reply, thanks.

I have a dedicated server, the b*ggers should allow me to do anything! lol.

Thanks for the advice, SSH is a scary thing to me so I will email them.

Cheers

RJ

 
Magento Community Magento Community
Magento Community
Magento Community
 
robertjohn
Member
 
Total Posts:  60
Joined:  2009-07-24
 

Actually thinking about it I can make permission changes no problem with FTP or File manager so shouldn’t this work too?

RJ

 
Magento Community Magento Community
Magento Community
Magento Community
 
skippybosco
Enthusiast
 
Avatar
Total Posts:  796
Joined:  2008-10-03
 

You can certainly CHMOD via FTP, but will take a bit of effort. To do it via SSH:

1. find . -type f -exec chmod 644 {} ;
2. find . -type d -exec chmod 755 {} ;
3. chmod o+w var var/.htaccess includes includes/config.php app/etc
4. chmod 550 pear
5. chmod -R o+w media

 
Magento Community Magento Community
Magento Community
Magento Community
 
robertjohn
Member
 
Total Posts:  60
Joined:  2009-07-24
 

Hi and thanks for that.

I actually meant that if I can change permission using ftp then the file should work.

Anyway, I installed on another server and had the same issues I originally reported in my first post.  I ran the cleanup file and got error - attached in picture:

Never had so much trouble installing a shopping cart :(.

RJ

Image Attachments
Picture 6.png
 
Magento Community Magento Community
Magento Community
Magento Community
 
skippybosco
Enthusiast
 
Avatar
Total Posts:  796
Joined:  2008-10-03
 

That error you posted is not an error from the cleanup script, it appears to be an install or execution error complaining about not being able to access your database server.

 
Magento Community Magento Community
Magento Community
Magento Community
 
robertjohn
Member
 
Total Posts:  60
Joined:  2009-07-24
 

God you’re fast, not even had time to put kettle on!

My point is that this is the screen I got immediately after I ran cleanup script.  I will re-install yet again.

Wish you were around to answer my other couple of queries posted over the last few days - getting really frustrated now.

Cheers

RJ

 
Magento Community Magento Community
Magento Community
Magento Community
 
skippybosco
Enthusiast
 
Avatar
Total Posts:  796
Joined:  2008-10-03
 

Just sent you a PM with contact info. I’ll do what I can to help get you going (free of charge)

 
Magento Community Magento Community
Magento Community
Magento Community
 
robertjohn
Member
 
Total Posts:  60
Joined:  2009-07-24
 

Thanks - what a wonderful offer.  I have replied to your PM.

Very kind.

RJ

 
Magento Community Magento Community
Magento Community
Magento Community
 
CPA
Jr. Member
 
Total Posts:  14
Joined:  2009-03-05
 

Issue resolved after update of files and clearing all

 
Magento Community Magento Community
Magento Community
Magento Community
 
jetblab
Jr. Member
 
Total Posts:  5
Joined:  2009-01-24
 

Thank-you for posting that clean-up tool.  It seemed to do the trick (at least for me....for now)

 
Magento Community Magento Community
Magento Community
Magento Community
 
TomC
Sr. Member
 
Total Posts:  191
Joined:  2007-12-01
 
skippybosco - 28 April 2009 04:47 AM

klausherzberg, when you say front page works fine do you mean the products actually show up ok on the front page?

You could go for a permissions issue which impacted the installation from completing successful or cache clearing successful.

If your host supports standard permissions (directory:755, file:644) you can try this:

1) Download Magento Cleanup Tool
2) Unzip to the root of your Magento installation
3) Browse to http://yourdomain.com/magento/magento-cleanup.php

This will do a few things: a) reset all of your file and directory permissions to the standard permissions (directory: 755, file:644 pear:550) as well as clearing various caches.

This worked for me . . .  for now

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
Page 1 of 2
 
© Copyright Magento Inc.
Privacy Policy|Terms of Service
Magento Community Count
819302 users|755 users currently online|519717 forum posts