N
NaByDark
Ke rekisitos se necesitan para instalar Photoplog, hay ke modificar el php.ini y aumentar la memória como he leido en el archivo settings.php??
Hay ke modificar el settings.php o no hay ke hacer nada??
---------------
Otra cosa, pq me salen estos errores??
Si en el archivo config.php tengo esta ruta: define('PHOTOPLOG_FWD','/foro/photoplog');
Insertar CODE, HTML o PHP:
/ ####################### SET PHP ENVIRONMENT ############################
// report all errors except notice level errors
error_reporting(E_ALL & ~E_NOTICE);
if (@ini_get('safe_mode') != 1) {
@set_time_limit(0);
@ini_set('max_execution_time',0);
}
@ini_set('memory_limit','128M');
@ini_set('post_max_size','30M');
@ini_set('upload_max_filesize','30M');
@ini_set('magic_quotes_runtime',false);
@ini_set('magic_quotes_sybase',false);
---------------
Otra cosa, pq me salen estos errores??
Insertar CODE, HTML o PHP:
Warning: chdir() [[URL="http://www.notengovidasocial.com/foro/photoplog/function.chdir"]function.chdir[/URL] on line ]: No such file or directory (errno 2) in /mnt/web5/50/80/51611680/htdocs/foro/photoplog/settings.php92
Warning: require_once(./global.php) [[URL="http://www.notengovidasocial.com/foro/photoplog/function.require-once"]function.require-once[/URL] on line ]: failed to open stream: No such file or directory in /mnt/web5/50/80/51611680/htdocs/foro/photoplog/settings.php93
Fatal error: require_once() [[URL="http://www.notengovidasocial.com/foro/photoplog/function.require"]function.require[/URL] on line ]: Failed opening required './global.php' (include_path='.:/opt/RZphp5/lib/php') in /mnt/web5/50/80/51611680/htdocs/foro/photoplog/settings.php93
Si en el archivo config.php tengo esta ruta: define('PHOTOPLOG_FWD','/foro/photoplog');