mauvedev
Forum Replies Created
-
Forum: Plugins
In reply to: [Medialist] Unhandled exception in PHP later that 7.4I decided to test the current version of my plugin in a fresh enviroment with a default installation of WordPress 6.6.1 inside xampp running PHP 8.2.12 and I couldnt replicate the above, the plugin loaded as expected and displayed a variety of media content.
Link to the environment used if you’d like to try and compare with your own, this would seem like a configuration issue somewhere.
https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.2.12/
Default loaded modules:
core mod_win32 mpm_winnt http_core mod_so mod_access_compat mod_actions mod_alias mod_allowmethods mod_asis mod_auth_basic mod_authn_core mod_authn_file mod_authz_core mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dav_lock mod_dir mod_env mod_headers mod_include mod_info mod_isapi mod_log_config mod_cache_disk mod_mime mod_negotiation mod_proxy mod_proxy_ajp mod_rewrite mod_setenvif mod_socache_shmcb mod_ssl mod_status mod_php
Forum: Plugins
In reply to: [Medialist] Unhandled exception in PHP later that 7.4I will have to take a look and see what php options are enabled in my staging environment, however the current version in my testing is 8.12 and plugin is loading and displaying media correctly without any errors. 8.3 is untested at this time.
Forum: Plugins
In reply to: [Medialist] Unhandled exception in PHP later that 7.4I’m unsure unfortunately, I have checked the plugin to date in the latest WordPress and PHP 8.12 builds and it is working correctly. If you’re cacheing your site you can try clearing it and checking.
You could also try loading your website into a staging environment or a local development platform like xampp.
Forum: Plugins
In reply to: [Medialist] Medialist and Media Library Folders ProUnfortunately it is unlikely at this time.
Forum: Plugins
In reply to: [NSFW] [Medialist] error in combination with Real Media FolderIs there still an issue or was it located and solved?
Forum: Plugins
In reply to: [Medialist] SecurityA new version is available now. Many thanks, and I’m happy to hear you like it.
Forum: Plugins
In reply to: [Medialist] Fatal Error on WordPress 6.3.1Im not sure what could be causing it, seems to be an incompatibility with another plugin or some content. I’d look at oxygen and attached files to see if you duplicate it in a staging environment.
Forum: Plugins
In reply to: [Medialist] hide empty medialist432 else { 433 //output message to let user know that no posts were found. 434 $mlout = '<section class="medialist-embedded-section">'; 435 $mlout .= '<div class="medialist-alert" style="background-color:#2196F3;">'; 436 $mlout .= '<span class="medialist-closebtn" '; 437 $mlout .= 'onclick="'; 438 $mlout .= "this.parentElement.style.display='none';"; 439 $mlout .= '"'; 440 $mlout .= '">×</span><strong>Info! </strong>'. __('No posts or attachments to display.','media-list') .'</div>'; 441 $mlout .= '</section>'; 442 //end generating markup. 443 }
You can remove the code above from your copy of medialist.php to achieve this. This will remove the no files message entirely.
Forum: Plugins
In reply to: [Medialist] Shortcode ElementorThere are a lot of scenarios where medialist might not behave correctly when used within the design of another plugin. It can/has worked in elementor, and should be capable of displaying the medialist contents using the elementor shortcode block.
It may however only be visible of a published/draft view page and not within the editor itself.
Forum: Plugins
In reply to: [Medialist] Fatal Error on WordPress 6.3.1I have run a few tests with version 6.3.1 with Medialist installed along side RML without issue. Are you Medialist to display the contents of folders within RML?
Forum: Plugins
In reply to: [Medialist] Experiencing white page in PHP 7 & 8I’ve checked my plugin installed on a fresh environment with the most recent default installation (stable release). All is functioning correctly under these conditions.
This indicates something is interfering within your sites environment, this is based on your problem description. To determine the what and why, you will likely need to carry out a process of elimination starting with theme and then other plugins to isolate the interference.
Once you have found the other party I can then attempt to replicate it.
Many thanks,
mauvedev
Forum: Plugins
In reply to: [Medialist] Feature Request: Add tax operatorThank you for the inquiry, I’ll add this to the potential future features list.
Forum: Plugins
In reply to: [Medialist] Loading Page very slowMedialist polls the database for the URLs and some metadata to build the list.
Forum: Plugins
In reply to: [Medialist] Loading Page very slowNo known issues, it is however entirely possible to cause delay if numbers get high. Testing has seen no noticeable increase in load times upto 1000 items mixed media.
It might be worth splitting the library into multiple pages and see if that helps.
Forum: Plugins
In reply to: [Medialist] How to use the “shortcode” to display the foldersUnfortunately displaying a list of folders is not supported, only folder contents can be displayed.
Many thanks,
Mauvedev