Michael Gilkes

Home \

Forum Replies Created

Viewing 15 posts - 766 through 780 (of 853 total)
  • Author
    Posts
  • in reply to: Uploads create new folder – Flash Uploader #1176
    Michael Gilkes
    Keymaster

    @Access. Yep that would do it. We’ve all had problems with the WYSIWYG editors.

    in reply to: Greek font problem #1173
    Michael Gilkes
    Keymaster

    @kstampo. I checked out the site. I see exactly what you mean. I have had a couple other persons report the same problem. I have tried to test it out and understand it in the past. From what I can tell, the problem is how the text is encoded. It is a multi-byte encoding and that uses combining characters to represent a character with a special accent. So, instead of representing the language specific character with the accent as a single utf-8 encoding, it splits it into 2 characters: an ascii character and the accent character. However, when PHP gets this and tries to display it in the html page, it does not combine it but show one right after the other. I have tried to use the mb functions in php to fix it, but it doesn’t help. I am inclined to think that the issue is not really php or joomla but the file system represents the filenames. Please have a look at this site for a similar explanation of the problem.

    Although, I suspect that it is a file system issue, I am open to possible solutions, especially since it would be good for my plugin.

    I’m sorry that I don’t have a more definitive answer, but I will keep looking!

    in reply to: Subfolder #1168
    Michael Gilkes
    Keymaster

    @Kami. That’s great. I’m glad that it works!

    So, you are having a problem with the download? Could you tell me what browser you are using, and also is it possible for me to view the webpage with the listing so that I can test the download myself?

    Thanks.

    in reply to: Greek font problem #1171
    Michael Gilkes
    Keymaster

    @kstampo. Thanks for posting. Showing language characters is something I’ve been trying to figure out, because what I find is that the same page will show differently on different person’s computers. That is why I included options in the latest version of Easy Folder Listing Pro to reset header chasert to utf-8 and also to add utf-8 charset to the metatag. Have you tried any of these two options?

    Also, is it possible for you to post the webpage with the listing for me and others to check out?

    in reply to: Subfolders are not browsable #1164
    Michael Gilkes
    Keymaster

    @vican. Hi Victor, if you want to not show the subfolders at all, you can just set Show Subfolders to No. Or you can set subfolders=0.

    Hope this helps.

    in reply to: Subfolder #1166
    Michael Gilkes
    Keymaster

    @Kami. Thanks for posting, especially since English is not your native language. I’ll try to answer you as best I can.

    1. try changing the display method to ‘list’ instead of ‘table’. For example, {easyfolderlistingpro method=’list’|folder=’images/vidroflor’}

    2. The plugin wasn’t designed to automatically collapse a folder when you click another.

    Hope this helps.

    in reply to: Subfolders are not browsable #1162
    Michael Gilkes
    Keymaster

    @vican. Yes, if you select ‘list’ as the display method, it will show the top level folders as you like it. Hope this helps.

    in reply to: Subfolders are not browsable #1159
    Michael Gilkes
    Keymaster

    @vican. Thanks for using my plugin! Without being able to access the webpage with the listing and test it out myself, from what you describe, it seems that there is an issue with the jQuery not loading, or some sort of jQuery conflict.

    Do you have any other jQuery library loaded? Or did you tell it not to load jQuery? One other person had a problem with scriptegrator.

    If you want me to help you more, you may have to, at least, post a link to the webpage with the listing. You are free to post it on the support site, or if you want more privacy, you can send it to me in an email.

    in reply to: Server (IO) Error #1158
    Michael Gilkes
    Keymaster

    @yahwho. I got the log. Thanks. From the debugging log, it says,

    Doing a search on google for SWFUpload Error #2038, I have found two useful links to possible solutions:

    Apparently, other users of SWFUpload-based uploaders have experienced this error, but for various reasons. Please check them out, and see what solution relates to your error. When you find the solution, please share it with the rest of us.

    With what I understand at this point, it could be an issue with https and swfupload. Or it could be a server/php setting.

    in reply to: Server (IO) Error #1156
    Michael Gilkes
    Keymaster

    @yahwho. Thanks for taking the time to provide all that information. So far, the settings look good. The next thing I want you to do is to open the easyflashuploader.php file in a next editor, and go to line 401, and change:

    debug: false,

    to

    debug: true,

    It should place a textarea at the bottom of the page. Then make another attempt at uploading the file. After then, copy the results, and either post it here, or send it to me in an email (for privacy). Whichever you prefer.

    For the record, I believe the issue is something related to your php.ini settings. I don’t know what, but showing the debugging information wold give us a clue as to what Server IO Error we are dealing with.

    in reply to: Server (IO) Error #1154
    Michael Gilkes
    Keymaster

    @yahwho. Thanks for posting to the support site. Ok. To help you out, you need to give us more information than what you have now. For example, you need to list what you placed in the article. For example, {easyflashuploader destination=’whatever/folder/you/used’|filesize=’4055′}. So, you have to tell us what you wrote. Also, let us know what changes, if any, you made to the original code. Thirdly, it would be very useful to know what type of file you uploader, including the file’s size. Lastly, let us know what settings you specified in the Plugins Manager.

    It may seem like I am asking a lot, but in reality this is the bare minimum that someone would need to get an idea of what you are doing, so that we can see what needs to be fixed.

    Hope to hear from you soon.

    in reply to: Symbolic Link #1145
    Michael Gilkes
    Keymaster

    @toomanylogins. Awesome! I was out all day today with no Web access. Sorry that I couldn’t get back to you sooner. However, thanks for sharing that the issue was the value of the PHP open_basedir directive. Could you tell us what you did to fix it. For example, what did you have to set the value to, and what was the value before?

    Your response may help others greatly!

    in reply to: Symbolic Link #1142
    Michael Gilkes
    Keymaster

    @toomanylogins. Ok, I clicked on your symbolic link and it appears to work. The question is what do you mean exactly by it’s not working? is it possible for you to provide a link to the page with the problem so that I can see it myself? If you want some privacy, you can send the link to my email. Otherwise, just provide it in your next post, especially if the page is a public page.

    I’ll help you as best I can to solve this issue.

    in reply to: Easy File Listing can't find one folder in /images #1135
    Michael Gilkes
    Keymaster

    @imrich. Please have a look at this topic for adding the target attribute to links in the module.

    Thanks for your suggestions for updates!

    in reply to: Download Notification Mail not received #1138
    Michael Gilkes
    Keymaster

    @biju. Bounced?! With what server message? I am accessing my email right now.

    Anyways, I just found my copy of the download email. I just sent it to you.

    All the best!

Viewing 15 posts - 766 through 780 (of 853 total)