Problem:
- 500 Internal Server Error
- No response from subprocess (php): The subprocess reported error number 72,057,594,037,927,935 when it ended. The process dumped a core file.
Solution:
Your disk may be full. Free up space as required.
by dev
Problem:
Solution:
Your disk may be full. Free up space as required.
by dev
Laragon provides powerful tools for Apache, Nginx, MariaDB, MongoDB, PHP, Node.js, Redis, Memcached, npm, yarn, git. It has three different editions – Full, Lite and Portable.
Download laragon at https://laragon.org/download/
Laragon GitHub at https://github.com/leokhoa/laragon/releases/
Important Tutorials
Just download the latest version To start the journey with Laragon and then click Next, Next, Next…very easy!
Migrate to Laragon
by dev
Problems:
Solution:
It should fix it.
by dev
To delete file
rm filename.txt
To delete files
rm filename1.txt filename2.php filename3.docx
To delete folder
rm foldername/
To delete all files with .html extension
rm *.html
by dev
It could be max_execution_time or max_input_time in .
This can usually be resolved by increasing the values for:
Restart php-fpm and nginx after the changes
or
Open httpd.conf and add
TimeOut 120
ProxyTimeout 120
Solve the issue in WAMP and XAMPP
To increase the max_execution_time
$cfg['ExecTimeLimit'] = 0;
This will resolve the issue for PhpMyAdmin imports.