I'm using FF3 to run the script. I had verified the PHP safe mode is off.
I suspect the problem has to do with modsecurity, but my host won't let me turn it off (specifically, apache says I cannot reference SecRuleEngine in .htaccess).
I did a manual upgrade. All seems to work but I've run everything I can, all the modules are upgraded but I am still told I need to upgrade because I have 6.13. The DB still has 6.13 in some of it's cache_update and system tables.
I tried to increase the minimum file size to about 100 MB for uploading audio files. Apparently, this meant I had to modify the ‘php.ini’ file. I couldn't find that, so I modified the htaccess file withe code below. (This was supposed to do the same thing).
• php_value upload_max_filesize 100M
• php_value post_max_size 100M
Fatal error: Call to undefined function _batch_page() in update.php on line 654 when I try to update my database. This site's been running for two years and no problems till now. I have another separate Drupal site that had no problems. version 6.14
I have two similar drupal installations hosted on bluehost.com. I just successfully upgraded one of them to 6.14 from Simple Scripts on my Control Panel. When I tried to upgrade the other one, I got this message:
Server Configuration Problem
It looks like there is a problem accessing your server. If you are using a "Cash for Domain Parking" program or have a custom header include (via PHP or .htaccess), please disable it until we are finished.
I talked to someone at Bluehost who disabled this as instructed, but upgrade still would not work.