I tried to use the downloader, but there was no option to upgrade. I uploaded the zip file to my server and logged in through the GoDaddy host manager, to the file explorer and unarchived the zip. The proxy.php is in the js folder. I reuploaded the file and I am still having the menu drop down problem. The drop down menu does work, only when viewing the item, though.
@TJNevis: dropdowns nav doesn’t work for me on any page including the item.
If js/proxy.php would exist, http://919imports.net/js/proxy.php would show SYNTAX line from this file instead of 404.
@norbollg: are there any customizations in your templates, skins or javascripts?
@moshe: I have no customizations in my templates, skins or javascripts, BUT I have installed ‘Terms and conditions for german shop’, and some other Community Extensions.
This is made for the en_US and de_DE locale. This worked on my web site before.
As I updated to 19700, I changed my default country to Norway. Could this cause the problem?
Maybe it is a idea to uninstall all the extensions, and see what happens then?
It does exist, screenshot is included. There’s another problem. I uploaded the same .htaccess I had with the other working version of Magento I was using.
I am having more problems too...when I add pictures to a product, it just sits there and says Complete. I will just try overwriting all the files again tomorrow.
@Moshe: I have uninstalled the ‘Terms and conditions for german shop’.
After this, my checkout works perfect again.
I have also tried to reinstall the ‘Terms and conditons for german shop’. This time (it worked before I updated to 19700), I am getting a ‘invalid or missing package file’ error and ‘PEAR ERROR: install failed’.
So I guess the problem is that this Extension is made for german shops.
Something isnt going on right. I tried going back to v 1.0 and now it’s doing the same thing and I reinstalled the newest release again....maybe I need to delete all the files and reinstall instead of overwriting...once I overwrite I clear the cache but it still doesn’t work…
I had to delete all but the media folder and unarchive the new release and move those files over. Then I just moved my local.xml file over and it worked fine but when I moved my .htaccess over from the previous working magento, it didnt work, same errors as before...so that is what the problem is. If I dont change the .htaccess then it wont go to any of the links, it is a 500 error, but if I put it in, it goes to the links but there are a bunch of errors along the way.
############################################ ## uncomment these lines for CGI mode ## make sure to specify the correct cgi php binary file name ## it might be /cgi-bin/php-cgi
############################################ ## disable magic quotes for php request vars
php_flag magic_quotes_gpc off
############################################ ## enable resulting html compression
#php_flag zlib.output_compression on
########################################### # disable user agent verification to not break multiple image upload
php_flag suhosin.session.cryptua off
</IfModule>
<IfModule mod_security.c> ########################################### # disable POST processing to not break multiple image upload
SecFilterEngine Off SecFilterScanPOST Off </IfModule>
<IfModule mod_deflate.c>
############################################ ## enable apache served files compression ## http://developer.yahoo.com/performance/rules.html#gzip
# Insert filter #SetOutputFilter DEFLATE
# 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>
<IfModule mod_ssl.c>
############################################ ## make HTTPS env vars available for CGI mode
############################################ ## Prevent character encoding issues from server overrides ## If you still have problems, use the second line instead
############################################ ## By default allow all access
Order allow,deny Allow from all
############################################ ## If running in cluster environment, uncomment this ## http://developer.yahoo.com/performance/rules.html#etags