|
|
Re:Config manager
|
|
Date: 2006/01/09 18:34
|
By: arnout
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
|
Is there a way to turn off that check?
|
|
The topic has been locked. |
|
|
|
|
Re:Config manager
|
|
Date: 2006/03/21 19:17
|
By: tony
|
Status: Visitor
|
|
|
|
|
|
|
After having to wait for the updater to time out each time I wanted to use the Configuration Manager I just had to get rid of the damn thing 
To turn it off, open /administrator/components/com_comprofiler/admin.comprofiler.html.php and find
<?php update_checker(); ?><br />
on line 1733 (in version 1.0 RC2). Remove this or change it to
<?php //update_checker(); ?><br />
to disable it
|
|
|
The topic has been locked. |
|
|
|
Re:Config manager (SOLVED)
|
|
Date: 2006/03/21 20:22
|
By: arnout
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
Thanks to Tony, that solved my problem!
|
|
The topic has been locked. |
|
|
|
|
Re:Config manager
|
|
Date: 2006/07/10 12:42
|
By: shockthemonkey
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 23 |   | |
|
hi there
I was trying to change the Require Email Confirmation from NO to YES in the Config Manager but I recieved an error statement which states:
Connection to update server failed: ERROR connection failed (1234084)1234084
anyone know what it means?
|
|
The topic has been locked. |
|
|
|
Re:Config manager
|
|
Date: 2006/07/10 15:44
|
By: beat
|
Status: Admin
|
|
|
Karma: 256  
|
|
Admin  | Posts: 4215 |   | |
|
shockthemonkey wrote: hi there
I was trying to change the Require Email Confirmation from NO to YES in the Config Manager but I recieved an error statement which states:
Connection to update server failed: ERROR connection failed (1234084)1234084
anyone know what it means?
Nothing important: simply your web-server can't reach the updates-versions check, due to web-server or firewall configuration. You can switch this check off in the integrations tab of the same configuration. But in that case, don't forget to check for latest CB versions manually, as CB is an important extension for your web-site's security.
E.g., CB 1.0 stable is a highly recommended upgrade. Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.2 RC4 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The topic has been locked. |
|
|