Click here to register or to donate. Auto self-registration is not available here - far too many spammers. This forum has many, many backlinks and because of that there is an intense desire among spammers to drop their links here.
Started bringing up a VPS server tonight. Apparently I am missing a php library. Could someone take a look at http://icon55.com/blog and give me some idea of where to go? This is a brand new installation of 3.6.4.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#4
Mar 31, 2011, 07:54 AM
pdhodges
7 posts · Oct 2010
Mountainview CA
I put suhosin.executor.include.whitelist bfa:// in a php.ini in root and public_html.
I did it again with suhosin.executor.include.whitelist = bfa://
Neither one worked.
#5
Mar 31, 2011, 08:07 AM
pdhodges
7 posts · Oct 2010
Mountainview CA
Is there any way I can get a copy of the files it is looking for on bfa:// and put them on my server?
it;s a stream wrapper. the code is building it on the fly
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#7
Mar 31, 2011, 07:39 PM
pdhodges
7 posts · Oct 2010
Mountainview CA
php_value suhosin.executor.include.whitelist "bfa://" or php_value suhosin.executor.include.whitelist bfa:// in the .htaccess file gives me a 500 internal server err.
This has been the big issue with this problem. Different installs of php end up having a different place to white list stream wrappers and some hosts don't allow anything to be whitelisted.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#9
Mar 31, 2011, 09:40 PM
pdhodges
7 posts · Oct 2010
Mountainview CA
I dumped the problem in the lap of my host's tech support. After about 30 minutes I got the following response.
Dear Customer,
We have downgraded the version of PHP from 5.3.6 to 5.2.17. And now your site seems to work well.
Could you please check it and let us know in case it is not?
Thank you.