How about the logs when you do this using the django runserver? Is the log you sent the Apache log? That won't have information about 500 error.
ken On Thu, Apr 17, 2014 at 11:47 AM, Zentrico <[email protected]> wrote: > [error_log] > > [Wed Apr 16 17:09:40 2014] [notice] caught SIGTERM, shutting down > > [Wed Apr 16 17:09:41 2014] [notice] suEXEC mechanism enabled (wrapper: > /usr/sbin/suexec) > > [Wed Apr 16 17:09:41 2014] [notice] Digest: generating secret for digest > authentication ... > > [Wed Apr 16 17:09:41 2014] [notice] Digest: done > > [Wed Apr 16 17:09:41 2014] [notice] Apache/2.2.15 (Unix) DAV/2 > mod_ssl/2.2.15 OpenSSL/1.0.0-fips mod_wsgi/3.2 Python/2.6.6 configured -- > resuming normal operations > El jueves, 17 de abril de 2014 15:30:57 UTC+2, Kenneth Bolton escribió: >> >> Can you share the logging information? >> >> Can you replicate this with the runserver development server? >> >> ken >> >> >> On Thu, Apr 17, 2014 at 7:15 AM, David calvo chiva <[email protected]>wrote: >> >>> I have my mezzanine/cartridge under a prefix and everything works fine >>> except when in the products or wishlist i want to buy something pushing >>> add_cart submit button, the server returns a error 500 server internal >>> error and i cant add anything to carts. >>> >>> when i type the url on webbrowser htt..ww...com/prefix/web/shop/cart >>> works fine saying me the cart is empty. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Mezzanine Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
