inferium Posted December 24, 2008 Share Posted December 24, 2008 So I have a php application hosted at http://1minloans.com/roman2/index.php that is supposed to show what is created at http://1minloans.com/roman2/admin/form.php . This one works fine, but when I made a database for the same application in other directories, the images either don't show up on the finished product or they are not being uploaded. An example of this can be found at http://1minloans.com/createflyer/az/index.php and http://1minloans.com/createflyer/az/admin/form.php Is there something I need to do in the separate databases to make the images show up? Link to comment https://forums.phpfreaks.com/topic/138323-solved-trouble-viewinguploading-images/ Share on other sites More sharing options...
Sakesaru Posted December 24, 2008 Share Posted December 24, 2008 Sounds like a chmod error. You probably don't have permission to write to that folder. I'm guessing it's a *nix server..? Link to comment https://forums.phpfreaks.com/topic/138323-solved-trouble-viewinguploading-images/#findComment-723265 Share on other sites More sharing options...
inferium Posted December 24, 2008 Author Share Posted December 24, 2008 Ah, good call thank you! I went in and changed the permissions and it all works fine now Link to comment https://forums.phpfreaks.com/topic/138323-solved-trouble-viewinguploading-images/#findComment-723269 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.