Hej,
I deleted all the files from the server and transfered the latest ver. 1.2.6 ... the graphics problem still remains ... plus I get some strange errors on top of the page:
"; write_textfile("setup.conf.inc.php", $conf_file); }function aporeplace($string_to_convert="") { //Ändert die einfachen Apostrophe für SQL-Funktionen in doppelte $string_to_convert = str_replace("\\", "\\\\", $string_to_convert); $string_to_convert = str_replace("'", "''", $string_to_convert ); return $string_to_convert;}function html_specialchars($h="") { //used to replace the htmlspecialchars original php function //not compatible with many internation chars like turkish, polish $h = preg_replace("/&(?!#[0-9]+;)/s", '&', $h ); $h = str_replace( "<", "<" , $h ); $h = str_replace( ">", ">" , $h ); $h = str_replace( '"', """, $h ); $h = str_replace( "'", "'", $h ); $h = str_replace( "\\", "\", $h ); return $h;}function readfile_chunked($filename,$retbytes=true) { $chunksize = 1*(1024*1024); // how many bytes per chunk $buffer = ''; $cnt =0; $handle = @fopen($filename, 'rb'); if ($handle === false) { return false; } while (!feof($handle)) { $buffer = @fread($handle, $chunksize); echo $buffer; flush(); if ($retbytes) { $cnt += strlen($buffer); } } $status = @fclose($handle); if ($retbytes && $status) { return $cnt; // return num. bytes delivered like readfile() does. } return $status;}?>
... and then when I clik on start install ... and move to the step where I should provide all the database info etc... I get a:
Fatal error: Call to undefined function: html_specialchars() in /var/www/00/16/25/hovedstadensbyggeservice.dk/www/setup/inc/step1.inc.php on line 54
The server info is:
system: Linux front02.web 2.6.12-9-686 #1 Tue Oct 4 18:57:15 BST 2005 i686
server: Apache
php: v4.4.0-3ubuntu2
path: /var/www/00/16/25/hovedstadensbyggeservice.dk/www/cgi-bin
php.ini: register_globals = Off -> that's good

safe_mode = On -> you have limited permissions, you can not use ImageMagick
Please help!!! Thanks!
M.