Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Error when trying to install TBDEV 2010 (http://www.bvlist.com/showthread.php?t=6291)

Ahmed Abed 11th April 2011 09:28

Error when trying to install TBDEV 2010
 
Hello everyone
When I try to install TBDEV 2010
I got this error in the picture

http://i56.tinypic.com/16a85lj.png

Thank you

Fynnon 11th April 2011 15:10

i think you have to disable "magic quotes" from php.ini

just comment it out //magic_quotes

Ahmed Abed 11th April 2011 15:22

Please explain me how to do it ??

Fynnon 11th April 2011 17:50

Quote:

Originally Posted by Ahmed Abed (Post 27531)
Please explain me how to do it ??

first tell me what is your hosting, your own pc (xampp), shared or vps (dedicated) hosting?
if its shared hosting you dont have access to php.ini, if its the another hoting then search ph.ini and comment out that line or put it on OFF

example from vps php.ini file:

Code:

; Magic quotes
 
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = Off

; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
magic_quotes_runtime = Off

; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = Off

example from XAMPP php.ini file:
Code:

; magic_quotes_gpc

;  Default Value: On
;  Development Value: Off
;  Production Value: Off

http://php.net/manual/en/security.ma....disabling.php

k0pilashu 21st April 2011 05:56

Error when trying to install TBDEV 2010
 
I don`t have/find a "php.ini ph.ini " files on directory !

Ulovlig 21st April 2011 09:18

U have it somewhere in /etc/....

U can also make a .php script called phpinfo.php

Create a php file called phpinfo.php and add:

Code:

phpinfo();
?>

After that browse to ur phpinfo.php and locate the path of the php.ini file.

- Ulovlig


All times are GMT +2. The time now is 09:01.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.