This forum is for questions about upgrading an existing Drupal site. Don't forget to read the UPGRADE.txt file that comes with every Drupal download.

Permission problems since update from 7.23 to 7.24

Hello everyone

I got some permission problems after having upgraded my drupal site from 7.23 to 7.24. No images are shown anymore, even after I set all permissions on FTP to 777… what can cause this problems, I couldn't find any hints in the Forum..?

Thanks for your help
Senf

error from mrigate drupal 6 to drupal 7

I'm migrating from Drupal 6 to Drupal 7 locally, but when I run update.php, I get this error:

File field.info.class.inc

For info it appears that there is a mistake in field.info.class.inc (in /modules/field) on line 612 there is a plus sign before = like "+=". It can create errors.

Alias column in new database API

Hello everyone,

I'm working through my queries, changing them over to the new API.

I'm trying to SELECT an alias that includes as CASE statement. Here is my original SQL:

SUM(CASE MONTH(data.start) WHEN 1 THEN data.accepted END) AS 'Jan',

And this is what I'm trying with the new API:

->addField('data', SUM(CASE MONTH('start') WHEN 1 THEN data.accepted END), 'Jan');

However even before I run the query Eclipse is suggesting there is a syntax error here.

Updated to 7.24 now lost toolbar

Hi, I updated to the latest version of Drupal 7 (wishing I hadn't), now have lost my admin toolbar.
Have tried everything, including the fixes on this link
https://drupal.org/node/865702#comment-4015758

Have reinstalled core again, checked permissions, checked menus.

Basically, I can see the toolbar when I first log in, but not when I move from the user page?

Help please!!

Modual update my site not working correctly Help!!

I'm very new to Drupal, I'm hoping that someone can help me with my lack of knowledge with Drupal. I have drupal 6. I recently updated modules listed Backup_migrate, captcha, customerror, filefield, google_analytics, imagefield, mollom, ubercart and webform. The issues are on login start page a lock is shown on home page .The second issues that I'm facing now is all my picture icon now show N/A instead of picture. I can click on them and it will take me to the correct location on my site. Can someone help me fix this? My website is FutureRC.ca Please help. thank you.

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal