Page 1 of 1

Fatal error when deleting an image

Posted: 04 Aug 2011, 10:26
by tschortsch
Hey!

Since I updated to 2.7.5.1 I get following error message when trying to delete an image:
Code
Fatal error: Call to undefined function dom_import_simplexml() in /var/www/html/2752/iv-includes/include/ivSimpleXMLElement.class.php on line 36
I already updated to 2.7.5.2 but issue remaining the same. It does happen with a newly installed gallery as well..

I would appreciate any help!

Re: Fatal error when deleting an image

Posted: 04 Aug 2011, 17:48
by tschortsch
Ok, I found out that deleting folders containing images is no problem but deleting images inside a folder causes this error mentioned above.. :?: :?:

Re: Fatal error when deleting an image

Posted: 07 Aug 2011, 00:48
by Nick
You need to contact your server support, looks like they updated your php installation but forgot to update the php-xml package.

Re: Fatal error when deleting an image

Posted: 08 Aug 2011, 07:31
by tschortsch
Thanks for your reply!

I'll contact my server support and ask for that...

Re: Fatal error when deleting an image

Posted: 08 Aug 2011, 16:52
by tschortsch
It's working now!

Server support wasn't able to help me :evil: so I did it by myself. phpinfo function is not allowed on my server, so I had to look for my php.ini first... I enabled following extension and now everything is perfect! :D
Code
extension=dom.so
There are some more disabled extensions. Do I need some of these to run Imagevue flawlessly?
Code
;extension=bcmath.so
;extension=json.so
;extension=soap.so
;extension=xmlwriter.so
;extension=zip.so
;extension=dbase.so
;extension=ncurses.so
;extension=xmlreader.so
;extension=xsl.so
;extension=dba.so
;cgi.fix_pathinfo = Off
Is enabling phpinfo function a risk factor?
Code
phpinfo() has been disabled for security reasons in...

Re: Fatal error when deleting an image

Posted: 20 Aug 2011, 02:16
by Nick
No, enabling phpinfo won't affect the security.

Re: Fatal error when deleting an image

Posted: 22 Aug 2011, 07:58
by tschortsch
Thanks! :D