Michael Gilkes

Home \

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 854 total)
  • Author
    Posts
  • in reply to: Incorrect datetime value: ” for column ‘c #3331
    Michael Gilkes
    Keymaster

    @Crazy5650. Thanks for posting your error stack. I am not able to reproduce this error on my test systems. I have a fresh Joomla 4.2.5 installed, and installed the latest release of the extension. Then I added the shortcode {easyfolderlistingpro profile=”1″ folder=”images” method=”table”} then clicked Save, and I get no error. The article saved without any issue.

    Can you explain what you are doing (such as the exact shortcode you use), so we can synchronize our actions, and see if I can reproduce this? Could you also update your Joomla version to the latest 4.2.5 instead of 4.2.3, so we can have equal footing for a comparison? Thanks.

    So, as far as I can tell, there is nothing in the code that should trigger such an error. The error says that an empty string (”) is an incorrect value for datetime checked_out_time column. However, I don’t actually try to change or update the checked_out_time field in my code. This is done automatically in the Joomla code.

    The thing is that when you save the article it renders the code, which executes the profile update to the database, based on the attributes in the shortcode. This is why you get a possible error when you save. So, any errors or notices will pop up when saving the article and not only when displaying in the front end.

    in reply to: Incorrect datetime value: ” for column ‘c #3328
    Michael Gilkes
    Keymaster

    @Crazy5650. Yes. I am glad the default is NULL. It is supposed to be NULL by default. The error you experienced occurs because of the invalid value “0000-00-00 00:00:00” being inputted into the field. I dealt with this issue since version 3.6, when MySQL deprecated the use of that value. I am not too sure how those values got into your table. There shouldn’t be anything in the code that does that.

    Did you recently upgraded your MySQL from an older version to a newer one? Or maybe updated the extension from an older version?

    in reply to: Incorrect datetime value: ” for column ‘c #3324
    Michael Gilkes
    Keymaster

    @Crazy5650. Thanks for posting the version information. Everything seems fine. The only main difference between your setup and mine is that your mysql server is version 8.0.30, while my test servers use 5.7.34. Since your setup is on local development, can you check the the database tables, __eflp_profiles and __eflp_icons for what the default value for the ‘checked_out_time’ column is. It should be NULL. Whatever it is, please let me know.

    If I could reproduce your issue on my test servers, that would be useful.

    in reply to: Incorrect datetime value: ” for column ‘c #3321
    Michael Gilkes
    Keymaster

    @Crazy5650. Thanks for posting.

    OK. I am not getting that error on my test servers. So, something is going on with your setup. Can you please let me know your PHP version, MySql or Postgresql version, and the version of Easy Folder Listing Pro you have installed? Can you confirm that your Joomla version is 4.2.4?

    Michael Gilkes
    Keymaster

    @RichardXWH. There are different ways to use the “Content – Load Modules” plugin that is builtin to Joomla 4. One way is to specify a position. So, you have to create a fictitious position in the module, and then say {loadposition my_fake_position}. Another way is to use the module ID, and type {loadmoduleid 232}, where 232 would be the id for an Easy Folder Listing module instance. Another way is to specify the module name, with the title and style as optional arguments: {loadmodule mod_easyfolderlisting, “My Title”, my_style}

    I don’t know anything about {module title=”Files”} relating to displaying modules.

    Michael Gilkes
    Keymaster

    @RichardXWH. Thanks for your question. Yes, the module can be used in multiple articles with different upload folders. Just create a module instance for each article as needed.

    in reply to: Question on Easy File Uploader Module #3311
    Michael Gilkes
    Keymaster

    @serge73. Thanks for your request. I don’t usually do custom changes to my extensions. I don’t really have the time to do that, and I am busy with several ongoing projects.

    in reply to: Question on Easy File Uploader Module #3305
    Michael Gilkes
    Keymaster

    @serge73. Thanks for posting. Sorry for not replying sooner.

    I currently can’t commit myself to making any major changes to the Easy File Uploader. I am already behind in a few of my project.

    However, the change to check for maximum size of an image is best done with Javascript before uploading the file. As for renaming the file, I am sure what you have in mind, but that may be a little more involved that what you explain. That change may be unique to your particular setup and requirements.

    Michael Gilkes
    Keymaster

    @cooky61. Thanks for posting. What version of Easy Folder Listing Pro do you have installed on Joomla 4? Do you have a link to your webpage so that I can see your issue in action?

    in reply to: extension update : error messages #3299
    Michael Gilkes
    Keymaster

    Quick follow-up… I was too quick to do a pull request on GitHub. I closed my pull request, as someone had previously encountered this problem and made a pull request 2 days ago. Here is that pull request: in updates XML always resulted in an error #38121

    In the interim, until they fix this issue in a new Joomla release, the only thing I can do to circumvent it is to remove the database requirement entirely from the update XML file.

    in reply to: extension update : error messages #3298
    Michael Gilkes
    Keymaster

    Ok guys. Thank for coming to the support site and posting the error. Fortunately, the error is not a result of anything I have changed or my code. Actually, a change was made in the Joomla CMS code that created the error. I have researched it, and found the problem, and have requested a pull request on Joomla’s GitHub. It is now up to the moderators to review my pull request and make the change in the next Joomla 4 release. Here is a link to the pull request I made: Update ExtensionAdapter.php #38131

    It seems as though the they made a change on June 11, and that is what messed it up. I am requesting they revert it back.

    in reply to: extension update : error messages #3294
    Michael Gilkes
    Keymaster

    @serge73. Thanks for reporting. I have not changed any settings on my Update Server. The minimum MySQL Version supported by all my extensions is 5.5.3.

    If your database server is version 5.7, then you should not get this error. However, where are you getting this error? Could you email me a screenshot?

    in reply to: Easy Flash Uploader – Version 4.2 #3289
    Michael Gilkes
    Keymaster

    @jimi. Just a quick update. I was not able to make Easy Flash Uploader work on Joomla 4 this past weekend. I am going to have to overhaul it to get it to work properly. I will probably have to change it from a plugin to a component/plugin hybrid. That will take some time.

    in reply to: SubFolder Listing #3287
    Michael Gilkes
    Keymaster

    @owenc. Please have a look at the documentation on my site on how to download files after purchase.

    You will have access to version 3.7 as well as version 4.1.1

    To be honest, I can’t say whether version 3.7 will work on PHP 5.6. I don’t recall if there is any PHP 7 specific feature in my code.

    in reply to: Easy Flash Uploader – Version 4.2 #3284
    Michael Gilkes
    Keymaster

    @jimi. I am aiming for this weekend.

Viewing 15 posts - 16 through 30 (of 854 total)