Welcome Guest. Please Login or Register  


You are here: Index > Softaculous Auto Installer > General Support > Topic : How to enable the auto upgrade options during auto install at WHMCS order



Threaded Mode | Print  

 How to enable the auto upgrade options during auto install at WHMCS order (4 Replies, Read 4107 times)
AndreasP
Group: Member
Post Group: Newbie
Posts: 16
Status:
Hey guys

I love this script.  I was able to get Wordpress to auto install during WHMCS order.

But I noticed that the options below were not checked offed.

How can I get these to be enabled automatically during order process.  I know I need to add lines in the softaculous_extra.php but I am not sure what

Any help to get these  enabled below during checkout  would be greatly appreciated

Disable Update Notifications
Auto Upgrade
Auto Upgrade WordPress Plugins
Auto Upgrade WordPress Themes
IP: --   

How to enable the auto upgrade options during auto install at WHMCS order
aakash_softac
Group: Member
Post Group: Super Member
Posts: 544
Status:
Quote From : AndreasP November 2, 2016, 7:30 am
Hey guys

I love this script.  I was able to get Wordpress to auto install during WHMCS order.

But I noticed that the options below were not checked offed.

How can I get these to be enabled automatically during order process.  I know I need to add lines in the softaculous_extra.php but I am not sure what

Any help to get these  enabled below during checkout  would be greatly appreciated

Disable Update Notifications
Auto Upgrade
Auto Upgrade WordPress Plugins
Auto Upgrade WordPress Themes


Hi,

You set this following values in softaculous_extra.php
$GLOBALS['softaculous_conf']['disable_notify_update'] = 1; //Disable Update Notifications
$GLOBALS['softaculous_conf']['eu_auto_upgrade'] = 1; //Auto Upgrade
$GLOBALS['softaculous_conf']['auto_upgrade_plugins'] = 1; //Auto Upgrade WordPress Plugins
$GLOBALS['softaculous_conf']['auto_upgrade_themes'] = 1; //Auto Upgrade WordPress Themes

Let us know if you need any other information.



-----------------------
Aakash Gupta
SitePad Developer

Follow us for faster updates
Twitter: https://twitter.com/sitepad_editor
Facebook: https://facebook.com/SitePad
IP: --   

How to enable the auto upgrade options during auto install at WHMCS order
AndreasP
Group: Member
Post Group: Newbie
Posts: 16
Status:
Thanks for the reply.  I appreciate it very much.  I just tested it and it did not work

Im guessing these below are incorrect.  maybe it should be something else?

Where do you find the correct wording to use?

disable_notify_update
eu_auto_upgrade
auto_upgrade_plugins
auto_upgrade_themes
IP: --   

How to enable the auto upgrade options during auto install at WHMCS order
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5641
Status:
Hi,

The key ['defaults'] was missing in your code. Please use the below in your softaculous_extra.php and it should work.

Code
$GLOBALS['softaculous_conf']['defaults']['disable_notify_update'] = 1; //Disable Update Notifications
$GLOBALS['softaculous_conf']['defaults']['eu_auto_upgrade'] = 1; //Auto Upgrade
$GLOBALS['softaculous_conf']['defaults']['auto_upgrade_plugins'] = 1; //Auto Upgrade WordPress Plugins
$GLOBALS['softaculous_conf']['defaults']['auto_upgrade_themes'] = 1; //Auto Upgrade WordPress Themes


Let us know if you still face the issue.


-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

How to enable the auto upgrade options during auto install at WHMCS order
AndreasP
Group: Member
Post Group: Newbie
Posts: 16
Status:
that did it, thank you very much
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 30, 2024, 3:56 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.041