Tema: Modular
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/04/2011, 09:23
Avatar de andres187
andres187
 
Fecha de Ingreso: mayo-2010
Ubicación: Barranquilla
Mensajes: 39
Antigüedad: 14 años
Puntos: 0
Modular

Tengo una serie de varios problemas hace rato deje mi web y cuando volvi a darle de nuevo presento algunos inconvenientes (antes estaba todo normal) (eso si perdi la base de datos jejej)

me dicen estos errores
Cita:
Notice: Undefined variable: dbuser in C:\wamp\www\pipe\conf.php on line 27
Call Stack
# Time Memory Function Location
1 0.0007 372264 {main}( ) ..\index.php:0
2 0.0015 395224 include( 'C:\wamp\www\pipe\conf.php' ) ..\index.php:22

( ! ) Notice: Undefined variable: dbpass in C:\wamp\www\pipe\conf.php on line 27
Call Stack
# Time Memory Function Location
1 0.0007 372264 {main}( ) ..\index.php:0
2 0.0015 395224 include( 'C:\wamp\www\pipe\conf.php' ) ..\index.php:22

( ! ) Notice: Undefined variable: db in C:\wamp\www\pipe\conf.php on line 28
Call Stack
# Time Memory Function Location
1 0.0007 372264 {main}( ) ..\index.php:0
2 0.0015 395224 include( 'C:\wamp\www\pipe\conf.php' ) ..\index.php:22

( ! ) Notice: Use of undefined constant webapp - assumed 'webapp' in C:\wamp\www\pipe\util.php on line 25
Call Stack
# Time Memory Function Location
1 0.0007 372264 {main}( ) ..\index.php:0
2 0.0223 406848 include( 'C:\wamp\www\pipe\layouts\layout_otro.php' ) ..\index.php:64
3 0.0245 409968 include( 'C:\wamp\www\pipe\util.php' ) ..\layout_otro.php:20

( ! ) Notice: Undefined index: /pipe/?co=register in C:\wamp\www\pipe\layouts\layout_otro.php on line 32
Call Stack
# Time Memory Function Location
1 0.0007 372264 {main}( ) ..\index.php:0
2 0.0223 406848 include( 'C:\wamp\www\pipe\layouts\layout_otro.php' ) ..\index.php:64

( ! ) Notice: Undefined index: delete in C:\wamp\www\pipe\layouts\layout_otro.php on line 54
Call Stack
# Time Memory Function Location
1 0.0007 372264 {main}( ) ..\index.php:0
2 0.0223 406848 include( 'C:\wamp\www\pipe\layouts\layout_otro.php' ) ..\index.php:64
( ! ) Notice: Undefined Variable: Home In C:\Wamp\Www\Pipe\Includes\Menu.Php On Line 58
Call Stack
# Time Memory Function Location
1 0.0007 372264 {main}( ) ..\index.php:0
2 0.0223 406848 include( 'C:\wamp\www\pipe\layouts\layout_otro.php' ) ..\index.php:64
3 0.0544 444792 include( 'C:\wamp\www\pipe\includes\menu.php' ) ..\layout_otro.php:70

( ! ) Notice: Undefined variable: login in C:\wamp\www\pipe\includes\menu.php on line 64

No se que hacer. en una me dice que el problema esta en la linea 54:
<?php $delete = make_safe($_GET['delete']);
if($delete !== NULL){
$delete_contact = "delete from contacts where id='$delete'";
if (!mysql_query($delete_contact)){
die('Error: ' . mysql_error());
}
//header('Location: index.php');
//this doesn't work because header.php is included
//you can't have any html, etc data before header()'s
}
?>

esa es la linea pero ahora no se si php cambio algunas sentencias hace exactamente 8 meses que la habia dejado!

quisiera saber si el los codigos estan malos!