Reply To: Parent folder

#3086
Michael Gilkes
Keymaster

@PeterTheBike. Thanks for following up via email.

Ok. I was able to login and install an altered version of Easy File Uploader with some diagnostic code in it.

From what I could tell, the issue with your site is the file permissions on the folders in the Joomla root. PHP is unable to read the folders in the Joomla root. I know this because “opendir” PHP function failed when executed. Joomla relies on this function to get the list of folders to supply to my extension when requested.

Once you fix the folder permissions on your Joomla installation on Windows, the extension should work as expected.

I sent your an email explaining this. Please let me know how it works out.