Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/01/2010, 20:44
Avatar de codeman1234
codeman1234
 
Fecha de Ingreso: marzo-2008
Mensajes: 545
Antigüedad: 16 años, 2 meses
Puntos: 2
Exclamación Errores en web con PHP/MySQL

Hola Buenas,

tengo el siguiente problema estoy intentando retocar la web de un amigo pero parece ser que despues de cargar la web en mi servidor localhost me da el siguiente error en la web:


Warning: opendir(/home/motosya/www/languages) [function.opendir]: failed to open dir: No such file or directory in C:\xampp\htdocs\config.php on line 71

Warning: readdir() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\config.php on line 72

Warning: closedir() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\config.php on line 77
Privacy Policy and the Terms of Service and agree to both of them. You cannot continue without checking this box stating that you agree."; $text[889] = "Here you can upload a video to be shown in your portfolio"; $text[802] = "Tu Pago"; $text[803] = "¿Cuanto Pagaras?"; $text[804] = "Entra la cantidad que estas dispuesto a pagar para poner un anuncio en esta pagina. Despues de entrar la cantidad clica en el link abajo para ver la posicion que tu anuncio aparecera en esta web dependiendo la ciudad que quieres que aparezca."; $text[857] = "Clica aqui para ver tu posicion"; ######## TEXTO USADO EN EL PORFOLIO DE ANUNCIO DE MOTO $text[566] = "Informacion de contacto"; $text[56] = "Informacion General"; $text[57] = "Nombre"; $text[577] = "Telefono"; $text[58] = "Ciudad"; $text[60] = "Marca"; $text[61] = "Modelo"; $text[62] = "Antiguedad"; $text[63] = "Kilometros"; $text[64] = "Descripcion"; ; $text[73] = "Precio"; $text[74] = "Tipo de Pago"; "; $text[80] = "Pasa el raton encima de las fotos para verlas en tamaño completo"; $text[350] = "Mas Motos de"; $text[351] = "Anterior"; $text[352] = "Siguiente"; $text[353] = "Desde"; $text[777] = "Website"; $text[778] = "Email"; $text[416] = "Videos Disponibles"; ######## TEXTO USADO EN EL FILTRO DEL FORMULARIO $text[100] = "Color"; $text[101] = "Año"; $text[102] = "Estado"; = "Filter Results"; $text[107] = "Any"; $text[108] = "Lowest First"; $text[109] = "Highest First"; ######## TEXTO USADO EN PAGINA DE BUSCAR $text[400] = "Motos Madrid"; $text[401] = "Motos Barcelona"; $text[402] = "Motos Malaga"; $text[403] = "Motos Valencia"; $text[404] = "Motos Nuevasl"; $text[405] = "Motos Baratas"; $text[406] = "Motos Americanas"; $text[407] = "Motos Internacionales"; $text[408] = "Motos Harley"; $text[409] = "Motos de Carrera"; $text[410] = "Motos Todoterreno"; $text[411] = "Motos Ninja"; $text[412] = "Escouters"; $text[413] = "Motos Tuneadas"; $text[414] = "Motos Italianas"; $text[415] = "Motos Alemanas"; $text[418] = ""; $text[419] = ""; ######## TEXTO USADO EN EL PIE DE CADA PAGINA $text[300] = "Copyright @2009 ;Motosya.com Todos los derechos reservados"; $text[301] = "Terminos de uso"; $text[302] = "Politica de privacidad"; $text[303] = "Precios"; $text[304] = "Contactenos"; ######## MISCELLANEOUS TEXT FROM AROUND THE SITE $text[5] = "ciudad"; $text[6] = "Antiguedad"; $text[81] = "Nuestras Motos Top"; $text[82] = "Nuevas Motos"; $text[951] = "Seleccione uno"; $text[223] = "Todos los modelos"; $text[281] = "Modelos Top desde"; $text[284] = "Mas Buscado"; $text[417] = "Agregado el dia"; ?>

Warning: opendir(/home/motosya/www/images-mainbanners) [function.opendir]: failed to open dir: No such file or directory in C:\xampp\htdocs\templates\layout_top.php on line 42

Warning: readdir() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\templates\layout_top.php on line 43

Warning: closedir() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\templates\layout_top.php on line 54


Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\config.php on line 113



Es una pagina web de anuncios de motos, quisiera saber como puedo arreglar esto, porque me da estos fallos ya que en su servidor funciona perfectamente. La web esta hecha en PHP/MySQL al 100%.

saludos y muchas gracias