module don't work with a folder symbolic links inside the joomla root

Home \ forums/topic \ module don't work with a folder symbolic links inside the joomla root

Support Home Page Forums Joomla Software Easy Folder Listing Module module don't work with a folder symbolic links inside the joomla root

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2988
    simgiallorosso
    Participant

    hello and thank you for the excellent form that you have mit available. I have a question to ask you. why does not the module work with a folder symbolic links inside the joomla root? are links precisely pointing to the servers where reside the many files that I would have to display automatically.
    thanks so much for your time spent on me

    #2990
    Michael Gilkes
    Keymaster

    @simgiallorosso. Thanks for posting. I have tested the module on symlinks (created using ln -s) in the Joomla root, and it works fine. Do you have permissions setup properly in the symlinked folder? Are you getting any error message in your PHP error logs?

    #2991
    simgiallorosso
    Participant

    thanks for your replyes.

    I actually get this error when I open the page that points to the form

    0 Directory folder specified is not a valid directory: stationsdata/lyb0/lyb0

    the directory (symbolic link) from where I have to receive the list of files is precisely stationsdata / lyb0 / lyb0.

    #2992
    simgiallorosso
    Participant

    update:

    this is the error

    KExceptionFailure | Fatal Error [500]
    Allowed memory size of 134217728 bytes exhausted (tried to allocate 19435444 bytes)
    …/libraries/src/Helper/ModuleHelper.php:201

    196 }
    197
    198 $content = ”;
    199 ob_start();
    200 include $path;
    201 $module->content = ob_get_contents() . $content;
    202 ob_end_clean();
    203 }
    204
    205 // Load the module chrome functions
    206 if (!$chrome)

    #2993
    simgiallorosso
    Participant

    I answer myself. It works great. we have expanded the memory limit on php.ini

    I have to ask you two things though. as the folder to display contains 75,000 files and generates a very long page, there is no possibility to lay out, for example, 500 files per page?

    moreover the research inside these pages is allowed only in the pro version?

    let me know that in the case the purchase

    thank you

    #2994
    simgiallorosso
    Participant

    i have installed the last version 3.0.4 and there is the display limit file!
    but i want 500 file for page for example. is this possible?
    is there a next button to change page with other 500 file?

    #2997
    Michael Gilkes
    Keymaster

    @simgiallorosso. Thanks for the update that it works. Easy Folder Listing only displays the files in a folder. I recently added the ability to limit the number of files displayed, since it was a feature that quite a few people requested. It is not a pagination feature. If you want Pagination, you can purchase Easy Folder Listing Pro. Please have a look at the demo: http://www.demos.michaelgilkes.com/joomla/index.php/easy-folder-listing-pro-demo

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.