Forum Activity for @ultrajam

SteveX
@ultrajam
12/01/16 09:52:57AM
2,584 posts

Error updating dev site


Jamroom Developers

Hi Brian

It looks that way, I can't update any site locally from either work or home but hosted sites are fine.

I'll look further tomorrow.

Thanks!
SteveX
@ultrajam
12/01/16 07:23:16AM
2,584 posts

Error updating dev site


Jamroom Developers

Trying another local site, this one not on ssl, I just get the following error:
Quote: Unable to download update from update server (2)
SteveX
@ultrajam
12/01/16 07:14:24AM
2,584 posts

Error updating dev site


Jamroom Developers

I have a site on localhost which I have used for getting updates locally.

I hadn't subscribed to the beta channel so before I started updating to JR6 it was running 5.3.6

Very soon after starting to update the core I got a white page error, with this in the log.
Quote:
[SteveX] Query Error: Data too long for column 'log_text' at row 1

[SteveX] jrCore_load_url: https://www.jamroom.net/networkmarket/browse?type=module&c[] =stable&c[] =imWcTD1VKBWpFXLY&c[] =DXn4xwovnFgxsxov returned code 0 - error #60 (SSL certificate problem: unable to get local issuer certificate)
The system now shows as running 6.0.0, but I can't access the marketplace update page without the error so I can't update the modules and skins.

I have run the integrity check with repair modules checked.

If I visit /marketplace/browse I get a within page error:
Quote: An error was encountered trying to communicate with the Active Marketplace
make sure the Marketplace URL is set correctly in Tools -> Marketplace Systems.

I tried changing to not use ssl, but still the same result.

The rest of the site seems to be working normally as far as I can see.
updated by @ultrajam: 03/19/17 02:03:27PM
SteveX
@ultrajam
12/01/16 02:30:02AM
2,584 posts

Truncated description causes missing div tag


Jamroom Developers

Developer Networks"]
Thanks Steve!
I tried that function and it did resolve the issue.
{$item.discuss_description|jrCore_strip_html|truncate:120}

I don't know why that didn't work for you.

I have just used this to fix the same problem on a site:
{$item.items_text|jrCore_strip_html|truncate:200:"..."}
It works perfectly.
SteveX
@ultrajam
11/29/16 06:04:26AM
2,584 posts

Follow me ssl browser issues


Jamroom Developers

When you switch to https within the ACP all your internal links should change to https.

Do you have a second ssl solution in play at the same time?
SteveX
@ultrajam
11/29/16 04:16:56AM
2,584 posts

Follow me ssl browser issues


Jamroom Developers

Have you switched your site to use ssl and then emptied the caches? When I click a link to your profile page from the home page I see errors like
Quote: Blocked loading mixed active content "http://centricbeats.com/data/cache/jrFollowMe/S0b0193d5cfcf8820ebdb8f7d459a72f8.css"
SteveX
@ultrajam
11/29/16 03:59:43AM
2,584 posts

Follow me ssl browser issues


Jamroom Developers

It's not really possible to read that as you have compressed and encoded the html?

Do you have a link?
SteveX
@ultrajam
11/29/16 02:58:53AM
2,584 posts

Follow me ssl browser issues


Jamroom Developers

Look at the source of your page and find where you have a link to a script which starts with http://

That will need to be changed to https:// if you want to use ssl
SteveX
@ultrajam
11/29/16 02:53:40AM
2,584 posts

Managing power users


Using Jamroom

The $owner array will contain user data like this:
Quote: _created => "1456233333"
_profile_id => "1076"
_updated => "1475156456"
_user_id => 77
user_active => "1"
user_email => "stevex@blah.com"
user_group => "user"
user_image_extension => "jpg"
user_image_height => "768"
user_image_name => "user_image.jpg"
user_image_size => "33658"
user_image_time => "1464777777"
user_image_type => "image/jpeg"
user_image_width => "1164"
user_jrGoogleAnalytics_cid => "6786786768-262c-4d5a-926b-sdfgsdfg"
user_jrTips_enabled => "on"
user_language => "en-US"
user_last_login => "1475147751"
user_name => "SteveX"
user_validate => "4e94d345345e232343242435"
user_validated => "1"
  55