Thanks for your reply.
I test it with firefox and it`s the same.
File manager is still running.
Thanks for help.
Jörg
This are my environment: (german installation)
- W2k3 Server
- Apache 2.2
- PHP 5
- MySQL 5
- CMS 1.0.2
Config.php:
#-------------
#Path Settings
#-------------
#Document root as seen from the webserver. No slash at the end
#e.g.
http://blah.com
$config['root_url'] = '
http://localhost';
#Path to document root. This should be the directory this file is in.
#e.g. /var/www/localhost
$config['root_path'] = 'C:\\web\\Apache Software Foundation\\Apache2.2\\htdocs';
#Name of the admin directory
$config['admin_dir'] = 'admin';
#Where do previews get stored temporarily? It defaults to tmp/cache.
$config['previews_path'] = 'C:\web\Apache Software Foundation\Apache2.2\htdocs\tmp\cache';
#Where are uploaded files put? This defaults to uploads.
$config['uploads_path'] = 'C:\\web\\Apache Software Foundation\\Apache2.2\\htdocs\uploads';
#Where is the url to this uploads directory?
$config['uploads_url'] = '
http://localhost/uploads';
#--------------
#Image Settings
#--------------
#Which program should be used for handling thumbnails in the image manager.
#See
http://wiki.cmsmadesimple.org/index.php ... ge_Manager for more
#info on what this all means
$config['image_manipulation_prog'] = 'GD';
$config['image_transform_lib_path'] = '/usr/bin/ImageMagick/';
#Default path and URL for uploaded images in the image manager
$config['image_uploads_path'] = 'C:\web\Apache Software Foundation\Apache2.2\htdocs\uploads\images';
$config['image_uploads_url'] = '
http://localhost/uploads/images';
php.ini:
; Windows Extensions
; Note that ODBC support is built in, so no dll is needed for it.
; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
; extension folders as well as the separate PECL DLL download (PHP 5).
; Be sure to appropriately set the extension_dir directive.
;extension=php_mbstring.dll
;extension=php_bz2.dll
;extension=php_curl.dll
;extension=php_dba.dll
;extension=php_dbase.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_ifx.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ldap.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
;extension=php_ming.dll
;extension=php_mssql.dll
;extension=php_msql.dll
extension=php_mysql.dll
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_oracle.dll
;extension=php_pgsql.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
;extension=php_sockets.dll
;extension=php_sqlite.dll
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll
[gd]
; Tell the jpeg decode to libjpeg warnings and try to create
; a gd image. The warning will then be displayed as notices
; disabled by default
gd.jpeg_ignore_warning = 0
; Local Variables:
; tab-width: 4
; End:
[PHP_IMAP]
extension=php_imap.dll
[PHP_MYSQL]
extension=php_mysql.dll
[PHP_MYSQLI]
extension=php_mysqli.dll
[PHP_CPDF]
extension=php_cpdf.dll
[PHP_JAVA]
extension=php_java.dll
[PHP_PDF]
extension=php_pdf.dll
[PHP_POP3]
extension=php_pop3.dll
[PHP_PRINTER]
extension=php_printer.dll
[PHP_SMTP]
extension=php_smtp.dll
[PHP_GD2]
extension=php_gd2.dll