Welcome Guest, Not a member yet? Register   Sign In
base_url(), site_url(), nothing working to display images
#6

[eluser]InsiteFX[/eluser]
This is wrong!
Code:
// APPPATH points to the application folder.
$this->gallery_path = realpath(APPPATH . "../img");

// You want to use is FCPATH which is the path to index.php the root!
$this->gallery_path = realpath(FCPATH . "img");


Messages In This Thread
base_url(), site_url(), nothing working to display images - by El Forum - 05-27-2012, 09:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB