Results 1 to 10 of 10
  1. #1
    Join Date
    Sep 2010
    Posts
    13
    Plugin Contributions
    0

    Default unhandled win32 exception occured in httpd.exe[2556]

    Hi Everyone,

    I am trying to move the website from a server to localhost and then back to a different server.The website was originally build in ZenCart 1.38a version. It also has a customize home page and there are some more options added to the admin panel menu.

    I followed the steps mentioned in the article which explained step by step the procedure to move zencart website from one server to another.This is the link that i followed:

    https://www.zen-cart.com/tutorials/i...hp?article=100

    On localhost when i try to install the zencart 1.38 version i get an error saying an unhandled win32 exception occured in httpd.exe[2556].
    The only thing that i did not follow right from the above link is using the same version of the zencart. I used the latest zencart version 1.39.
    But when i tried to run the website through the localhost, nothing shows up, just a blank page.

    I have been trying to work on it from a while, tried to use the same version it didn't work, somewhere i read about deleting the .htaccess file or manipulating it , it didn't work either.

    So any if any one could help me out in this, I highly appreciate your Help.


    Thanks,
    Sandesh

  2. #2
    Join Date
    Sep 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Moving zencart installation from server to localhost

    Actually ,some correction in the above post.I made several attempts on installing the zencart copy from the server over a freshly installed copy of zencart.

    Like on my first attempt, when i typed in http://localhost
    i could not see the folder in which zencart was installed, then i went ahead and deleted the .htaccess file in the zencart root folder after this, I was able to see the folder in which zen cart was installed. but on clicking it i could see a blank page.

    Then other times when i did the same thing, i got the
    "Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log."

  3. #3
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: Moving zencart installation from server to localhost

    Have you tried typing in http://localhost/zen-folder

  4. #4
    Join Date
    Sep 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Moving zencart installation from server to localhost

    Yes i did, but even then i get the same error 500 internal server error.Does this mean that there is a problem with the .htaccess file?....

  5. #5
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Moving zencart installation from server to localhost

    Windows servers don't usually like .htaccess files.
    I recommend using Apache instead of IIS anyway. Try XAMPP.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Sep 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: unhandled win32 exception occured in httpd.exe[2556]

    Actually i am using, wamp server(2.0h). Now I used my laptop and tried using the same version(zencart 1.38a) in which the website was build on, but still having the same problem, 500 Internal Server Error.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: unhandled win32 exception occured in httpd.exe[2556]

    Zen Cart 1.3.8a is not compatible with PHP 5.3 which is used in the latest version of wampserver and XAMPP etc.
    v1.3.9 works fine on newer versions of PHP 5.3.

    Your apache errorlog will tell you the exact cause of the "500 Internal Server Error".
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Sep 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: unhandled win32 exception occured in httpd.exe[2556]

    This is what i get in the error log.....
    [
    [Mon Sep 27 09:31:33 2010] [notice] Child 5920: Starting thread to listen on port 80.
    [Mon Sep 27 09:52:28 2010] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
    [Mon Sep 27 09:52:31 2010] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
    [Mon Sep 27 10:50:15 2010] [alert] [client 127.0.0.1] C:/wamp/www/zencart/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: http://localhost/


    [Mon Sep 27 10:50:26 2010] [alert] [client 127.0.0.1] C:/wamp/www/zencart/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration]

    [Mon Sep 27 12:06:46 2010] [alert] [client 127.0.0.1] C:/wamp/www/zencart/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: http://localhost/zencart/admin/index.php]

    These lines are repeated number of times.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: unhandled win32 exception occured in httpd.exe[2556]

    So, you've added something to your .htaccess file that doesn't come with Zen Cart. Namely, you've added "RewriteEngine" and other related directives, and your webserver isn't configured to handle those directives.
    You can find instructions on how to configure your own apache server for its addon functionality on the apache website.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Sep 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: unhandled win32 exception occured in httpd.exe[2556]

    Thanks Drbyte for you help..I will look into it!

 

 

Similar Threads

  1. occur httpd.exe error during installing
    By Jacket in forum Installing on a Windows Server
    Replies: 1
    Last Post: 2 Apr 2010, 08:27 AM
  2. httpd.exe giving error while trying to save database setting
    By vishalon in forum Installing on a Windows Server
    Replies: 1
    Last Post: 18 Jan 2010, 08:00 AM
  3. httpd.exe crashes after database submit
    By davida in forum Installing on a Windows Server
    Replies: 2
    Last Post: 20 Jul 2009, 03:29 PM

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