I just upgraded my test server to this build and I now get nothing. No upgrade page and no gallery 3. I had thought that the download had been corrupted so I did it again and still nothing. I have upgraded to experimental versions before so I am pretty sure I did it correctly.
Is there perhaps a glitch in this build?
Posts: 22888
More info like a url would help.
Without that:
Is there any output when you view the source?
If so; what?
Is there any info in the logs?
Do you have ssh access?
Are you using git?
or did you download and ftp the experimental version?
How many items? If it small whay not just start over?
Try again there has been changes since that build.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 16503
No upgrade page? Did you go to www.example.com/gallery3/index.php/upgrader?
You have to go to that page manually, you're not automatically redirected to it.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 23
I am having the same difficulties as pathfinder.
Even the upgrader page gives a blank page.
I'm using GIT and it gives me 'b33762a' as last update (at time of this post).
The upgrade 'log' is shown down here. But the normal log in var/logs/2009-10-25.log.php doesn't show anything.
Posts: 16503
OOPS, looks like it's broken for the moment. I've left a note for the developers so that should get fixed soon, or if you want to temporarily fix it (note, I don't know if this totally fixes it, but it does make my Gallery load again.
Edit /modules/gallery/helpers/gallery_event.php
Replace line 27 and change from:
identity::load_user();to:
user::load_user();http://github.com/gallery/gallery3/commit/b33762a9f803e156f5f4e28af4c8ea350ad1addb
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 23
Thx, it's working again. But will the file update with 'git pull' after I changed it? I always move my .htaccess out of the dir and move it back after a 'git pull' because otherwise it refuses to update the whole dir.
Posts: 16503
No, not by default, there are a bunch of things you can do.
Delete the file
Undo the changes
reset all your changes:
http://codex.gallery2.org/Gallery:Using_Git#Getting_code_updates
Follow some of the different FAQ we've put together:
http://codex.gallery2.org/Gallery:Git_FAQ
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 31
Thanks for looking at this. I am sorry for my cryptic post but this is on a test server at home so there is no URL. I am not familiar with the git method so I use FTP.
I will try the fix that nivekiam posted and reply.
Posts: 31
Ok I used that fix and I was able to get to my Gallery and do the upgrade. I did notice a problem though. I took 2 screenshots of the login process and you can see the results.
I guess I'll just wait until the next experimental build.
Posts: 128
A few folks have seen this ussue after upgrades and it has to do with some code not getting changed. Generally, the view of the page you get is because it does not find the css entries with its 'expected' id/class names. when I had the problem, I just rebuilt with the g3b3 install and then upgraded with the latest exp version, then moved over my var folder and my theme (and reapplied some additional modules).
Martyn T. Griffin
Posts: 23
@nivekiam: thx for the hint.
Posts: 16503
pathfinder, follow griffinmt's advice and all will be well.
There are several issues that's happening when upgrading from B3 if you don't follow the tips for unpacking code here:
http://codex.gallery2.org/Gallery3:Upgrading
If you use Git you won't run into this, the problem is if you just unpack new code over the old code it does not delete and rename unused files and because of Kohana's cascading file system those files are still read.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 16503
Oh and guys, that bug in that version was fixed, you can download the latest code and Gallery will be working again.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 31
If I understand correctly, I should erase all folders except var and themes, if I have anything in that but the included themes, and upload all the new folders rather than just overwrite them?
Posts: 23
I ran into the problem with css while only using GIT.. But today I just made a clean GIT dir and moved the var dir to it. Because the database config is in the var dir, it automatically started working without problems!
Posts: 16503
No, unpack the new G3 into a differently named folder. Move var into that folder. Rename the old G3 folder to something else. Rename the new G3 folder to your old directory.
Forget about carrying themes over right now. Unless you've been staying VERY current with the code any changes you've made to themes are obsolete and are broken.
Read this post:
http://gallery.menalto.com/node/91603
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here