By lumio on
Hello,
I'm trying to update some new modules and installing a new one - but when I try, I get to /authorize.php?batch=1&op=start&id=136 - telling me that the updates are being processed - but without any process.
When I hit refresh, nothing happens, when I look if the modules got updated - nothing happened.
Thanks for any help
Comments
Can you look in the watchdog
Can you look in the watchdog log for any errors logged?
Now comes the funny
Now comes the funny part:
there are no errors! Sometimes - when I refresh the Update-View the modules disappear and come back again.
I tried to set up a new drupal-installation, copied the old modules and tried to update them: it works... so I'm trying now to filter, from where the error comes from
//update:
So I'm currently debuging authorize.php and the session comes up with the following:
So this output runs until line 120... where it needs to have $_SESSION['authorize_results'] - but it doesn't exist.
I'm having the same problem.
I'm not sure if this is the place to post this. I'm learning about Drupal as I go.
I am trying to install themes for 4 different drupal 7.15 installs, and I get the same errors. I have uninstalled (included changed permissions to delete the remaining files and starting with a fresh database), and reinstalled drupal for all 4 sites.
I'm using the install themes button, and I get the same message whether I use the url or upload.
My authorize.php has this at line 120.
I checked the log messages and I have the following info. I've use "(sitename)" to save me from repeating for each site.
The id=# increases with each attempt.
The referrer alternates between the following for the same steps in all 4 installs, and within the same site.
After getting the overlay message I did some research and tried to install with the overlay off, I still got the same message.
Hopefully I've given enough info!