The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: Wed Dec 10, 2008 7:38 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Nov 29, 2008 4:30 am
Posts: 12
Images lost with upgrade to 1.57.

Checking the media manager. I get the following error.


JFolder::folder: Path is not a folder /home/content/d/r/a/dragon/html/joomla/images

Warning: Invalid argument supplied for foreach() in /home/content/d/r/a/dragon/html/joomla/administrator/components/com_media/models/manager.php on line 105

JFolder::files: Path is not a folder /home/content/d/r/a/dragon/html/joomla/images
JFolder::folder: Path is not a folder /home/content/d/r/a/dragon/html/joomla/images


Top
 Profile  
 
PostPosted: Mon Jan 05, 2009 7:07 pm 
Joomla! Intern
Joomla! Intern

Joined: Thu May 18, 2006 1:59 pm
Posts: 76
I am getting this error as well. i changed the directory for my media, and i can pull stuff from it no problem, but when i try to use the media manager it is broken.

_________________
JimESmythe


Top
 Profile  
 
PostPosted: Mon Jan 05, 2009 11:14 pm 
User avatar
Joomla! Champion
Joomla! Champion

Joined: Sat Aug 16, 2008 1:46 pm
Posts: 5164
Location: the Bat Cave
@jimesmythe check that you have an images folder in your joomla folder. If the folder is there check the permissions on the folder, try chmod to 775.


Top
 Profile  
 
PostPosted: Tue Jan 06, 2009 5:03 am 
Joomla! Intern
Joomla! Intern

Joined: Thu May 18, 2006 1:59 pm
Posts: 76
This would work if i was using the images folder. right after i installed joomla i changed the media director to mediaStore. i recently changed it to store and that is when the manager quit working. i changed the directory name back to mediaStore and it works again. and before you ask i changed the name of the directory at the folder level and under the global config.

_________________
JimESmythe


Top
 Profile  
 
PostPosted: Sun May 16, 2010 3:51 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sun May 16, 2010 3:47 am
Posts: 1
Try to upload one picture first. it's work


Top
 Profile  
 
PostPosted: Fri Jul 08, 2011 9:14 am 
User avatar
Joomla! Intern
Joomla! Intern

Joined: Mon Jul 28, 2008 3:31 am
Posts: 69
None of the above worked for me and I needed to find out what was triggering the error.

If you go to libraries/joomla/filesystem and open folder.php, find the code segment
Code:
JText::_('Path is not a folder')

and replace it with
Code:
JText::_('Path is not a folder ' . $path)

This will cause the error message to output the path of the folder that the code is looking for.

For me, somehow the language folder had become deleted


Top
 Profile  
 
PostPosted: Sun Sep 02, 2012 7:18 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Nov 05, 2009 2:27 am
Posts: 8
@Joomla! Fledgling:Try to upload one picture first. it's work

YES!

_________________
I am heading into the Aegeansea of Joomla!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 



Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group