Magzen
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Menu with Automatic Category PopulationThanks for your reply, i fixed it with a script from chatgpt.
- This reply was modified 1 year, 2 months ago by Magzen.
Forum: Fixing WordPress
In reply to: Media upload error since version 4.0Thanks j2l, the imagick solved the problem for me to after trying everything else.
The steps i took in WHM
1.Go to “Software ?Module Installers”
2.Click on “Manage” for “PHP Pecl”
3.Search for “Imagick”
4.Even if Imagick shows as not installed it can still be installed, so click on install, if it is installed it will tell you it is already installed, so when you search for it again it will show as installed this time, you click on uninstall.
5.Restart Apacheyou can even see if imagick or other modules enabled in php by creating a file call it whatever.php and include the following line in it
<?php phpinfo(); ?>
upload it to the root of your WP domain and enter it through your browser, it will show you in detail everything in php, hope it helps.
credit to the people who helped me solve this on the way in the forums ??
Forum: Networking WordPress
In reply to: http error in media uploaderThanks j2l, the imagick solved the problem for me to after trying everything else.
The steps i took in WHM
1.Go to “Software ?Module Installers”
2.Click on “Manage” for “PHP Pecl”
3.Search for “Imagick”
4.Even if Imagick shows as not installed it can still be installed, so click on install, if it is installed it will tell you it is already installed, so when you search for it again it will show as installed this time, you click on uninstall.
5.Restart Apacheyou can even see if imagick or other modules enabled in php by creating a file call it whatever.php and include the following line in it
<?php phpinfo(); ?>
upload it to the root of your WP domain and enter it through your browser, it will show you in detail everything in php, hope it helps.
credit to the people who helped me solve this on the way in the forums ??