Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/02/2014, 08:52
OsquiB
 
Fecha de Ingreso: junio-2013
Ubicación: Mar del Plata
Mensajes: 122
Antigüedad: 10 años, 9 meses
Puntos: 0
Warning: fopen(SQL_Injection.txt) [function.fopen]: failed to open stream: Permission

Como lo indique en el titulo, me sale este warning en la web:
Código:
Warning: fopen(SQL_Injection.txt) [function.fopen]: failed to open stream: Permission denied in E:\Web Hosting\web.com.ar\httpdocs\web\modulos\settings.php on line 5

Warning: fclose(): supplied argument is not a valid stream resource in E:\Web Hosting\web.com.ar\httpdocs\web\modulos\settings.php on line 61
y las lineas 5 y 61 corresponden a esto:

Código PHP:
$fp fopen ("SQL_Injection.txt""w");

fclose ($fp); 
Y nose como arreglarlo, estuve investigando y en cada lago que entro dicen que es por motivos distintos y antes de tocar algo quiero estar seguro. Alguno sabe como arreglarlo ?