Magento Team ...
A very frustrated Peter is asking for a major help in regards to update to 0.9.17740.
I did a SVN and also a tar.gz install on a blank newly created dbase ... and still the same error ...
I have attached it here ...
What is diference between 0.9.17740 and older versions, becouse i can’t install it on my apache PHP >5 ver. server. older versions worked fine..
i Have got this:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] 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.
What is diference between 0.9.17740 and older versions, becouse i can’t install it on my apache PHP >5 ver. server. older versions worked fine..
i Have got this:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] 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.
yes it is something weird.. i took old version .htaccess and compared and tested to new wersion ..,
# Netscape 4.x has some problems…
#BrowserMatch ^Mozilla/4 gzip-only-text/html
# Netscape 4.06-4.08 have some more problems
#BrowserMatch ^Mozilla/4\.0[678] no-gzip
# MSIE masquerades as Netscape, but it is fine
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
# Don’t compress images
#SetEnvIfNoCase Request_URI \
#\.(?:gif|jpe?g|png)$ no-gzip dont-vary
# Make sure proxies don’t deliver the wrong content
#Header append Vary User-Agent env=!dont-vary
</IfModule>
everything goes OK everithing working in 0.9.x version… maybe my server don’t support that stuf..