Hello,
I just moved all my websites from one server to another, everything is working except gallery2. When I try to access my g2 installation, httpd segfaults.
I tried running it from CLI, and I get this:
PHP Warning: parse_url(http:///gallery2/): Unable to parse url in /domain/linge-ma.ws/www/gallery2/modules/core/classes/GalleryUrlGenerator.class on line 476
Segmentation fault
Any clue how to fix this?
Posts: 8601
not sure what broke, but you might review the FAQ in case it reveals where things went wrong..
FAQ: How can I move my gallery installation from one server to another?
Posts: 7
Problem is that I don't have acces to the old installation anymore...
And the problem is that nothing changed, everything is the same: path; domain; database, etc.
Everything is the same except the IP of the server...
FAQ only explains what to do before moving the installation...
HELP please?
Posts: 32509
@CLI
g2 doesn't work in CLI, not yet.
@paths:
are you sure the absolute path didn't change? you knly have control over the path starting from your ftp directory, usually.
Posts: 7
It's my own server, and yes, I'm sure
I kept exactly the same directory structure
edit: I tested CLI just to see why it segfaults
Posts: 32509
well, first disable all modules with external dependencies:
imagemagick, netpbm, GD (relies on php GD), multilang (php gettext), dcraw, ffmpeg, archiveupload, zipcart
how?
fire up mysql and edit the g2_PluginMap table and change g_active to 0 for those pluginId s.
then, browse to yourgallery/lib/support/ click cache and delete the db / entity cache etc .
Posts: 7
*bump*
Everything works now... as I am using the CVS version, I tried updating it and it worked
Thanks alot