10.3 OSX Server Install Crashes

airboy808

Joined: 2006-07-28
Posts: 4
Posted: Fri, 2006-07-28 06:38

Ok, we are trying to migrate our gallery1 site to gallery2. I am in the process of using a dual G4 1Ghz mac with 1.5 GB of memory and three 60 gig drives. It has 10.3.9 Server with all the updates. We then installed through darwinports Apache2, MySQL 5.0.22, PHP 5.1.4, Phpmyadmin 2.8.0.3 and have those running fine. Tried to do the /gallery/install/index.php way and it bombs on step 3. I get the Cannot redeclare class galleryutilities. Any fixes or updates for this?

If not, I am going to try darwinports as they have a gallery port available. Also tried the other method discuss on this forum about using a installed gallery2 from another machine and port it over to 10.3 Server machine. That so far as not worked. Get a 624 function-mkdir error. So gallery is trying to write to something but it can't. the config.php and g2data was chmodded to 777 for ease and still it does not work.

again anyone got any leads or suggestions?

thanks in advance

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2006-07-28 07:29

> I get the Cannot redeclare class galleryutilities.

that's a known OSX php issue. it doesn't make sense at all. must be an OSX related PHP bug.
i don't think anyone ever found a solution. note that not all OSX users get this issue though.

 
airboy808

Joined: 2006-07-28
Posts: 4
Posted: Fri, 2006-07-28 08:42

I saw the FAQ from gallery about it. I wonder if it is a OS X Server issue. Or if it is something in XCode. I am hoping since we are using darwinports that it will work. I am installing it via port right now.

any one else have any luck?