bludit
bludit copied to clipboard
Simple, Fast, Secure, Flat-File CMS
Children pages are currently not sorted (not in the admin, nor on the public site). This fixes that.
### Describe your problem Impossible to install on php 8+ install.php doesn't display - white page ### Steps to reproduce the problem install Bludit with php 8+ ### Steps to...
### Describe your problem the ajax image uploader hangs if settings>general>images>height or width is set to **0** The progress bar fills to the end, and stays blue, instead of green...
When I choose the endpoint `settings` to request all the Bludit settings, I get the following response: ```json {"message":"Access denied or invalid endpoint."} ``` This error can be fixed by...
### Describe your problem I typically use PHP-FPM, and for each instance, I have something like this: `php_admin_value[disable_functions] = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source,symlink,define_syslog_variables,posix_getpwuid,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,posix_setuid,posix_uname,proc_close,pclose,proc_nice,proc_terminate,show_source,socket_create,socket_listen,socket_write,socket_close,ftp_connect,ftp_ssl_connect,ftp_login,fam_open,fam_close,ldap_connect,ldap_close,fsockopen,dns_get_mx,dns_get_record,getservbyname,pfsockopen,ssh2_connect,ssh2_disconnect,ssh2_exec,ssh2_sftp,ssh2_shell,msg_send,imap_open,imap_close" ` So I really think the installer, or some "pre-check...
Bludit only allows you to schedule pages. This being the case, the "Scheduled" tab, which implies that all contents can be scheduled, makes no sense. It would be more logical...
### Describe your problem There is no way to quickly see under which category my content is located, ### Steps to reproduce the problem View admin panel -> content (no...
### Describe your problem Feature request ### Bludit version 3.14.1 ### Hosting or Webserver name nginx It could be useful for easier content managing to permanently show the settings tab...
Hi, I just upgraded to 3.14.1 pro and images uploading doesn't work well anymore. The uploaded image change name from **flower.jpg** to something like **ef0a3800b0b4f36a948ea9c1d085338c** without extension. I need to...
### Describe your problem ``` Deprecated: Creation of dynamic property DateInterval::$w is deprecated in /var/www/html/bludit/bl-kernel/page.class.php on line 666 ``` ### Steps to reproduce the problem 1. Setup Bludit from main/master...