Installed MP on Arivixe, installed In Site Analytics Pro not showing in Admin

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
5/26/2014 3:15:43 PM
Gravatar
Total Posts 5

Installed MP on Arivixe, installed In Site Analytics Pro not showing in Admin

I just installed MP 2.4.0.3 on a new Arvixe account. I did the unpack and install myself, and the basic package worked fine. When I unpacked the In Site Analytics Pro (version 1.0.0.4), it seemed to install OK but when I go to the admin page, there is no configuration icon to click on to configure it. I tried re-installing the Analytics Pro package, but same results as before. 

Then, I added these keys to user.config:

<add key="stsAnalytics:AnalyticsEmail" value="me@mydomain.com" />
<add key="stsAnalytics:AnalyticsPassword" value="xxxxxxxxxx" />
<add key="stsAnalytics:AnalyticsProfileId" value="ga:UA-xxxxxxxx-1" />

The map and stats control can be placed, but there is no data showing on them. I checked my analytics page and there is data which should be showing. 

I can access user.config and the SQL Server database through SQL Management studio, so I cant work on the tables if need be. I don't want to reinstall MP because I have a lot of content on there already. 

Thanks in advance,

John

5/26/2014 3:46:19 PM
Gravatar
Total Posts 18439

Re: Installed MP on Arivixe, installed In Site Analytics Pro not showing in Admin

Create a file analyticslink.config and put it at /Data/Sites/[SiteID]/supplementaladminmenulinks/

the contents of the file should be:

<?xml version="1.0" encoding="utf-8" ?>
<adminMenuLinks>
<adminMenuLink  
            resourceFile="stsAnalyticsResources" 
            resourceKey="AnalyticsMenuLink" 
            url="~/Analytics/Default.aspx"
            visibleToRoles="Admins;Content Administrators;"
      cssClass="AnalyticsMenuLink"
        />
</adminMenuLinks>

See also Adding Custom Items to the Admin Menu.

Note that the In Site Analytics Pro product has been discontinued quite a while ago, is no longer on sale and technically is no longer supported. As far as I know it should still work but at some point I expect google will discontinue the API it uses which is why we discontinued it. At that point it will stop working but as far as I know they have not done that yet. We only sold 7 copies of it and it would be a huge amount of work to re-write it using their newer APIs.

Hope that helps,

Joe

 

5/26/2014 4:08:22 PM
Gravatar
Total Posts 5

Re: Installed MP on Arivixe, installed In Site Analytics Pro not showing in Admin

Hi Joe,

That worked, thank you!

I guess I was one of the seven people that purchased it.

I'm back on mojoPortal after playing with WordPress, and I didn't think to check the status of the packages I bought before.

Thanks again!

John

You must sign in to post in the forums. This thread is closed to new posts.