Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I ran into a 404 error when trying to upgrade my site from 4.7.4 to 5.0 beta 2. The exact error message was:
An HTTP error 404 occured. update.php?op=do_update
It is quite obscure and I found no clue searching on the forum. Could some one point me a direction to look for information on this?
FYI, I followed the upgrading instructions, i.e. login as user 1, delete old files, upload new files, run update.php -> 404 error. And before the starting the database upgrade, I received this warning message:
I have a problem with uplaoding, it says "Your PHP settings limit the maximum file size per upload to 4 MB." even though I have set the php.ini to a higher limit. It was originally 2mb, but i changed the php.ini to 100mb, but now it shows the limit as 4MB?
Also, it was only this particular site having this problem. My previous drupal installations - all running on the same server - did not have this limit.
I recently installed the views-4.7.x-1.1 update, and upon running the update.php script, which shows version 10 of Views is ready to go, I get this error:
Message reset() [function.reset]: Passed variable is not an array or object in D:\Intranet\update.php on line 404.
Severity error
I'm running Drupal 4.7.4 on a WAMP server using MySQLi - I tried changing that to MySQL but no dice. Every time I go back to update.php, that version is still sitting there.
I have upgraded my website to 4.6.10 and I get many bugs when creating a post, deleting a menu, etc. There may be a pbl with access authorization. The error msg that I have got when creating a post as follows:
I just upgraded from Drupal 4.6X (under CivicSpace) to Drupal 4.7X. it is mostly going okay, but the main issue I seem to be running into is how to make the default for rich-text to be enabled? I can enable rich-text manually for each node, but that gets sort of old fast.
I upgraded drupal from 4.6.4 to 4.7.4 and all my modules. Everything seems to be working except my banners. I keep getting the following error
Unknown column 'b.vid' in 'on clause' query: SELECT n.*, b.*, u.name FROM node n INNER JOIN banner b ON n.vid=b.vid INNER JOIN users u ON n.uid=u.uid ORDER BY workflow ASC LIMIT 0, 25 in...