Strange code when installing

duseldans / 2011-12-01 04:28:50   

Hi,
I'm trying to install a new website for a friend. It's been 3 website I did whith indexhibit and I didn't have any problem for the installation.

I'm just began : put the folder in the ftp, change permisions. Then I'm going on that link to purchase the installation :
http://www.colinefoulon.fr/ndxz-studio/install.php

And that's the problem : it's written this all the code I put after…
Anf if I continue, it's always the same.

Do you know where the problem comme from ?
Thanks for your help,
Anne

Deprecated: Function set_magic_quotes_runtime() is deprecated in /homez.50/colinefo/www/ndxz-studio/defaults.php on line 16

Deprecated: Assigning the return value of new by reference is deprecated in /homez.50/colinefo/www/ndxz-studio/common.php on line 73

Deprecated: Assigning the return value of new by reference is deprecated in /homez.50/colinefo/www/ndxz-studio/common.php on line 93
Indexhibit

Notice: Trying to get property of non-object in /homez.50/colinefo/www/ndxz-studio/helper/html.php on line 18

Notice: Trying to get property of non-object in /homez.50/colinefo/www/ndxz-studio/helper/html.php on line 18

pernin / 2011-12-01 09:10:43   

Fix deprecation warnings

duseldans / 2011-12-01 11:14:47   

Thanks a lot !
A lonely line is always there…

Deprecated: Function set_magic_quotes_runtime() is deprecated in /homez.50/colinefo/www/ndxz-studio/defaults.php on line 16

Does the problem change if I install indexhibit from an older computer ?

pernin / 2011-12-01 15:27:44   

no, it doesn't matter how old your comp is, as long as you can connect to the server. I've seen that set_magic_quotes thing before, can't remember where though -- search the forum for it, but it should have disappeared with the general fix for deprecation warnings... can you install?

duseldans / 2011-12-05 07:56:18   

Can't find it elsewhere in the forum.
I didn't try to install, I thought it was better to fix the problem before.
I will try and come back to you…

duseldans / 2011-12-05 08:32:14   
  1. Ok, I install everything, it works but there is always that line :
  2. runtime() is deprecated in /homez.50/colinefo/www/ndxz-studio/defaults.php on line 16

and it appears even when you go to visit the website
www.colinefoulon.fr

Is there something to change on line 16 ?

pernin / 2011-12-05 08:35:16   

I'm pretty sure it's a problem with how you edited defaults.php, you shouldn't get a deprecation warning with the line in there.

put it in the second line, before the rest of the code:
ini_set('error_reporting', 4096);

exactly like this, up to and including the semicolon(;)

and use a source-code editor (many good and free on the net), no dreamweaver or word or anything like that

duseldans / 2011-12-05 08:59:18   

Nice !
I stopped with dreamweaver, try with a source-code editor as you say, and put it line 16. It works !
thank you very much for your help.

This thread has been closed, thank you.