I canot upgrade my Drupal from 5.5 to suggested 5.6 without Localizer patches There don't seem to be any patches for 5.6, so I would like to make a request for them.

Comments

TSE’s picture

I think you can use the ones from 5.5 Just upgraded my sides to 5.6 and after some reloads in my Browser, everything is fine now.
Got some errors first on a multiside installation where localizer is installed, but i don't know what caused them, maybe only the old & cheap servers of my hoster.

The only thing that the update status module again isn't showing the correct drupal version. But in the normal Status report the version is 5.6.

So you might upgrade, if you dare ;)

Greetz TSE

Roberto Gerola’s picture

Working on them, as my time permits.

akahn’s picture

Thank you Roberto for working on getting the 5.6 patched files ready. While you work on that, though, can you give an answer on whether or not you expect the 5.5 files to work on Drupal 5.6? Perhaps you have some insight on this.

-Alex

GN’s picture

One of my sites runs Drupal 5.6 with Localizer-patched 5.5 core files - thus far, I did not see any problems (except of course for the Update status module reporting that my Drupal version is out-of-date).

akahn’s picture

Thanks for the report, GN!

akahn’s picture

I just installed Localizer 1.10 on Drupal 5.6 using the 5.5 files. Now, when viewing my front page, I get the following error:

user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND locale='en'' at line 1 query: SELECT * FROM localizernode WHERE pid= AND locale='en' in /Applications/MAMP/htdocs/drupal/includes/database.mysql.inc on line 172.

I'm using a custom function in page.tpl.php to insert a view after the frontpage node's contents. Is this error due to 5.5-5.6 problems or something else? How can I resolve this?