Michael Gilkes

Home \

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 865 total)
  • Author
    Posts
  • in reply to: Problems with uploads #3197
    Michael Gilkes
    Keymaster

    @jimi. Thanks for your suggestion and interest in improving my module. You have a lot of active users uploading. Congrats. Have you ever considered Easy Flash Uploader? Here is the product page: https://www.valorapps.com/web-products/easy-flash-uploader.html

    And here is the demo: http://www.demos.michaelgilkes.com/joomla/index.php/easy-flash-uploader-demo

    This plugin automatically creates the user folders. It is only USD $10.

    in reply to: Easy File Uploader on Joomla 4 #3192
    Michael Gilkes
    Keymaster

    @serge73. Thanks for taking to time to explain your problem. However, I am honestly not following what you are trying to Doha nd what is actually happening through your explanation alone.

    I really am not that familiar with Yootheme. Is is possible that you could provide some screenshots of that is happening? If I can see what you are doing and what is happening, then maybe I can hep you.

    in reply to: Problems with uploads #3185
    Michael Gilkes
    Keymaster

    @jimi. Thanks for posting. I apologize for not replying sooner.

    I just double checked my code, you are right, it doesn’t auto-create username specific folders in the destination folder. So, you will have to create the user folders for those users you would like to allow uploading files.
    I would have to add that auto-create user folder functionality in a new release.

    in reply to: Question with Easy File Uploader Module #3184
    Michael Gilkes
    Keymaster

    @serge73. Thanks for posting. I just double checked my code, you are right, it doesn’t auto-create username specific folders in the destination folder. So, you will have to create the user folders for those users you would like to allow uploading files.

    I would have to add that auto-create user folder functionality in a new release.

    in reply to: Joomla 4.1 and isAdmin #3179
    Michael Gilkes
    Keymaster

    @alindebian. Thanks for posting your issue. Could you verify which version of Easy Folder Listing Pro you have installed?

    The isAdmin() function call is only present in the Easy Folder Listing Pro 3.7.x code. If you have Easy Folder Listing Pro 3.7.x installed, please upgrade to Easy Folder Listing Pro 4.1.x.

    in reply to: Sub-folders in \"Easy Folder Listing\" #3176
    Michael Gilkes
    Keymaster

    @peterspie. Thanks for posting. I am not too sure what you mean when you say “use subfolders in the module”. Do you mean to display subfolders in the listing? Or do you mean to specify a subfolder to display? Can you clarify what you are asking?

    in reply to: EFLP inop on Joomla 4.0.3 #3171
    Michael Gilkes
    Keymaster

    @mvdhome. Ok. I have released version 4.0.3 with the fix to the Module. For your reference, it was not a reference to the Helper that you thought in the administrator backend.

    in reply to: EFLP inop on Joomla 4.0.3 #3170
    Michael Gilkes
    Keymaster

    @mvdhome. Thanks so much for posting. This case sensitivity issue has been really frustrating for me as a developer. I have tested my code on a number of systems: Mac OS X (locally), Windows 10 Pro (locally), and Linux (hosting company), and did not encounter any prior issue before release. I would never knowingly release my code with errors that show up as soon as you click on Dashboard or use the front-end module.

    On top of that, PHP is case-insensitive with regards to namespaces, based on their documentation. Also, PHP developers have known this for years. However, it seems to be related to auto-loading in Joomla. Prior to Joomla 4, this was not an issue.

    Anyways, I will have this fixed for you shortly.

    Thanks so much to you and others who have been reporting this, and even giving some detail and allowing me to access your backend administration. I really appreciate this, as I am unable to replicate these errors on any of the systems available to me.

    What I would appreciate is if persons who encounter this could provide me with a spec detail of their servers so that I can maybe setup a test system to use going forward. Information like your OS details and version/build as well as your PHP versions, Apache (or other web server) details. If I could setup a test system that acts like your environments, then I can catch these errors before releasing my code.

    Thanks so much, everyone.

    in reply to: EFLP inop on Joomla 4.0.3 #3164
    Michael Gilkes
    Keymaster

    @alweisenborn. Thanks so much for posting this error. I just posted version 4.0.2 of Easy Folder Listing Pro, which fixes this. Please update to the latest release. Thanks.

    in reply to: ready for joomla 4? #3160
    Michael Gilkes
    Keymaster

    @janvankuijk @sorgentegianluca Ok, guys. I solved the issue. It has to do with namespace case sensitivity and auto-loading. Normally, PHP namespaces are case-insensitive (see https://www.php.net/manual/en/language.namespaces.rationale.php). It seems as though, for some unknown reason, the auto-loading of classes in Joomla 4 for some PHP installations require exact letter case of the namespaced class and the file location. None of my test servers have this issue. So, I can’t diagnose it on my end. I figured it out based on examining the differences between the servers and the errors, etc.

    Anyways, I got Jan’s extension up and running. I am going to patch up Version 4.0 to 4.0.1 with this minor fix, and get everyone else up and running. Thanks for the cooperation.

    in reply to: ready for joomla 4? #3159
    Michael Gilkes
    Keymaster

    @janvankuijk @sorgentegianluca I really appreciate you guys reporting this. It is very strange to me, as I tried to replicate this error on two of my test servers, but no error comes up. I even setup a clean installation of Joomla 4 to test it, and no error shows up for me. I know something is wrong because of your reports, and I am eager to sort it out.

    I need you guys to temporarily turn on “Debug System” under the “System” tab in Global Configuration. Then try to go the the Dashboard for Easy Folder Listing Pro again. This should show the error stack trace and provide some more detail.

    I was also wondering what version of PHP you are using? I know Jan is on PHP 8. I am in the process of setting up another test server with PHP 8 to see if it is because of that, as my existing servers use PHP 7.4.

    in reply to: ready for joomla 4? #3156
    Michael Gilkes
    Keymaster

    @janvankuijk. Hi Jan. Can you either post here or email me the screenshot of the error stack? Also, please explain how I can reproduce the error on my end. Thanks.

    in reply to: ready for joomla 4? #3154
    Michael Gilkes
    Keymaster

    @janvankuijk. Thanks for providing your feedback. I am sorry that you encountered an error. Are you installing on Joomla 4 or 3.10? Please let me know what triggered that error. I will be more than happy to fix it right away.

    By the way, I just had to replace the Version 3.6 installation package file, because the wrong file was uploaded to my server last night. It was a deployment mixup in my scripts. Anyways, the correct file is there now. If you installed 3.6, then please re-download and re-install it.

    in reply to: ready for joomla 4? #3152
    Michael Gilkes
    Keymaster

    Hi everyone. I am finished updating and testing Easy Folder Listing Pro to be Joomla 4 compatible. I just released it.

    Quick note: I released versions 3.6 and 4.0. Version 4.0 is compatible with Joomla 4 only, and version 3.6 is compatible with version 3.10 or lower. Functionally, they are the same, but I had to separate it like that since there were so man changes to the code to get it working for Joomla 4, it didn’t make sense for me to try to continue to develop it for Joomla 3 branch.

    Please install on Joomla 4 and report any problems you face. I think I got everything in my testing, but you never know. Thanks.

    in reply to: Easy Folder Listening Pro with Templates #3148
    Michael Gilkes
    Keymaster

    @Olaf. Thanks for posting.

    As with any template, styles can clash. It’s up to the site developer to adjust the css of either the template or the extension to make things display correctly.

    I have not released a Joomla 4 compatible version of Easy Folder Listing Pro, so I can’t speak to how the extension works with the casopedia template. If you need support regarding how to adjust the css to work with your template, I can help with that as long as your subscription is active, but I would have to see the site to make any suggestions.

Viewing 15 posts - 46 through 60 (of 865 total)