installation error ? help

Malthe / 2011-09-21 06:56:23   

Hey,

Not first time I install indexhibit, but first time i get errors.. :/

I have done like I have done to the last 5 sites made in indexhibit, made a 1 click installation with wordpress, removed everything so my public_php is clean and put over the "files" "htaaccess" "index.php" and "ndxz-studio" from the download file "indexhibittv070e"

But when I type in the - http://www.stald-snedker.dk/ndxz-studio/install.php

"stald-snedker.dk" is the site..

I get a number of errors

-

Deprecated: Function set_magic_quotes_runtime() is deprecated in /var/www/stald-snedker.dk/public_html/ndxz-studio/defaults.php on line 16

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/stald-snedker.dk/public_html/ndxz-studio/common.php on line 73

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/stald-snedker.dk/public_html/ndxz-studio/common.php on line 93

Warning: Cannot modify header information - headers already sent by (output started at /var/www/stald-snedker.dk/public_html/ndxz-studio/defaults.php:16) in /var/www/stald-snedker.dk/public_html/ndxz-studio/install.php on line 379
Indexhibit

Can any of you help me out?

Never had this happend to me before? :S

pernin / 2011-09-21 07:08:15   

Hej Malthe,

your host (or this host) is running PHP 5.3 with deprecation warnings turned on, which they shouldn't, but...

edit defaults.php and add this line:

ini_set('error_reporting', 4096);

Malthe / 2011-09-21 07:21:01   

Pernin ' your the best!

Thx! I could not understand why it had suddenly changed - but then www.unoeuro.com must have switched to PHP 5.3 ..

The line you gave me fixed it, so thx again!

Malthe / 2011-09-21 07:31:55   

Damn I was a little to fast - It removed the errors - but I cant install ..

It removed the errors yes - but then in step 2 it gave me this :

XX We cannot connect or install the database.

Is that also because of the PHP 5.3?

pernin / 2011-09-21 08:06:39   

if you don't get a deprecation warning, then you're ok. Double- and triple-check the database info ;)

Malthe / 2011-09-21 09:17:05   

Hmm I have :/ My host don't wanna help much - they just wrote that either its a fail with switching to php 5.3 or that the datebase is already made .. But its now - can I send you the mysql and you can try? Just give it 5 min, I really have no idea on how to fix it :/

blameme / 2011-09-21 09:35:53   

Hey, maybe the database installed the first time when you got depreciation warnings? check to see if the database is istalled and remove it if it is.

Malthe / 2011-09-21 15:48:17   

Okay I have tried everything now - nothing is working..

Blameme I have tried your advise - but my host statement is that I can't remove the database..
Can this really be for real?

No more indexhibit? ='(

One change in the PHP and all people using unoeuro can't make websites?

Is there anyone willing to try - if I send in the mysql data to get it to work?
An administrator og wizkid? (:

Please this can't be the end :/

this is the final message I get all the time

"Exhibition Name
Database Server
Database Name
Database Username
Database Password

XX We cannot connect or install the database."

pernin / 2011-09-22 02:44:41   

Malte: I checked their website, and it doesn't say, but can't you just make another database? Or do they take money for that? It's not the php, it's probably their database settings...

check with me at http://test.bagofcats.net/contact/

Malthe / 2011-09-22 12:32:02   

I have left a message for you at your site Pernin and thx in advance!

audinou / 2012-03-09 06:11:42   

Hello!

I have the same problem, my host just switched to 5.3 and there are a lot of errors on my page.
I read that I have to put this line ini_set('error_reporting', 4096). But where in the defaults.php???

Thank's for the answer!

peste / 2012-03-09 14:56:41   

hello guys!!
I have the same problem and after I put

ini_set('error_reporting', 4096);

this message continue

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/albertol/public_html/ndxz-studio/defaults.php on line 16

i don't know what to do.
thanks for the help!

peste / 2012-03-09 15:00:52   

I did it!!!

look, put it like this...it works for me

// mod_rewrite is being used?
// in case the server does not have mod_rewrite
define('MODREWRITE', false);
ini_set('error_reporting', 4096);

is like the second line

audinou / 2012-03-13 03:16:29   

I'll try this, hoping it's gonna work!!! :)

This thread has been closed, thank you.