Site-Manager icon indicating copy to clipboard operation
Site-Manager copied to clipboard

UNABLE TO COMMUNICATE WITH SITE

Open interfacecreation opened this issue 12 years ago • 10 comments

Hi

just installed the module and I am getting "UNABLE TO COMMUNICATE WITH SITE" in site overview.

What seems to be a bit odd is that the remote installs have a very high Action ID eg 25032012.

The dev tool spits out "XMLHttpRequest cannot load http://mylocalsite/?ACT=25032012&site_id=1&k=b89a541ff5458ad6f9882034aad995ef&method=ping"

The monitored site is on EE version 2.5.3. The client manager is running on 2.5.2.

Any ideas?

interfacecreation avatar Oct 29 '12 09:10 interfacecreation

Hmm, that Action ID does seem strange.

Can you able to check in the EE database for the site where you have installed Site manager server and look for a table called exp_actions? This table should list out all the Actions that have been setup and there should be a record for the "Site_manager_server" module.

Can you verify that the Action IDs match what you are seeing in the site setup (e.g. 25032012)?

ckimrie avatar Oct 29 '12 19:10 ckimrie

The Action Id is the same: 25032012.

interfacecreation avatar Oct 30 '12 06:10 interfacecreation

What happens when you enter the URL directly I to the browser address bar? Do you get an error?

ie: http://mylocalsite/?ACT=25032012&site_id=1&k=b89a541ff5458ad6f9882034aad995ef&method=ping

ckimrie avatar Oct 30 '12 19:10 ckimrie

I'm getting the same error message, but more specifically I'm getting this:

Severity: Warning

Message: require_once(Rijndael.php) [function.require-once]: failed to open stream: No such file or directory

Filename: core/Loader.php(727) : eval()'d code

Line Number: 70

litzinger avatar Nov 05 '12 22:11 litzinger

I'm getting the same error, but when I do your URL up above on either my production server or my local machine I just get the expression engine error of

The action you have requested is invalid.

gregwhitworth avatar Jan 20 '13 03:01 gregwhitworth

Thinking this might be a case sensitive filenaming issue. Like @litzinger mentioned, it looks like it is unable to load the encryption library. Looking into it.

ckimrie avatar Jan 21 '13 23:01 ckimrie

Thanks for taking a look, I love the concept of your project as it drives me crazy having to move the DB everytime I make theme changes that have new channels.

gregwhitworth avatar Jan 21 '13 23:01 gregwhitworth

Was there ever a solution for the problem @litzinger noted? I'm in the same boat at the moment. Would love to know if there was a way around it.

Thanks!

dandeckr avatar Aug 24 '13 02:08 dandeckr

Never mind, looks like providing an explicit path to:

PATH_THIRD."site_manager_server/helpers/phpseclib/Crypt/Rijndael.php

took care of it!

dandeckr avatar Aug 24 '13 02:08 dandeckr

Was having problems with not being able to communicate with site. @danieldecker's line actually fixed my problem as well, can this be changed and merged?

imjakechapman avatar Jan 28 '14 01:01 imjakechapman