1 beehphy Jul 05, 2011 17:28
3 sam2kb Jul 16, 2011 23:50
Open /htsrv/getfile.php and edit this at the top
// Check permission:
if( ! $public_access_to_media )
{
if( ! isset($current_User) )
{ // Comment-out to allow visitors view protected files
// debug_die( 'No permission to get file (not logged in)!', array('status'=>'403 Forbidden') );
}
4 sam2kb Jul 17, 2011 00:05
Disregard my previous post, you seem to have another problem.
Unrelated to images, but still... add "cgi.fix_pathinfo = 1" to your php.ini to fix "No input file specified." errors
http://www.jessebanks.com/blog1.php/the-new-jessebanks-com-is
5 beehphy Jul 17, 2011 03:23
I contacted my webhost and was able to resolve most of the issues.
The PHP version need to be upgraded.
from 4.4.4-10+hw1
to 5.3.3-7+squeeze1
UPDATE: Workaround discovered, but true solution is preferred...
The workaround eliminates possibility of using a photoblog.
Also Avatars still do not work.
The random picture widget does not work.
If you click the link of the picture in the file manager the picture is displayed. Opening the properties of that picture gives a functional link.
That link can be embedded into the blog post using [img] tags.
Can anyone help me solve this for real?