Unmanaged Wordpress PHP setting
-
wrote on Nov 18, 2020, 9:30 PM last edited by
-
Hello,
I am installing a theme on the unmanaged wordpress app. I need to edit some PHP settings but am lost. I cannot find a proper tutorial for Cloudron.
I checked my php.ini file but no luck. How can I edit my app to have these settings:
wrote on Nov 18, 2020, 10:37 PM last edited by@dreamcatch22
which theme is it ? -
@dreamcatch22
which theme is it ?wrote on Nov 18, 2020, 11:51 PM last edited byhttps://themeforest.net/item/workreap-freelance-marketplace-wordpress-theme/23712454
The theme does come in php larvel as well as wordpress. Any ideas how to change my php settings?
-
Hello,
I am installing a theme on the unmanaged wordpress app. I need to edit some PHP settings but am lost. I cannot find a proper tutorial for Cloudron.
I checked my php.ini file but no luck. How can I edit my app to have these settings:
@dreamcatch22 I think https://docs.cloudron.io/apps/wordpress-unmanaged/#php-settings is what you want ? Just open the file browser or terminal and you will find a file php.ini (inside /app/data). You can then just add the variables you want there.
-
https://themeforest.net/item/workreap-freelance-marketplace-wordpress-theme/23712454
The theme does come in php larvel as well as wordpress. Any ideas how to change my php settings?
wrote on Nov 19, 2020, 12:13 AM last edited by@dreamcatch22
if you use a Laravel+WordPress i highly advice to go on a LAMP app, it will give you more control, and better stability for Laravel. -
@dreamcatch22 I think https://docs.cloudron.io/apps/wordpress-unmanaged/#php-settings is what you want ? Just open the file browser or terminal and you will find a file php.ini (inside /app/data). You can then just add the variables you want there.
wrote on Nov 19, 2020, 1:02 AM last edited by@girish Thanks. Wasn't sure if I could just edit the file. Didn't want to take any chances.
-
@dreamcatch22
if you use a Laravel+WordPress i highly advice to go on a LAMP app, it will give you more control, and better stability for Laravel.wrote on Nov 19, 2020, 1:23 AM last edited by@moocloud_matt Thanks for the heads up. The project is still early enough where I can make the switch.