I went past this failed test during install. Now I need to go back and set the URL for it. I can't find anywhere in the Admin interface to this, nor any reference to where the setting lives to do it manually.
Tips?
(Solved) Where do I set the URL for test_remote_url after install?
(Solved) Where do I set the URL for test_remote_url after install?
Last edited by symbolist on Thu Apr 30, 2009 7:37 pm, edited 1 time in total.
Re: Where do I set the URL for test_remote_url after install?
remote url testing are in install/upgrade process and in System Informationsymbolist wrote: I went past this failed test during install. Now I need to go back and set the URL for it. I can't find anywhere in the Admin interface to this, nor any reference to where the setting lives to do it manually.
Alby
Re: Where do I set the URL for test_remote_url after install?
Alby, yes - but there's no place I can find where I can alter the setting for the remote url to be tested . . .
Re: Where do I set the URL for test_remote_url after install?
symbolist wrote: Alby, yes - but there's no place I can find where I can alter the setting for the remote url to be tested . . .

Why you want alter address url? Current address url is the check url for new release in Global settings
Alby
Re: Where do I set the URL for test_remote_url after install?
Well, I'm trying to address two issues before I start installing additional modules:
(Hosting company makes exceptions for outbound connections only by IP addresses, not domain names, so I have to get the correct IP address for whatever outbound destinations CMSMS and modules need.)
Plus, my new installation is showing these 2 issues.
1.
System Information is showing:
Test for remote URL (test_remote_url):
Failure
2.
Module Manager screen is showing:
Warning: uasort() [function.uasort]: The argument should be an array in /home/u6/rghgeo/html/modules/ModuleManager/ModuleManager.module.php on line 351
Warning: Invalid argument supplied for foreach() in /home/u6/rghgeo/html/modules/ModuleManager/ModuleManager.module.php on line 364
and
"Although a connection was successfully made to the specified module repository. It appears that this repository is not yet sharing any modules"
I don't know if all these things are related, and, I had seen somewhere that CMSMS needs to connect to dev.cmsmadesimple - which I haven't seen in the install.
Thanks
(Hosting company makes exceptions for outbound connections only by IP addresses, not domain names, so I have to get the correct IP address for whatever outbound destinations CMSMS and modules need.)
Plus, my new installation is showing these 2 issues.
1.
System Information is showing:
Test for remote URL (test_remote_url):
Failure
2.
Module Manager screen is showing:
Warning: uasort() [function.uasort]: The argument should be an array in /home/u6/rghgeo/html/modules/ModuleManager/ModuleManager.module.php on line 351
Warning: Invalid argument supplied for foreach() in /home/u6/rghgeo/html/modules/ModuleManager/ModuleManager.module.php on line 364
and
"Although a connection was successfully made to the specified module repository. It appears that this repository is not yet sharing any modules"
I don't know if all these things are related, and, I had seen somewhere that CMSMS needs to connect to dev.cmsmadesimple - which I haven't seen in the install.
Thanks
Re: Where do I set the URL for test_remote_url after install?
Yes are relative, MM and check in Global settings must have a external connection to dev.cmsmadesimple.org (forge)symbolist wrote: I don't know if all these things are related, and, I had seen somewhere that CMSMS needs to connect to dev.cmsmadesimple - which I haven't seen in the install.
remote test url (to dev...) is present in System information and in install/upgrade (step 2)
Alby
Re: Where do I set the URL for test_remote_url after install?
Ok, but how do I address the error messages shown above?
As it stands now, I'm supposing that ModuleManager is broken based on the two error msgs, and the remote module repository is apparently not sharing any modules...
As it stands now, I'm supposing that ModuleManager is broken based on the two error msgs, and the remote module repository is apparently not sharing any modules...
Re: Where do I set the URL for test_remote_url after install?
MM: Preferences tab
Global Settings/System Informations are hardcoded in php
Alby
Global Settings/System Informations are hardcoded in php
Alby
Re: Where do I set the URL for test_remote_url after install?
In ModuleManager.module.php, the module repository shows hardcoded as http://modules.cmsmadesimple.org/soap.p ... Repository ; is that correct and the one you're referring to?
It appears not to be working (or sharing) , and why does CMSMS need an FTP connection to dev.cmsmadesimple.org ?
It appears not to be working (or sharing) , and why does CMSMS need an FTP connection to dev.cmsmadesimple.org ?
Re: Where do I set the URL for test_remote_url after install?
No hardcoded in php file (include.php and lib/test.functions.php), if it's a preference then is not hardcodedsymbolist wrote: In ModuleManager.module.php, the module repository shows hardcoded as http://modules.cmsmadesimple.org/soap.p ... Repository ; is that correct and the one you're referring to?

Try reverse modules.cmsmadesimple.org to IP address
Alby