tonilopez Posted January 3, 2014 Share Posted January 3, 2014 (edited) Saludos, he instalado la última versión de prestashop (1.5.6.1) y en parte superior de la página de módulos del backoffice, me sale este mensaje: Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/usr/home/felizvapeo.com/web/modules/.htaccess/) is not within the allowed path(s): (/usr/home/felizvapeo.com/:/home/felizvapeo.com/:/usr/home/phpMyAdmin-plan6/:/usr/home/webstats/) in /usr/home/felizvapeo.com/web/classes/module/Module.php on line 1261 Necesito ayuda para solucionar este error. Gracias Adjunto imagen. Edited January 9, 2014 by tonilopez (see edit history) Link to comment Share on other sites More sharing options...
thenine Posted January 9, 2014 Share Posted January 9, 2014 (edited) Tonilopez, he encontrado la solución. Sobreescribe la linea 1261 por esto: if (@is_dir(_PS_MODULE_DIR_.$name.DIRECTORY_SEPARATOR) && Tools::file_exists_cache(_PS_MODULE_DIR_.$name.'/'.$name.'.php')) La encontré aquí: http://www.prestashop.com/forums/topic/290178-errors-after-installing-prestashop-1561/?p=1469267 Edited January 9, 2014 by thenine (see edit history) Link to comment Share on other sites More sharing options...
tonilopez Posted January 9, 2014 Author Share Posted January 9, 2014 Te lo agradezco mucho, solucionado. Un abrazo Link to comment Share on other sites More sharing options...
nadie Posted January 9, 2014 Share Posted January 9, 2014 Como veo que el autor del tema ha añadido la palabra "Solucionado" en el titulo del tema, procedo a cerrar el tema. Gracias a todos por colaborar con la Comunidad de Prestashop. Link to comment Share on other sites More sharing options...
Recommended Posts