Jump to content
xt:Commerce Community Forum

Fehlermeldungen


yummi

Recommended Posts

Alo ich habe bei meinem provider php 4.4.1 engestellt und bekomme eine Teilansicht. Bei jeder anderen M?glichkeit beomme ich nur Fehlermeldungen.

Im oberen frame habe ih flgende Meldungen:

; // smarty folders $folder_flag==false; if (!is_writeable(DIR_FS_CATALOG . 'templates_c/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'templates_c/

'; } if (!is_writeable(DIR_FS_CATALOG . 'cache/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'cache/

'; } if (!is_writeable(DIR_FS_CATALOG . 'admin/rss/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'admin/rss/

'; } if (!is_writeable(DIR_FS_CATALOG . 'admin/images/graphs')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'admin/images/graphs

'; } if (!is_writeable(DIR_FS_CATALOG . 'admin/backups/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'admin/backups/

'; } // image folders if (!is_writeable(DIR_FS_CATALOG . 'images/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'images/

'; } if (!is_writeable(DIR_FS_CATALOG . 'images/categories/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'images/categories/

'; } if (!is_writeable(DIR_FS_CATALOG . 'images/banner/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'images/banner/

'; } if (!is_writeable(DIR_FS_CATALOG . 'images/product_images/info_images/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'images/product_images/info_images/

'; } if (!is_writeable(DIR_FS_CATALOG . 'images/product_images/original_images/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'images/product_images/original_images/

'; } if (!is_writeable(DIR_FS_CATALOG . 'images/product_images/popup_images/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'images/product_images/popup_images/

'; } if (!is_writeable(DIR_FS_CATALOG . 'images/product_images/thumbnail_images/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'images/product_images/thumbnail_images/

'; } $status='OK'; if ($folder_flag==true) $status='ERROR'; $ok_message.='FOLDER Permissions .............................. '.$status.'

--------------------------------------------------------------------------------

'; // check PHP-Version $php_flag==false; if (xtc_check_version()!=1) { $error_flag=true; $php_flag=true; $message .='ATTENTION!, your PHP Version is to old, XT-Commerce requires atleast PHP 4.1.3.

Your php Version:

XT-Commerce wont work on this server, update PHP or change Server.'; } $status='OK'; if ($php_flag==true) $status='ERROR'; $ok_message.='PHP VERSION .............................. '.$status.'

--------------------------------------------------------------------------------

'; $gd=gd_info(); if ($gd['GD Version']=='') $gd['GD Version']='ERROR NO GDLIB FOUND!'; $status=$gd['GD Version'].'

if GDlib Version < 2+ , klick here for further instructions'; // display GDlibversion $ok_message.='GDlib VERSION .............................. '.$status.'

--------------------------------------------------------------------------------

'; if ($gd['GIF Read Support']==1 or $gd['GIF Support']==1) { $status='OK'; } else { $status='ERROR

You don\'t have GIF support within your GDlib, you won\'t be able to use GIF images, and GIF overlayfunctions in XT-Commerce!'; } $ok_message.='GDlib GIF-Support .............................. '.$status.'

--------------------------------------------------------------------------------

'; if ($error_flag==true) { ?>

Wenn ich einfache php Seitn ausf?hre, s werden die auch korrekt angezeigt.

Ich habe allerdings noch keine mysql Datenbank angelgt. Kann es daran liegen und wenn ja, mu? die in einem bestimmten Pfad stehen?

Vielen Dank f?r Eure Hilfe

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...