I read somewhere that I need to check to see what version of php I have on my server. How do I find this out?
This is the error message I get:
Warning: main(/var/www/html/gallery2/modules/core/classes/GalleryUtilities.class): failed to open stream: No such file or directory in /var/www/html/gallery2/install/index.php on line 50
Fatal error: main(): Failed opening required '/var/www/html/gallery2/modules/core/classes/GalleryUtilities.class' (include_path='.:/php/includes:/usr/share/php') in /var/www/html/gallery2/install/index.php on line 50
Any help would be greatly appreciated.
Posts: 27300
Looks to me like you don't have all the files
FAQ: How can I make sure that my installation files are all intact?
@php info:
FAQ: What information is required when I ask for help in the forums?
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 2
Thank you. You were right I was missing files. Thanks for the tip!