I've got a problem when uploading images on version 1.2.6.
The file browser only shows the first image. I receive a couple of errors on apache's error log.
When uploading gifs, I get:
Code: Select all
[Mon Jan 09 14:44:40 2006] [error] [client 127.0.0.1] PHP Notice: Undefined index: upload in E:\\Apache2\\htdocs\\cms\\include\\inc_tmpl\\files.private.upload.tmpl.php on line 28, referer: http://localhost/cms/phpwcms.php?do=files&f=0&upload=0
[Mon Jan 09 14:44:40 2006] [error] [client 127.0.0.1] PHP Notice: Undefined index: file_keywords in E:\\Apache2\\htdocs\\cms\\include\\inc_tmpl\\files.private.upload.tmpl.php on line 39, referer: http://localhost/cms/phpwcms.php?do=files&f=0&upload=0
[Mon Jan 09 14:44:40 2006] [error] [client 127.0.0.1] PHP Notice: Undefined variable: file_keys in E:\\Apache2\\htdocs\\cms\\include\\inc_tmpl\\files.private.upload.tmpl.php on line 76, referer: http://localhost/cms/phpwcms.php?do=files&f=0&upload=0
[Mon Jan 09 14:44:41 2006] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function: imagetypes() in E:\\Apache2\\htdocs\\cms\\include\\inc_lib\\general.inc.php on line 493, referer: http://localhost/cms/phpwcms.php?do=files&f=0&upload=0
[Mon Jan 09 14:44:44 2006] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function: imagetypes() in E:\\Apache2\\htdocs\\cms\\include\\inc_lib\\general.inc.php on line 493, referer: http://localhost/cms/phpwcms.php?do=files&f=0&uploaded=1Code: Select all
[Mon Jan 09 14:47:52 2006] [error] [client 127.0.0.1] PHP Notice: Undefined index: upload in E:\\Apache2\\htdocs\\cms\\include\\inc_tmpl\\files.private.upload.tmpl.php on line 28, referer: http://localhost/cms/phpwcms.php?do=files&f=0&upload=0
[Mon Jan 09 14:47:52 2006] [error] [client 127.0.0.1] PHP Notice: Undefined index: file_keywords in E:\\Apache2\\htdocs\\cms\\include\\inc_tmpl\\files.private.upload.tmpl.php on line 39, referer: http://localhost/cms/phpwcms.php?do=files&f=0&upload=0
[Mon Jan 09 14:47:52 2006] [error] [client 127.0.0.1] PHP Notice: Undefined variable: file_keys in E:\\Apache2\\htdocs\\cms\\include\\inc_tmpl\\files.private.upload.tmpl.php on line 76, referer: http://localhost/cms/phpwcms.php?do=files&f=0&upload=0
[Mon Jan 09 14:47:52 2006] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function: imagecreatefromjpeg() in E:\\Apache2\\htdocs\\cms\\include\\inc_ext\\ss_image\\ss_image.class.php on line 84, referer: http://localhost/cms/phpwcms.php?do=files&f=0&upload=0
[Mon Jan 09 14:47:54 2006] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function: imagecreatefromjpeg() in E:\\Apache2\\htdocs\\cms\\include\\inc_ext\\ss_image\\ss_image.class.php on line 84, referer: http://localhost/cms/phpwcms.php?do=files&f=0&uploaded=1
Help is appreciated!!!!
hiro