Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 01:39:49 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155533 Posts in 21713 Topics by 7738 Members
Latest Member: Pattieardathfe
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Problem with installing WB using XAMPP  (Read 1044 times)
sparkdigital

Offline Offline

Posts: 348



WWW
« on: October 27, 2009, 06:23:53 PM »

Hello all,
I appreciate I'm fairly new at this local host business so forgive me if I ask obvious questions! I'm trying to install WB using XAMPP. I've copied all the WB 2.8 files into the xampp/htdocs folder and run the installer. I've also set the password for the Mysql database using the xampp security console and restarted it. I get the following message:

Code:
Deprecated: Function eregi() is deprecated in C:\Program Files\xampp\htdocs\wb\install\save.php on line 276

Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\Program Files\xampp\htdocs\wb\framework\initialize.php on line 33

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\wb\install\save.php:276) in C:\Program Files\xampp\htdocs\wb\framework\class.login.php on line 313

Deprecated: Function split() is deprecated in C:\Program Files\xampp\htdocs\wb\framework\class.login.php on line 232

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\wb\install\save.php:276) in C:\Program Files\xampp\htdocs\wb\framework\class.login.php on line 146

Any ideas on what I'm doing wrong?

Thanks a lot!

Konrad
Logged
Luisehahne
Board Member
Development Team
*****
Offline Offline

Posts: 3147



WWW
« Reply #1 on: October 27, 2009, 06:26:48 PM »

Yes you work with PHP 5.3, That are only warnings, and the header send error gos away if set error report to none

Dietmar
Logged

We are human beings - and nobody is perfect at all.
sparkdigital

Offline Offline

Posts: 348



WWW
« Reply #2 on: October 27, 2009, 06:41:34 PM »

Cool - it's working, thanks! This should save me a lot of time!

Konrad
Logged
Luisehahne
Board Member
Development Team
*****
Offline Offline

Posts: 3147



WWW
« Reply #3 on: October 27, 2009, 06:51:18 PM »

No problem, we were glad to help. For validate Code with PHP 5.3, there has to be changing a lot of code, so spend us time.

Dietmar
Logged

We are human beings - and nobody is perfect at all.
o-bell

Offline Offline

Posts: 2


« Reply #4 on: November 13, 2009, 01:32:22 PM »

Probably a silly question, but I am also new to this whole thing...
I am also having the same problem. Where/which file do I set error report to zero?
Thanks....
O-Bell
Logged
mr-fan

Offline Offline

Posts: 1556


WWW
« Reply #5 on: November 13, 2009, 02:17:31 PM »

hi,

there should be a php.ini file in the XAMPP folder

there you can search for such a entrie

Code:
;reporting level
;E_ALL -All errors and warnings
;E_ERROR -fatal run-time errors
;E_WARNING -run-time warnings (non-fatal errors)
;E_PARSE -compile-time parse errors
;E_NOTICE -run-time notices (these are warnings which often result
;from a bug in your code, but it's possible that it was
;intentional (e.g., using an uninitialized variable and
;relying on the fact it's automatically initialized to an
;empty string))
...
error_reporting  =  E_ALL & ~E_NOTICE

regards martin
Logged

 
o-bell

Offline Offline

Posts: 2


« Reply #6 on: November 13, 2009, 02:35:35 PM »

Thanks for that - I'll check it out!
O-B
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!