Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Install "xampp-win32-1.7.3.exe" and put my php project in htdocs folder. this is working on another machine which having PHP version of 5.3 same version is here also but gives me following error

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\businesscaliber\system\codeigniter\Common.php on line 62 A PHP Error was encountered

Severity: 8192

Message: Function set_magic_quotes_runtime() is deprecated

Filename: codeigniter/CodeIgniter.php

Line Number: 45

share|improve this question

1 Answer

up vote 2 down vote accepted

Make sure you have your codeigniter version updated to the last version.

share|improve this answer
PHP Info gives PHP Version 5.3.1 which is latest one – Vicky Dec 14 '10 at 10:22
not PHP version, CI version. Redownload CI from the site - i'd recommend using 2.0 as it'll be live in the near future, but you should be using CI 1.7.2 as a minimum – Ross Dec 14 '10 at 10:45
Yeah CI version. Not PHP version :) – Thorpe Obazee Dec 14 '10 at 11:02
Hopefully I'd get a +1 :) – Thorpe Obazee Dec 14 '10 at 12:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.