Posts

Showing posts from August, 2022

Message: PHP Startup: Unable to load dynamic library 'php_mysqli.dll' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/php_mysqli.dll (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/php_mysqli.dll: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/php_mysqli.dll.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/php_mysqli.dll.so: cannot open shared object file: No such file or directory))

Image
 RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L]       # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php74” package as the default “PHP” programming language. <IfModule mime_module>   AddHandler application/x-httpd-ea-php74 .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit # BEGIN cPanel-generated php ini directives, do not edit # Manual editing of this file may result in unexpected behavior. # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) <IfModule php7_module>    php_flag display_errors Off    php_value max_execution_time 30000    php_value max_input_time 60000    php_value max_input_vars 100000    php_value memory_limit 3222M    php_value post_max_size 800M    php_value session.gc_max

git cache clean

 git rm -r --cached . git add .

paginatio view page links

 // Directly in your blade file $posts->links('pagination::bootstrap-4')