|
Attention: Last reply in this thread was more than 17 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
fopen not permitted
Hi,
My ISP does not permit fopen calls globally. As Photoplog uses this to open images (I think ?), I guess it will not function on my live server ?? Is there a work around for this, if it is an issue ?? Cheers ... |
#2
|
||||
|
||||
PhotoPlog Lite uses fopen to create the directory structure needed for uploaded files, and safe mode must be off. There is no workaround available to circumvent the requirements of the script.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#3
|
|||
|
|||
That's a shame, I really wanted to use photoplog on my site.
I wonder how much work is involved in converting the fopen function to CURL which I have done to some of my other scripts. |
#4
|
|||
|
|||
I have just tried photoplog lite on my test server with fopen disabled, and it works ?? It created a new folder for a new users pictures and seems fine .. so what does fopen being disabled in the php.ini actually affect the application ??
Seems not at the moment !! Excellent !! |
#5
|
||||
|
||||
PhotoPlog Lite uses fopen to create the directory structure. It does not use fopen to fetch a URL/remote file where allow_url_fopen would be required.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
Thread Tools | |
|
|