Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #1  
Old 11th April 2011, 09:28
Ahmed Abed Ahmed Abed is offline
Member
 
Join Date: Jul 2009
Egypt
Posts: 2
Default Error when trying to install TBDEV 2010
Hello everyone
When I try to install TBDEV 2010
I got this error in the picture

Click the image to open in full size.

Thank you
Reply With Quote
  #2  
Old 11th April 2011, 15:10
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
i think you have to disable "magic quotes" from php.ini

just comment it out //magic_quotes
Reply With Quote
  #3  
Old 11th April 2011, 15:22
Ahmed Abed Ahmed Abed is offline
Member
 
Join Date: Jul 2009
Egypt
Posts: 2
Default
Please explain me how to do it ??
Reply With Quote
  #4  
Old 11th April 2011, 17:50
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
Quote:
Originally Posted by Ahmed Abed View Post
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
Reply With Quote
  #5  
Old 21st April 2011, 05:56
k0pilashu k0pilashu is offline
Member
 
Join Date: Jan 2010
P2P
Posts: 7
Default Error when trying to install TBDEV 2010
I don`t have/find a "php.ini ph.ini " files on directory !
Reply With Quote
  #6  
Old 21st April 2011, 09:18
Ulovlig Ulovlig is offline
Senior Member
 
Join Date: Feb 2010
Norway
Posts: 24
Default
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:
<?php 
phpinfo(); 
?>
After that browse to ur phpinfo.php and locate the path of the php.ini file.

- Ulovlig
Reply With Quote
Reply

Tags
2010 , error , install , tbdev

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 21:16. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.