Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Sep 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Unable to update products

    This is what Yum says: Package php-5.3.8-1.fc15.x86_64 already installed and latest version.

    Other than the Facebook like and G+ button that's all the mods I have I believe. I would be happy to share more info about the install if needed, just let me know.

    Permissions are 777 on that directory for the moment while I work out the bugs.

    Sorry if this wireless keyboard misses stuff from time to time.

  2. #12
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Unable to update products

    Ok, you seem to be checking the webserver logs which is good, BUT

    have you checked your /cache folder, as this is where zencart stores php errors with filenames like

    mydedug-23072011-12345.log
    or
    mydedug-adm-23072011-12345.log (especially these adm ones for admin)

    Cheers
    Webzings Design
    Semi retired from Web Design

  3. #13
    Join Date
    Sep 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Unable to update products

    There is no sign of any errors in the cache folder, not from the past few days anyway. How does the admin side handle SSL? I have it set to use it but if I disable my forces SSL redirect in my .htaccess file I am able to edit the products again. It looks like after the login to the admin area it no longer uses SSL?

    This is what I'm using for the SSL rewrite in my .htaccess file:

    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

    Is that what's causing the problems? I also noticed that I can't change any configuration options with the forces SSL.

    Thanks!

  4. #14
    Join Date
    Sep 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Unable to update products

    Alright I took the easy way out and just tweaked the rule forcing SSL to exclude the admin area from this requirement and everything seems to be fine now. In case anyone was wondering this is what I did to the rule:

    RewriteRule ^(admin|xxxadmin)($|/) - [L]
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

    Thanks everyone!!!

  5. #15
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Unable to update products

    yes that is probably what was causing it

    If you want to force ssl for the admin do that in your admin config file, set them both to https

    // Define the webserver and path parameters
    define('HTTP_SERVER', 'https://www.YOUR_SHOP.com');
    define('HTTPS_SERVER', 'https://www.YOUR_SHOP.com');
    define('ENABLE_SSL', 'true');

    On this page
    https://www.zen-cart.com/tutorials/index.php?article=14
    read the note that is part of point 3

    Quote Originally Posted by danodemano View Post
    Alright I took the easy way out and just tweaked the rule forcing SSL to exclude the admin area from this requirement and everything seems to be fine now. In case anyone was wondering this is what I did to the rule:

    RewriteRule ^(admin|xxxadmin)($|/) - [L]
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

    Thanks everyone!!!
    Webzings Design
    Semi retired from Web Design

  6. #16
    Join Date
    Sep 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Unable to update products

    OHHHHHH I feel stupid now. I missed that note when I was setting up the SSL. Thanks a million!!!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v139h Product description unable to update contents
    By hara in forum General Questions
    Replies: 6
    Last Post: 10 Apr 2016, 11:55 AM
  2. v150 Unable to update from admin area
    By Bigolhint in forum General Questions
    Replies: 2
    Last Post: 11 Aug 2012, 04:53 PM
  3. Unable to update photos on main page
    By wickedprincess in forum General Questions
    Replies: 1
    Last Post: 19 Jan 2012, 08:50 AM
  4. Unable to update database.
    By tukanglibas in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 30 Dec 2009, 11:04 AM
  5. Unable to update in admin
    By Ryk in forum General Questions
    Replies: 3
    Last Post: 17 Jul 2008, 07:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg