Help !! re: image processing ?

onewalrus

New Member
Messages
21
Reaction score
0
Points
0
Hello,
Warning: exec() has been disabled for security reasons in /home/pablo/public_html/vbulletin/PhotoPost/image-inc.php on line 77

That is the message I receive when I try to upload/process photos with vbulletin-PhotoPost.
I have all the correct CHMOD settings.
I believe this is once again an issue with my intermediate php setting. I had request it be upgraded due to the inability to implement this sort of gallery, but was denied. Perhaps you will review, or have suggestions on what may be done otherwise.

Pablo
 

chefan

New Member
Messages
16
Reaction score
0
Points
0
If you want to work around the issue, take a look at the sourcecode given and see what is executed there. Then look up the PHP documentaton and try to find out if there are functions in the library (for image processing GD-lib for instance) which do the trick for you.

Regards, Stefan
 
Top