Recent Topics

1 Jun 12, 2017 13:24    

$FileCache is ONLY available to logged in users.

 $FileCache = & get_FileCache();
		
		$File = & $FileCache->get_by_ID( $file_ID, false );

		pre_dump($File->get_full_path());

2 Jun 13, 2017 00:17

@achillis not sure what you mean. I get exactly the same result from your code, either logged in or not.

Where did you detect this issue (plugin, skin, etc)?


Form is loading...