Menalto Gallery PHP issue

Status
Not open for further replies.

musoc

New Member
Messages
54
Reaction score
0
Points
0
Hey guys...

Sorry to ask you and sorry to have been inactive for so long, but I have a query about this php issue I'm having; During installation I get the following error;

Filesystem Operations Failed

Error: Essential filesystem operations are disabled in your PHP by the disabled_functions parameter in php.ini. You must allow these functions before Gallery will run. These functions are missing: readfile.

Is there anyway I can get around this issue?

Thanks so much for your time gals and guys and best wishes,

Sorry to bug you,

Tom :)
Edit:
I suspect maybe you might not be able to help me with this problem though if it is x10hosting policy not to allow readfile. So, in the meantime, if I am not able to get a reply, anyone interested in this topic is directed here for further reading;

http://gallery.menalto.com/node/61481

I just found this; an example of someone in the same situation I think. (Although I don't know whether the readfile access can be enabled for specific users or not who really need it?). The person in the thread linked above seems to have resorted to using old versions which have issues since they have no other choice...

Any ideas anyone or might I still be able to use the new gallery version?

Thanks for your time again all! :)

Tom.
 
Last edited:

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
You can try putting a php.ini file in the folder where it is with the following in it:

Code:
disable_functions ""
 
Last edited:

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
use

Code:
disabled_functions = ""
 
Last edited:

musoc

New Member
Messages
54
Reaction score
0
Points
0
Sorry guys, can you please explain exactly what to do? put php.ini in my gallery directory and put exactly what you wrote in there right? and that's all?

Thanks guys and sorry to hassle again!

Tom...
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
make a php.ini in that file, and put

Code:
[php]

disabled_functions =

Please post here if there are any problems.
 
Status
Not open for further replies.
Top