Activity Remote plugin not working on any site..!?

More
09 Oct 2012 18:10 #216 by GammX1
Hi Davide,
Both promissed sites are up & running!. Your login data has been sent to your direct email address.

hi, on 2.5 sites is the plugin working?I just found a little typo on 1.5 params that doesn't throw any error, but it prevents the plugin from working.


>> Both created sites are j2.5.7 and confirmed that the Tracktime Plugin is not working running inside this new, clean & fresh sites.
>> Please, email me the new version of the plugin and I'll be very happy to test it (from a j15 site to a j25 site) and reporting you the results.

Waiting your feedback,
Rgrds,
GammX1

Please Log in to join the conversation.

More
10 Oct 2012 13:00 - 10 Oct 2012 16:24 #217 by admin
Hi, using your two test sites, you ran some tests.

The outgoing connection is ok, the problem relies on the incoming one.
To avoid any kind of interference, I created a vanilla-php page, where I cURL some urls.
	curl_init('www.google.com');  		// err_code: 0 - Everything ok
	curl_init('www.fabbricabinaria.it');	// err_code: 0 - Everything ok
	curl_init('test_url');	// err_code: 7 - couldn't connect to host
However, if I try the same script from my site, things are different:
	curl_init('www.google.com');  		// err_code: 0 - Everything ok
	curl_init('www.fabbricabinaria.it');	// err_code: 0 - Everything ok
	curl_init('test_url');	// err_code: 0 - Everything ok
So it seems that there is any server configuration, preventing the call from plugin-site to component-site.

You should contact your sysadmin, I hope the hints I gave you could help.
Last edit: 10 Oct 2012 16:24 by admin.

Please Log in to join the conversation.

More
10 Oct 2012 14:26 - 10 Oct 2012 14:33 #218 by GammX1
Hi,
I'm the sysadmin for both involved VPS servers at Gigas.com (running under CGI/FastCGI under PHP fcgid_module) and I'm sure it is not an isolate issue only on them...
I'm Web admin 2 sites hosted at ' Rochen (USA) ' and another one at ' CloudAccess.net (Chicago - USA) . Both Hosting suppliers are very well known inside the Joomla! community because the use the following Server configuration specially recomended for CMS (Joomla!, Wordpress... etc):
- Rochen (USA: CPanel under CGI+suPHP for VHM)
- CloudAccess.net:: CGI/FastCGI (PHP fcgid_module)
The worst thing is that TrackTime/ Tracktime Plugin fails working when the tracktime plugin site is hosted on those servers, too
>> I recommend you to install a Tracktime Plugin site (or better both tracktime sites 1 with the component and the other with the plugin) within a 30 Days FREE DEMO at CloudAccess.net and to check if works there, too
I will keep you the test sites during some days more (I hope you will detect what is happening)
Rgrds
Last edit: 10 Oct 2012 14:33 by GammX1.

Please Log in to join the conversation.

More
10 Oct 2012 14:38 #219 by admin
did you have any firewall?

has you can see, there isn't any "fancy" function, just a simple curl_init function, you can test it on yourself, too.

the main problem seems rely on the main component site, that block the incoming data sent from the plugin-site.

however i'll give a try with CloudAccess demo.
thanks

Please Log in to join the conversation.

More
10 Oct 2012 15:06 #220 by GammX1

did you have any firewall?

>> No other firewall outside the provided by AdminToolsPro ( and I verified that you deactivated it and set a default .htaccess file for your test)

Following your guidelines, I'll build a Tracktime component site at cloudaccess.net, too. I'll keep you informed,
Thanks for all you efforts,

Please Log in to join the conversation.

More
10 Oct 2012 16:18 - 10 Oct 2012 16:18 #221 by GammX1
BTW... Please re-edit the URL mentioned on your post #217 (always better not to mention the real test URL's/ domain's on public access forums)
Thanks
Last edit: 10 Oct 2012 16:18 by GammX1.

Please Log in to join the conversation.

Time to create page: 0.609 seconds