Advertisement:

Author Topic: Installation dead end  (Read 3731 times)

ajkochanowicz

  • Newbie
  • *
  • Posts: 6
Installation dead end
« on: November 02, 2010, 07:43:53 pm »
After a rather unstable but apparently successful installation process, I am getting this message after deleting the install folder and going to the site:

Quote
Fatal error: Cannot redeclare class Locale in /home/vegan/www/ads/oc-includes/osclass/model/Locale.php on line 45

I am running the latest version of PHP and MySQL on an AlwaysData.com server.  This installation was installed in a sub directory (/ads/).  If there are any other details I should be listing, just let me know.

Cheers.
« Last Edit: November 02, 2010, 07:51:41 pm by ajkochanowicz »

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Installation dead end
« Reply #1 on: November 03, 2010, 10:46:14 am »
Hello,

Which OSClass' version are you running?
I checked all the code again and that shouldn't be happening. It's due because somewhere there's a require osclass/model/Locale instead of a "require_once osclass/model/Locale"

ajkochanowicz

  • Newbie
  • *
  • Posts: 6
Re: Installation dead end
« Reply #2 on: November 03, 2010, 11:20:08 am »
Just downloaded it yesterday.  I assume the latest version.  I'd give you the actual version but I've since removed it from my server.

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Installation dead end
« Reply #3 on: November 03, 2010, 05:50:00 pm »
We uploaded a new version yesterday. We also noticed that the "default" download at sourceforge was our 1.0delta (more than 2 months old) and in the meantime we released several versions (1.0 stable and more).

I recommend you to install the latest one (1.1beta) and comment here any problem you encountered. We'll be happy to resolve any issues.

ajkochanowicz

  • Newbie
  • *
  • Posts: 6
Re: Installation dead end
« Reply #4 on: November 03, 2010, 06:18:59 pm »
Okay, I'll give that a shot.  Thanks.

ajkochanowicz

  • Newbie
  • *
  • Posts: 6
Re: Installation dead end
« Reply #5 on: November 03, 2010, 07:14:16 pm »
Hey, I'm still getting the same problems so far.  I also see this during the installation:


_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Installation dead end
« Reply #6 on: November 04, 2010, 10:48:06 am »
What happen if you click "Skip"? You should be able to finish installation and later enable which categories you want.

Juan Ramón

  • Osclass Developer
  • Hero Member
  • *****
  • Posts: 2382
Re: Installation dead end
« Reply #7 on: November 04, 2010, 01:30:28 pm »
@ajkochanowicz: Can you give us information about your server, PHP version ... anything else you think might influence? In step 4 should be default categories. Furthermore, if you click in skip, the installation ends well?

ajkochanowicz

  • Newbie
  • *
  • Posts: 6
Re: Installation dead end
« Reply #8 on: November 04, 2010, 07:20:53 pm »
AlwaysData.net
PHP 5.3.3
CURL activated
Python 2.6
Django 1.2.1
Ruby 1.8.7
Rails 2.3.8

I actually couldn't go to step 3.  It gave me that Locale error.  I had to manually change the step to 4 in the URL.  I did just skip and installed, this is how I got to my current stage of having the "Locale" error.

Cheers.

Juan Ramón

  • Osclass Developer
  • Hero Member
  • *****
  • Posts: 2382
Re: Installation dead end
« Reply #9 on: November 08, 2010, 01:50:32 pm »
We'll try to reproduce the error and give you a solution.

ajkochanowicz

  • Newbie
  • *
  • Posts: 6
Re: Installation dead end
« Reply #10 on: November 11, 2010, 04:14:33 am »
let me know if there's anything I can do on my end.  I would love to get this up and running so my visitors can support this project.

Perhaps I can set up a fresh install, but not actually install so you may work through it on my server?

Cheers

Juan Ramón

  • Osclass Developer
  • Hero Member
  • *****
  • Posts: 2382
Re: Installation dead end
« Reply #11 on: November 12, 2010, 09:26:40 pm »
If you could send us a snapshot of the phpinfo it could be very useful because maybe is some php extension that is not activated.