chmod
Verfasst: Do 2. Apr 2009, 12:16
Hallo ich habe das Problem das mein Websever nur chmod 755 erlaubt und contenido an verschiedenen stellen chmod 777 ausführen möchte. Jetzt bekomme ich im backend diese fehler :
und im frontend diese :
kann mir da wer weiterhelfen ?
vielen dank nas
Code: Alles auswählen
Warning: mkdir() [function.mkdir]: Keine Berechtigung in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 247
Warning: chmod() [function.chmod]: Unable to access /home/www/web55/html/marenor/cms/version/css in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 248
Warning: chmod() [function.chmod]: stat failed for /home/www/web55/html/marenor/cms/version/css in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 248
Warning: mkdir() [function.mkdir]: Keine Berechtigung in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 247
Warning: chmod() [function.chmod]: Unable to access /home/www/web55/html/marenor/cms/version/js in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 248
Warning: chmod() [function.chmod]: stat failed for /home/www/web55/html/marenor/cms/version/js in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 248
Warning: mkdir() [function.mkdir]: Keine Berechtigung in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 247
Warning: chmod() [function.chmod]: Unable to access /home/www/web55/html/marenor/cms/version/layout in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 248
Warning: chmod() [function.chmod]: stat failed for /home/www/web55/html/marenor/cms/version/layout in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 248
Warning: mkdir() [function.mkdir]: Keine Berechtigung in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 247
Warning: chmod() [function.chmod]: Unable to access /home/www/web55/html/marenor/cms/version/module in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 248
Warning: chmod() [function.chmod]: stat failed for /home/www/web55/html/marenor/cms/version/module in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 248
Warning: mkdir() [function.mkdir]: Keine Berechtigung in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 247
Warning: chmod() [function.chmod]: Unable to access /home/www/web55/html/marenor/cms/version/templates in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 248
Warning: chmod() [function.chmod]: stat failed for /home/www/web55/html/marenor/cms/version/templates in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 248
Warning: mkdir() [function.mkdir]: Datei oder Verzeichnis nicht gefunden in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 319
Warning: chmod() [function.chmod]: Unable to access /home/www/web55/html/marenor/cms/version/layout/1/ in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 320
Warning: chmod() [function.chmod]: stat failed for /home/www/web55/html/marenor/cms/version/layout/1/ in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 320
Warning: fopen(/home/www/web55/html/marenor/cms/version/layout/1/1_1238669261.xml) [function.fopen]: failed to open stream: Datei oder Verzeichnis nicht gefunden in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 323
Warning: fputs(): supplied argument is not a valid stream resource in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 325
Warning: fclose(): supplied argument is not a valid stream resource in /home/www/web55/html/marenor/contenido/classes/class.version.php on line 326
Some error occured: Couldnt Create New Version: /home/www/web55/html/marenor/contenido/classes/class.version.php at line 329 (#0 /home/www/web55/html/marenor/contenido/includes/functions.lay.php(74): Version->createNewVersion() #1 /home/www/web55/html/marenor/contenido/main.php(272) : eval()'d code(1): layEditLayout('1', 'Standard', '', '
Code: Alles auswählen
Warning: fopen(/home/www/web55/html/marenor/cms/cache/metatag_e8021182475a7cb11e01fa960da46caf.tmp) [function.fopen]: failed to open stream: Permission denied in /home/www/web55/html/marenor/contenido/plugins/chains/includes/include.chain.content.createmetatags.php on line 251
Warning: fwrite(): supplied argument is not a valid stream resource in /home/www/web55/html/marenor/contenido/plugins/chains/includes/include.chain.content.createmetatags.php on line 252
Warning: fclose(): supplied argument is not a valid stream resource in /home/www/web55/html/marenor/contenido/plugins/chains/includes/include.chain.content.createmetatags.php on line 253
vielen dank nas