Search…

X3 Photo Gallery Support Forums

Search…
 
tschortsch
Experienced
Topic Author
Posts: 150
Joined: 01 Apr 2010, 17:23

Fatal error when deleting an image

04 Aug 2011, 10:26

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!
 
tschortsch
Experienced
Topic Author
Posts: 150
Joined: 01 Apr 2010, 17:23

Re: Fatal error when deleting an image

04 Aug 2011, 17:48

Ok, I found out that deleting folders containing images is no problem but deleting images inside a folder causes this error mentioned above.. :?: :?:
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Fatal error when deleting an image

07 Aug 2011, 00:48

You need to contact your server support, looks like they updated your php installation but forgot to update the php-xml package.
firedev.com
 
tschortsch
Experienced
Topic Author
Posts: 150
Joined: 01 Apr 2010, 17:23

Re: Fatal error when deleting an image

08 Aug 2011, 07:31

Thanks for your reply!

I'll contact my server support and ask for that...
 
tschortsch
Experienced
Topic Author
Posts: 150
Joined: 01 Apr 2010, 17:23

Re: Fatal error when deleting an image

08 Aug 2011, 16:52

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...
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Fatal error when deleting an image

20 Aug 2011, 02:16

No, enabling phpinfo won't affect the security.
firedev.com
 
tschortsch
Experienced
Topic Author
Posts: 150
Joined: 01 Apr 2010, 17:23

Re: Fatal error when deleting an image

22 Aug 2011, 07:58

Thanks! :D