closed Jamroom 5.3 Beta Kickoff

brian
@brian
9 years ago
10,148 posts
Make sure and check out the new Blog Post that covers a lot of the new features:

https://www.jamroom.net/the-jamroom-network/blog/74/jamroom-53-kickoff

We'll be working hard over the next 1-2 weeks to get 5.3 out of beta and into Stable - of you'd like to help us with the new updates, make sure you are set to receive updates on the BETA jamroom.net channel - as Master Admin, log in to your Jamroom and go to:

ACP -> Core -> Marketplace -> Tools -> Release Channels

Click on the "Make Active" button for the BETA channel. Then, go to System Updates and you should see the new Core. After updating you'll see the new module updates as well.

Please let us know if you see any issues - we really hope you like Jamroom 5.3!

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

updated by @brian: 01/23/16 07:07:28AM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
still having the issues with non closing tags www.dreadlockssite.com activity feed pages 3-4+


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
gary.moncrieff
gary.moncrieff
@garymoncrieff
9 years ago
865 posts
I would think the cleanup part happens on submit so like any database it won't sort out items already in the data stores. Just my guess.
soaringeagle
@soaringeagle
9 years ago
3,304 posts
ah good point so i will watch for new occurrences and not worry boit old ones

should have realized that


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
with new player type enabled i get this on uploaded videos

{jrCore_media_player} invalid value received for "type" parameter

every single 1 of them in fact


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/10/15 06:36:00PM
gary.moncrieff
gary.moncrieff
@garymoncrieff
9 years ago
865 posts
I think support has to be added to skins first for this to work.
soaringeagle
@soaringeagle
9 years ago
3,304 posts
ok so switching to the old player theme should fix it back in a sec to verify

nope
still hunting
btw the player selection is in skin settings


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/10/15 07:58:26PM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
made progress got bluemonday (yuck) working

tried every player only blue monday works even the old dark player i used to use doesnt work
blue mondayy looks like crap in my layourt


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/10/15 08:12:46PM
michael
@michael
9 years ago
7,714 posts
Just had the same issue here. Found the solution, on a regular skin, eg elastic, go to:
ACP -> SKINS -> GLOBAL CONFIG -> PLAYERS

Select the player type from the dropdown list and save the changes. That will get the player to show.

I know your on a custom skin, so the location for making that option appear comes from the skins config.php file

for elastic thats:
/skins/jrElastic/config.php

and for elastic, its this option:

    // Player Type
    $_ptype  = array(
        'blue_monday'          => 'Blue Monday Player',
        'gray_overlay_player'  => 'Gray Overlay Player',
        'midnight_player'      => 'Midnight Player',
        'black_overlay_player' => 'Black Overlay Player',
    );
    $_tmp = array(
        'name'     => 'player_type',
        'label'    => 'Player Type',
        'help'     => 'Select the type of player you want to use on your site.Original = Blue Monday New = New Light Player',
        'type'     => 'select',
        'options'  => $_ptype,
        'default'  => 'black_overlay_player',
        'order'    => 30,
        'section'  => 'Players'
    );
    jrCore_register_setting('jrElastic', $_tmp);

So if you add that option to your skins config.php file and change the bits that read 'jrElastic' to your skins name, clear the caches you should be good to go again.
soaringeagle
@soaringeagle
9 years ago
3,304 posts
still doing same thing


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
nevermind i got it, not sure how i think the integrity check with cjear cache did it


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
omg my posts an replies finaly show up in the activity feed too


so far 1 bug and a few dozen things to love

great job


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
pagination bug still exists had to use list_pager.tpl from 2 or 3 versions back
5.2.40
5.2.41 had the pager bug and every version since has


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
douglas
@douglas
9 years ago
2,790 posts
soaringeagle:
with new player type enabled i get this on uploaded videos

{jrCore_media_player} invalid value received for "type" parameter

every single 1 of them in fact

The latest Audio, Playlist and Video modules have a fix for this.

Skin updates will be coming shortly


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
brian
@brian
9 years ago
10,148 posts
soaringeagle:
pagination bug still exists had to use list_pager.tpl from 2 or 3 versions back
5.2.40
5.2.41 had the pager bug and every version since has

I cannot replicate this. Can you point me to a URL where:

- the "next" page link is incorrectly showing on the LAST page of a result set
- AND when clicked, the next page is EMPTY but still shows the pager?

Make sure you are actually using the latest list_pager.tpl from the JR core.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
perrie
@perrie
9 years ago
435 posts
I just installed the new beta core and did an integrity test, cleared the caches, and things haven't changed a bit. I am still having formatting issues on the homepage with the lower middle half and the whole right side not loading in Chrome and Safari , I have members who have their personal pages with bad formatting although the lost avatar issue is gone. The site builder tab is formatted wrong (it is italicized). When this happens I can't use site builder. If I refresh over and over, I can catch a full page once in awhile, and that is when I can use site builder (I use it daily to change the news story). I really need help in resolving this.

Here is my current dashboard:
updated by @perrie: 11/11/15 09:45:54AM
derrickhand300
@derrickhand300
9 years ago
1,353 posts
None of my videos will play
Capture.JPG.jpg
Capture.JPG.jpg  •  29KB

derrickhand300
@derrickhand300
9 years ago
1,353 posts
Also cannot download the latest b2 system core update-getting error message
Capture.JPG.jpg
Capture.JPG.jpg  •  57KB

douglas
@douglas
9 years ago
2,790 posts
We are aware of the player issues and are working on a fix.

As for not being able to update, can you send us your site URL and admin login so we can check it out?

Thanks!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
brian
@brian
9 years ago
10,148 posts
soaringeagle:
still having the issues with non closing tags www.dreadlockssite.com activity feed pages 3-4+

This should be fixed in Jamroom Core 5.3.0b2 - update, reset caches and let me know if you still see any issues.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
perrie
@perrie
9 years ago
435 posts
OK update,

My formatting issues are gone! I am having the same bug as derrickhand with the videos not playing. That was not an issue before this update, fyi.
derrickhand300
@derrickhand300
9 years ago
1,353 posts
Also cannot restore system core version 5.2.41
I get an error "invalid item version"
I dont subscribe to paid support so cannot use the support@jamroom.net email address
Do you have another I can send log in info to?
I would like to roll back if possible so things work again-I was actually unaware I had "Beta" releases checked in the marketplace- i have it unchecked now
Thanks
Capture.JPG.jpg
Capture.JPG.jpg  •  24KB

brian
@brian
9 years ago
10,148 posts
Go ahead and send an email to us - it will come through, it just won't go into our Priority queue - send your FTP login and password as well (or SSH is better if you have it) can I can fix you up.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
derrickhand300
@derrickhand300
9 years ago
1,353 posts
Thanks- just sent them
soaringeagle
@soaringeagle
9 years ago
3,304 posts
i changed it to the old pager template but it was an issue in every version since that 1 ill include the code for each
also www.dreadlockssite.com
activity feed
anytime anyone quotes anyone in the forums i get this nesting going on
this only started with the last version maybe the 1 before
heres the screenshot but ill add the template codes 1st

default
{* prev/next page profile footer links *}
{if $info.prev_page > 0 || $info.next_page > 0}
    <div class="block">
        <table style="width:100%">
            <tr>
                <td style="width:25%">
                    {if $info.prev_page > 0 && $info.prev_page != $info.this_page}
                        {if isset($pager_load_id)}
                            <a onclick="jrCore_load_into('{$pager_load_id}','{$pager_load_url}/p={$info.prev_page}')">{jrCore_icon icon="previous"}</a>
                        {else}
                            <a href="{$info.page_base_url}/p={$info.prev_page}">{jrCore_icon icon="previous"}</a>
                        {/if}
                    {/if}
                </td>
                <td style="width:50%;text-align:center">
                    {if $info.total_pages > 1 && (!isset($pager_show_jumper) || $pager_show_jumper == '1')}
                        <form name="form" method="post" action="_self">
                            {if isset($pager_load_id)}
                                <select name="pagenum" class="form_select list_pager" style="width:60px;" onchange="jrCore_load_into('{$pager_load_id}','{$pager_load_url}/p=' + $(this).val());">
                            {else}
                                <select name="pagenum" class="form_select list_pager" style="width:60px;" onchange="window.location='{$info.page_base_url}/p=' + $(this).val();">
                            {/if}
                            {for $pages=1; $pages <= $info.total_pages; $pages++}
                                {if $info.this_page == $pages}
                                    <option value="{$info.this_page}" selected="selected">{$pages}</option>
                                {else}
                                    <option value="{$pages}">{$pages}</option>
                                {/if}
                            {/for}
                            </select>&nbsp;/&nbsp;{$info.total_pages}
                        </form>
                    {else}
                        {$info.this_page}
                    {/if}
                </td>
                <td style="width:25%;text-align:right">
                    {if $info.next_page > 0}
                        {if isset($pager_load_id)}
                            <a onclick="jrCore_load_into('{$pager_load_id}','{$pager_load_url}/p={$info.next_page}')">{jrCore_icon icon="next"}</a>
                        {else}
                            <a href="{$info.page_base_url}/p={$info.next_page}">{jrCore_icon icon="next"}</a>
                        {/if}
                    {/if}
                </td>
            </tr>
        </table>
    </div>
{/if}

fixed using the pager code from 3 versions ago
{* prev/next page profile footer links *}
{if $info.prev_page > 0 || $info.next_page > 0}
    <div class="block">
        <table style="width:100%">
            <tr>
                <td style="width:25%">
                    {if $info.prev_page > 0 && $info.prev_page != $info.this_page}
                        {if isset($pager_load_id)}
                            <a onclick="jrCore_load_into('{$pager_load_id}','{$pager_load_url}/p={$info.prev_page}')">{jrCore_icon icon="previous"}</a>
                        {else}
                            <a href="{$info.page_base_url}/p={$info.prev_page}">{jrCore_icon icon="previous"}</a>
                        {/if}
                    {/if}
                </td>
                <td style="width:50%;text-align:center">
                    {if !isset($pager_show_jumper) || $pager_show_jumper == '1'}
                        <form name="form" method="post" action="_self">
                            {if isset($pager_load_id)}
                                <select name="pagenum" class="form_select list_pager" style="width:60px;" onchange="jrCore_load_into('{$pager_load_id}','{$pager_load_url}/p=' + $(this).val());">
                            {else}
                                <select name="pagenum" class="form_select list_pager" style="width:60px;" onchange="window.location='{$info.page_base_url}/p=' + $(this).val();">
                            {/if}
                            {for $pages=1; $pages <= $info.total_pages; $pages++}
                                {if $info.this_page == $pages}
                                    <option value="{$info.this_page}" selected="selected">{$pages}</option>
                                {else}
                                    <option value="{$pages}">{$pages}</option>
                                {/if}
                            {/for}
                            </select>&nbsp;/&nbsp;{$info.total_pages}
                        </form>
                    {else}
                        {$info.this_page}
                    {/if}
                </td>
                <td style="width:25%;text-align:right">
                    {if ($info.next_page > 0 && $info.next_page <= $info.total_pages) || $pager_show_jumper === 0}
                        {if isset($pager_load_id)}
                            <a onclick="jrCore_load_into('{$pager_load_id}','{$pager_load_url}/p={$info.next_page}')">{jrCore_icon icon="next"}</a>
                        {else}
                            <a href="{$info.page_base_url}/p={$info.next_page}">{jrCore_icon icon="next"}</a>
                        {/if}
                    {/if}
                </td>
            </tr>
        </table>
    </div>
{/if}


note this is only nested 1 level often it gets nested 5 or 6 levels
also no quoted text is included when logged out!
i'll include logged out screenshots too
1.jpg
1.jpg  •  306KB

2.jpg
2.jpg  •  310KB

3.jpg
3.jpg  •  327KB

4.jpg
4.jpg  •  314KB




--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
derrickhand300
@derrickhand300
9 years ago
1,353 posts
Brian-in the email I said I thought the core just updated...but I just checked and its still the b1 core...
soaringeagle
@soaringeagle
9 years ago
3,304 posts
damn your good you fixed both problems while i was posting that haha
love u guys


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
corection pager issue still exists
https://www.dreadlockssite.com/dreadlocks-forums/forum/dread-maintenance/111210/dreads-looking-fluffy-and-flaking-out/p=10

let me know when you have verified so i can fix it myself again

comparing pager tpl
between b1 and b2 they are identical
there was no change if there was you forgot to include it in the package

this was an ongoing issue for several versions, it was fixed in 1, resurfaced in the next and has remained for a fw versions now


stepped back version by version 40 is when it worked corectly
39 or 38 is when it had the back arrow on page 1 the forward on last page
40 is the version that works as it should


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/11/15 10:53:07AM
brian
@brian
9 years ago
10,148 posts
soaringeagle:
comparing pager tpl
between b1 and b2 they are identical
there was no change if there was you forgot to include it in the package

no changes should be needed - it SHOULD be correct. Does it only happen in your forum?


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
9 years ago
10,148 posts
Actually nevermind - I've reproduced it here on my dev site forum and am fixing it.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
9 years ago
10,148 posts
Update to Profile Forum 1.8.0b2 and let me know if that fixes the pagination issue.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
awesome ill let u know


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
fixed your the best


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
derrickhand300
@derrickhand300
9 years ago
1,353 posts
I just got the b2 update installed and it fixed the video...problem with event calendar screwing up now though

https://www.jamroom.net/the-jamroom-network/forum/my_posts/34871/event-calendar-is-screwed-up
updated by @derrickhand300: 11/11/15 02:14:07PM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
u dont use event calander much but last event posted i see this on the details page
CRI: Query Error: Table './greentec_jam/jr_jrcore_form' is marked as crashed and last (automatic?) repair failed

thats the same issue i had with banned items'


is that what your seeing


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
if so running mysqlcheck --check --auto-repair --all-databases via ssh fixed it

but thats 1 of 2 tables that have crashed many times for me


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
derrickhand300
@derrickhand300
9 years ago
1,353 posts
No Never saw that- just days of the calendar were wrong- event times were wrong- would not remove past events etc etc...I just removed it...Im going to try and find a 3rd party event calendar that's easier to work with -I have SEVERAL long days of work in creating this one...Im not wasting another minute in it. :)
updated by @derrickhand300: 11/11/15 03:36:44PM
brian
@brian
9 years ago
10,148 posts
derrickhand300:
No Never saw that- just days of the calendar were wrong- event times were wrong- would not remove past events etc etc...I just removed it...Im going to try and find a 3rd party event calendar that's easier to work with -I have SEVERAL long days of work in creating this one...Im not wasting another minute in it. :)

I think if you had used the Events module "stock" as it comes, it likely would have worked for you. I can't imagine that integrating a 3rd party calendar system is going to be easier, but maybe it will be.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
3rd party most likely is javascript or iframe
either way completely ivisible to search engines


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
SteveX
SteveX
@ultrajam
9 years ago
2,584 posts
They can 'see' both javascript and iframes.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
soaringeagle
@soaringeagle
9 years ago
3,304 posts
no, they cant try using the "view as googlebot' took]l anything inserted via javascript or iframe is invisible to bots
yea they might see theres javascript or iframe code but they dont parse it they dont read whats loaded by the scrip or the iframe

the contents are ignored

simple test
make a page with this is a test as text in the page
make 2 other pages 1 that loads that page into it using js 1 that loads it in an iframe then view as googlebot you will see pretty much an empty body only the header info


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/11/15 04:33:12PM
derrickhand300
@derrickhand300
9 years ago
1,353 posts
It never worked "stock" either as the check box for stop showing events that have past never worked.
I really thought the form designer was supposed to be the trick to modifying everything including the event module...I also cannot get it to work with the photo galleries...sorry I dont understand
soaringeagle
@soaringeagle
9 years ago
3,304 posts
callander view i think will always show all events past and furture
standard view is what the stop showing passed events is for i think

what are you trying to get to work for photo galleries


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
derrickhand300
@derrickhand300
9 years ago
1,353 posts
Yes "Calendar View" was the part that kept showing past events...

Well I am trying to make default galleries so that anytime someone uploads an image it has to go in one of the default galleries.
To do this I made 6 categories to choose from in the form designer ( in the gallery_title field)

Then I used item list code to display each gallery by gallery title...but when someone uploads an image and selects a gallery- the image still creates its own gallery and does not display in the default gallery that was made for it
updated by @derrickhand300: 11/12/15 08:18:55AM
Strumelia
Strumelia
@strumelia
9 years ago
3,603 posts
soaringeagle:
omg my posts an replies finaly show up in the activity feed too

Soaring, two questions-
Is this now showing for forum posts AND group discussion posts?
And is it happening now just for you as Master admin, or for your profile admins as well?

(obviously I have not installed the new beta yet, but would love to know this)


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
soaringeagle
@soaringeagle
9 years ago
3,304 posts
it is more then just forum posts its in my custom page too wich never did this before!
http://www.dreadlockssite.com/highest-rated-photos/p=1027
actually its a slightly diferent bug
it does end at http://www.dreadlockssite.com/highest-rated-photos/p=3982
but the way it is counting the pages is wayyyyyyyyyyyyyyyyyyyyyyyyyy off

just to be certain here is my template codes

weird noticied that the counts are right on, however
the issue is that the photos only display hile logged in unless there is a rating on them
<div class="item photosearch"><h3><a href="{$jamroom_url}/gallery">Uploaded Photos</a> <a href="{$jamroom_url}/flickr">Flickr Photos</a></h3></div>
{jrSeamless_list modules="jrFlickr,jrGallery" pagebreak="16" pager=true order_by="*_rating_overall_average_count desc" template="newest_galleries.tpl" page=$_post.p}
so
i think its something in the core or the ratings module that only displays ones that actually have been rated unless your logged in

this isnt good but i know you will fix it fast



--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/12/15 12:17:06PM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
Strumelia:
soaringeagle:
omg my posts an replies finaly show up in the activity feed too

Soaring, two questions-
Is this now showing for forum posts AND group discussion posts?
And is it happening now just for you as Master admin, or for your profile admins as well?

(obviously I have not installed the new beta yet, but would love to know this)

not sure since my groups arent very active now


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/12/15 12:18:34PM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
derrickhand300:
Yes "Calendar View" was the part that kept showing past events...

Well I am trying to make default galleries so that anytime someone uploads an image it has to go in one of the default galleries.
To do this I made 6 categories to choose from in the form designer ( in the gallery_title field)

Then I used item list code to display each gallery by gallery title...but when someone uploads an image and selects a gallery- the image still creates its own gallery and does not display in the default gallery that was made for it

calander should always show past events i think
but sounds like you would have to do 1 of 3 things im not certain wich
1 add a user-id to the template, but i dont think thats right 2 edit the module itself , the php files so it doesnt create new galleries but picks from a gallery you defined
or 3 create a module that alows you to have predefined galleries
i think 3 is really whats needed
jr guys wil know for sure but just my hunch

what you are doing is adding a feild that says "pick a gallery"
then in the list saying list only these galleries
but you are not having the module itself use the galleries you defined instead you are letting it do its default create new gallery

ah here is an alternative way that you can do it
instead of creating a form field, add the text "if you want your gallery displayed you must follow the help guidelines by clicking the ?
and they will have to add or select from predefined gallery names
the help info can say "only galleries with these names will be displayed
cars for photos of cars
fruit for photos of fruit
pigs for photos of pigs
to have your gallery displayed you must create 1 of these galleries or select from 1 in this list you already created

this way personal galleries will conform to your naming conventions and be listed by the search= or whatever you use to choose the galleries to display

that would be the easy way


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
derrickhand300:
Yes "Calendar View" was the part that kept showing past events...

Well I am trying to make default galleries so that anytime someone uploads an image it has to go in one of the default galleries.
To do this I made 6 categories to choose from in the form designer ( in the gallery_title field)

Then I used item list code to display each gallery by gallery title...but when someone uploads an image and selects a gallery- the image still creates its own gallery and does not display in the default gallery that was made for it

I just did this exact thing here and it is working for me. On the "Create Gallery" screen I clicked on "Form Designer", selected "modify" for the gallery_title field and set things up like I have in my screenshot. It's working for me here.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
any luck finding the cause of my issue with empty pages in the highest rated pages i just checked it is all highest rated everythng pages when logged out not only photos


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
perrie
@perrie
9 years ago
435 posts
Well, I love the new dashboard. Great job guys. So much info in one little space.
soaringeagle
@soaringeagle
9 years ago
3,304 posts
perrie:
Well, I love the new dashboard. Great job guys. So much info in one little space.

well i see a couple new things newsletter subscribers
not sure what else
but a 'bots online" would be nice


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
9 years ago
7,714 posts
the USERS ONLINE tab on the dashboard can show the 'bots online' too if you click the 'Show Bots' button, that toggles between showing just users and showing bots as well.
soaringeagle
@soaringeagle
9 years ago
3,304 posts
i know that just thought if the dashboard could show only the number of bots

but the issue with the unrated items only showing when logged in is a much more pressing issue


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
but the issue with the unrated items only showing when logged in is a much more pressing issue

This should be fixed in the latest Seamless release - update and you should be good.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
derrickhand300
@derrickhand300
9 years ago
1,353 posts
FEATURE REQUEST:
It occurred to me today that a button (on each image-video-photo-blog etc) that would take you directly to that item in the datastore would be helpful in a future release

That way when you need to modify an item in the datastore you do not have to search for it..just a thought
updated by @derrickhand300: 11/13/15 08:09:35AM
derrickhand300
@derrickhand300
9 years ago
1,353 posts
I like the new dashboard too....it makes more SENSE and easier to find stuff
brian
@brian
9 years ago
10,148 posts
derrickhand300:
I like the new dashboard too....it makes more SENSE and easier to find stuff

Glad to hear that - thanks for the feedback :)


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
9 years ago
10,148 posts
soaringeagle:
well i see a couple new things newsletter subscribers
not sure what else

Note that if you are logged in as a master admin, click on one of the "cells" containing info and you'll be able to select from a list of panels that are available on your system - just an FYI in case you didn't know that. You can add in (or remove) panels to get just the info you care about.

Quote:
but a 'bots online" would be nice

I've added "Total User Accounts" and "Bots Online" as new panel options for the next release of the User module.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
brian:
soaringeagle:
but the issue with the unrated items only showing when logged in is a much more pressing issue

This should be fixed in the latest Seamless release - update and you should be good.

Thanks!

eh..kinda fixed but not sure the way id prefer
it doesnt list empty pages but only shows rated items
id personaly prefer it to show all items unrated and rated just rated 1s 1st
but i guess this is ok enough

still what i see logged in is 207 pages of rated vids logged out 10
inseead of logged out 10 with vids but the pagination showing 207

cant the logged in and out match showing all vids on all 207 pages


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/13/15 09:21:19AM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
brian:
soaringeagle:
well i see a couple new things newsletter subscribers
not sure what else

Note that if you are logged in as a master admin, click on one of the "cells" containing info and you'll be able to select from a list of panels that are available on your system - just an FYI in case you didn't know that. You can add in (or remove) panels to get just the info you care about.

Quote:
but a 'bots online" would be nice

I've added "Total User Accounts" and "Bots Online" as new panel options for the next release of the User module.

great
and yes i had used every option already haha only new 1 i saw was the newsletter subscribers


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
cant the logged in and out match showing all vids on all 207 pages

Logged in and logged out users will only see the exact same view if:

- no profiles are set to private or followers only
- no profiles are inactive (inactive profiles are viewable by admin users and the profile owner)


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
brian:
soaringeagle:
cant the logged in and out match showing all vids on all 207 pages

Logged in and logged out users will only see the exact same view if:

- no profiles are set to private or followers only
- no profiles are inactive (inactive profiles are viewable by admin users and the profile owner)

that is not the case
1 sec ill show you
1.jpg
1.jpg  •  61KB




--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
to clarify page 10 ends with the last lowest rated photo


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
So page 11 -> 207 are photos that are NOT rated?


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
exactly they show up when logged in not logged out


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
exactly they show up when logged in not logged out

OK - I will see if I can figure out what's up with that.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
thnx alot


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
thnx alot

This is turning out to be very tricky - I know where the issue is, but working around it without messing with anything else in the DS is proving tricky - I don't have much time left here today but will figure this out.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
appreciate it at least as is bots arent lost in tons of empty pages so is good enough as is for the time being just not how it should be


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
this dont look right
1.jpg
1.jpg  •  120KB




--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
refreshing it worked but then checking clear cache and optimize tables it cleared then optimized a dozen then cleared and optimized the same dozen

3 times before i refreshed and started over

ok it kept getting to jr_jrcomment_item_key
thats where it restarted the 1st try the others it just stopped there
i know its a huge table
but it just stopped running
mysqlcheck --optimize --all-databases
via ssh



--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/13/15 07:43:12PM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
minor bugs aside.... 3 cheers for the amazing work u do


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
Strumelia
Strumelia
@strumelia
9 years ago
3,603 posts
soaringeagle:
minor bugs aside.... 3 cheers for the amazing work u do

You said a mouthful, brother. :)


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
soaringeagle
@soaringeagle
9 years ago
3,304 posts
skin templae compare tool fails to load temmplates..not all it happens on my footer tpl pretty often
see screenshot
1.jpg
1.jpg  •  275KB




--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/14/15 07:05:35AM
brian
@brian
9 years ago
10,148 posts
soaringeagle:
this dont look right

Something is _really_ messed up if you see that - I have never seen that. That is a PHP foreach loop going over each table - there's just no way it should ever show you the same table two times if you checked repair.

I will check this out here to make sure something didn't change, but I've never once seen this happen.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
yea me either
it worked fine in ssh
ill try it again now just to see


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
Have just tested the Integrity check and it is setup correctly. I have no idea how you are seeing multiple entries for the same tables. How it works is the core runs a "SHOW TABLES" query, which returns a single entry for each table. You can try running that and if you get multiples of the same table, then it is a bug in the DB server.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
whats the syntax for mariadb not seeming to work
but i am seeing doubles still
its like it starts over 1/2 way through


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
MariaDB is MySQL compatible - it's the same:

SHOW TABLES;


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
nevermind realized my mistake haha but no duplicates only when i run it in integrity check and i think only when i have both repair and clear cache checked ut cant be sure try that


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
nevermind realized my mistake haha but no duplicates only when i run it in integrity check and i think only when i have both repair and clear cache checked ut cant be sure try that

Clear cache just does a TRUNCATE TABLE on the jr_jrcore_cache table - it's not going to cause any looping.

I've tested here and it is working as it should. Not sure if you are running a "stable" MariaDB or not, but I would make sure you are up to date on your DB packages.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
this time it finished, but it did reset itself once

srry this will be long

(snipped)


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
This is what you should NOT see:

repairing table: jr_jrcore_modal
repairing table: jr_jrcore_menu
repairing table: jr_jrcore_modal
repairing table: jr_jrcore_menu
repairing table: jr_jrcore_modal
repairing table: jr_jrcore_menu
repairing table: jr_jrcore_modal
repairing table: jr_jrcore_menu
repairing table: jr_jrcore_modal
repairing table: jr_jrcore_menu

your SHOW TABLES must be reporting the same table multiple times


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
brian:
soaringeagle:
nevermind realized my mistake haha but no duplicates only when i run it in integrity check and i think only when i have both repair and clear cache checked ut cant be sure try that

Clear cache just does a TRUNCATE TABLE on the jr_jrcore_cache table - it's not going to cause any looping.

I've tested here and it is working as it should. Not sure if you are running a "stable" MariaDB or not, but I would make sure you are up to date on your DB packages.

10.0.23 or 24 i think
its the stable release cpanel supports
they said they would release 10.1. whatever it is to edge in a couple weeks but not to current till months from now


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
no show tables is not
but the repair tables through integrity check just acts weird
the 1 time it liooked like that other times it got to a certain table and restarted
the table it restarts at is not always the same


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
no show tables is not
but the repair tables through integrity check just acts weird
the 1 time it liooked like that other times it got to a certain table and restarted
the table it restarts at is not always the same

I'm going to guess your DB is "going away" or is failing in some other way while the check is running. Look at your db error log.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
heres the restart point in ablove long list

repairing table: cometchat
repairing table: jr_jrgrouppage_item
cometchat is 1st table jrgroupspage_item was where it restarted 1 sec ill run several morre tries and only edit and pate the restart points and will try with and without clear cache


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
weird the modal/menu does repeat often but show tables only has 1 of each
i'm going to dig into phpmyadmin
see if i cant find some clues
somethings odd for sure


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
weird the modal/menu does repeat often but show tables only has 1 of each
i'm going to dig into phpmyadmin
see if i cant find some clues
somethings odd for sure

The the only other option is that PHP's foreach is failing - highly unlikely. You seem to have a lot of strange DB issues, and I suspect that it's something with your server.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
perrie
@perrie
9 years ago
435 posts
I'm having a strange issue with my private groups. The pages take forever to load. Not sure why .
Also, members who are using IE are getting kicked off the site very frequently. These were not issues before the upgrade. Ideas? Fixes?
brian
@brian
9 years ago
10,148 posts
soaringeagle:
exactly they show up when logged in not logged out

This should be fixed in 5.3.0b4 - update and let me know if that works better.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
9 years ago
10,148 posts
perrie:
I'm having a strange issue with my private groups. The pages take forever to load. Not sure why .
Also, members who are using IE are getting kicked off the site very frequently. These were not issues before the upgrade. Ideas? Fixes?

I'm not aware of any issues with IE, so I'm not sure what to recommend - sorry!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
oh crap
after todays beta update i cannot access front page, additionally cant login

i get 503's or timeouts
i'm having to do a restore

also none of the beta change logs say whats changed

pleaee update change loh]\gs with beta changes


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
cpu use was off the scale having to reboot the server


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
pleaee update change loh] \gs with beta changes

You will find the changelog by clicking on the "Changelog" button here:

https://www.jamroom.net/the-jamroom-network/networkmarket/271/system-core


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
my front page says page not found now
im going to change the symlink from b4 to b3
hope that fixes it
b4 is a disaster i think
im pannicking


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
I've been updating all my sites to 5.3.0b4 after the release (I have 15 dev domains on my JR Hosting server, plus my large Genosis site) - I've not seen a single issue. So I'm not sure what to say, but you always seem to have some type of server issue any time you do anything on your site. It's hard for me to know what is JR and what is your server when it comes to the issues you see.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
what would cause the entie front page to be lost
how many dev sites use the older sitebuilder


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
what would cause the entie front page to be lost
how many dev sites use the older sitebuilder

None of my dev sites use the older sitebuilder - I have NO IDEA if core 5.3.0 will work at all with the old site builder. It's no longer even in our repo.

If you are seeing errors you need to look in your web server error log - try restarting your web server as well so any PHP caches are reset.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
confirmed all pages built with sitebuilder cause issues


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
i rebooted the entire server i restarted webserver
it is absolutely a conflicj=t with sitebuilder


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
If it was working with 5.3.0b3, I can't think of anything in b4 that should break it - it's almost all just bug fixes (I created almost 60 new unit tests just for the datastore functions, for example)


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
it causes a huge huge huge cpu load on mysql
when attempting to load any pages created with sitebuilder


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
just a hunch but could it be this
- New: "slow_query_time" parameter for jrCore_list to log slow queries for individual lists


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
just a hunch but could it be this
- New: "slow_query_time" parameter for jrCore_list to log slow queries for individual lists

No - that's not going to do anything unless you specifically add "slow_query_time" as a parameter to a jrCore_db_search function call, which NO ONE is doing yet.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
| 10209 | greentec_jam | localhost | greentec_jam | Query | 1 | statistics | SELECT `_item_id` AS i,`key` AS k,`index` AS x,`value` AS v FROM jr_jrgallery_item_key WHERE `_item_ | 0.000 |

this seems to be whats holding it up still investigating


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
yup trying to access the shop again
| 10771 | greentec_jam | localhost | greentec_jam | Query | 36 | Sorting result | SELECT `_item_id` AS i,`key` AS k,`index` AS x,`value` AS v FROM jr_jrgallery_item_key WHERE `_item_ | 0.000 |
| 10854 | greentec_jam | localhost | greentec_jam | Query | 10 | Sorting result | SELECT `_item_id` AS i,`key` AS k,`index` AS x,`value` AS v FROM jr_jrgallery_item_key WHERE `_item_ | 0.000 |
+-------+-----


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
| 10209 | greentec_jam | localhost | greentec_jam | Query | 1 | statistics | SELECT `_item_id` AS i,`key` AS k,`index` AS x,`value` AS v FROM jr_jrgallery_item_key WHERE `_item_ | 0.000 |

this seems to be whats holding it up still investigating

That's only been running for 1 second - that should not be the issue. I'm surprised it is taking a second though. Note that we don't develop on MariaDB - just an FYI as there certainly could be cases where JR performs much worse on MariaDB than MySQL, and vice versa.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
9 years ago
10,148 posts
soaringeagle:
yup trying to access the shop again
| 10771 | greentec_jam | localhost | greentec_jam | Query | 36 | Sorting result | SELECT `_item_id` AS i,`key` AS k,`index` AS x,`value` AS v FROM jr_jrgallery_item_key WHERE `_item_ | 0.000 |
| 10854 | greentec_jam | localhost | greentec_jam | Query | 10 | Sorting result | SELECT `_item_id` AS i,`key` AS k,`index` AS x,`value` AS v FROM jr_jrgallery_item_key WHERE `_item_ | 0.000 |
+-------+-----

These are from the jrCore_db_get_multiple_items() function (called at the end of jrCore_db_search_items()) - these should NEVER take this long to run - something is messed up here if you're seeing these queries taking 36 seconds. These are "straight up" queries - no joins and WHERE condition only uses primary key. Even on a large datastore (20+ million items) these queries will take less than 100 milliseconds to run.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
9 years ago
10,148 posts
I should add as well - both of those queries are in the "sorting results" stage - that means they are using a temp table - make sure you have enough temp space on your server - if you run out of temp space then those queries will just hang.

Note that there have been no changes in that function for quite some time - it's the same in JR 5.2.4x and earlier.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
i just rebooted the server
tmp is only 6% used
i know it worked fine till the core update

i see
- Change: "_item_id" included if not specified in return_keys parameter to jrCore_db_search_items()

so your saying this is run at the end of th search items and the change _item_id included if not in return key..

it seems likely this is the cause..no?


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
as a test, can you tell me how to edit out that change
or would you like access to my server and test it yourself
this is kinda an emergency as much of my sites not working now


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
i just rebooted the server
tmp is only 6% used
i know it worked fine till the core update

i see
- Change: "_item_id" included if not specified in return_keys parameter to jrCore_db_search_items()

so your saying this is run at the end of th search items and the change _item_id included if not in return key..

it seems likely this is the cause..no?

That's not related. In a jrCore_db_search_items() call you can specify the "return_keys" that you want - this lets you get a subset of keys from the item instead of ALL the item keys. This is used in a few places in JR, but it's not related to your query issue. What this change did is just make it if you do NOT specify "_item_id" in your return_keys array, it is added for you (this is needed by event listeners and it was easy to forget to ask for it, so it is automatic).

The only REAL changes that I believe could have affected you were that some queries have some additional JOIN conditions now (this fixed the pagination issue you reported) - but that's not a problem here because we are already PAST that portion of the search items call - you're getting hung up on a query that it should not be getting hung up on.

Not sure what to recommend to you - roll back to 5.3.0b3 if it was working, or earlier if you can.

If you get a chance, send an email to support [at] jamroom [dot] net with a place where I can download a DB dump of your system (if that is OK with you) - I will load it up here tomorrow on my dev server and put it through it's paces to see if it is a DS issue or something else.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
9 years ago
10,148 posts
soaringeagle:
as a test, can you tell me how to edit out that change
or would you like access to my server and test it yourself
this is kinda an emergency as much of my sites not working now

I apologize but I am not in my office and am actually on my wife's laptop, so I don't have access to anything here - you'll need to roll back.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
how do i roll back to b3 withot doing a complete site restore


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
Just delete the existing symlink and create a new one to the version you want:

cd modules
rm jrCore
ln -s jrCore-release-5.3.0b3 jrCore



--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
hmmm didnt fix it so it must be something funky in the db doing a db restore i'll keep u updated


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
whew its back
ill try core update again srry for assumming it was an issue with the core
just seemed to die when the core update was done


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
corection
argh
testing the highest rated pagination after switching back to b4
the page wont load


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
corection
argh
testing the highest rated pagination after switching back to b4
the page wont load

If it works with b3, but not b4, then there has to be some difference that is causing it. Did you see my response above about getting a dump of your DB? I really could use that to do some testing to try and see what's going on.

Edit: If you can, contact me at support [at] jamroom [dot] net with your server login and I can use mysqldump to grab it.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

updated by @brian: 11/16/15 05:51:24PM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
ok everytime i enable b4 it currupts my db and i gotta restore it


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
ok everytime i enable b4 it currupts my db and i gotta restore it

There's no way the core upgrade is going to "corrupt" your DB - if it is causing actual data corruption, something else is going on at the server level (which seems to be a recurring issue with your server lately).


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
email sent
after multiple tests seems like b4 somehow currupts my database even after switching back to b3 i have to do a db restore

its real confusing

if u need anything else ftp anything i'll let ya clone my whole site if it helps
test the db on both mysql and mariadb 10.0.24

the mysql cpu use went off the charts accessing pages that failed


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
brian:
soaringeagle:
ok everytime i enable b4 it currupts my db and i gotta restore it

There's no way the core upgrade is going to "corrupt" your DB - if it is causing actual data corruption, something else is going on at the server level (which seems to be a recurring issue with your server lately).

well i cant say it currupts the database but still accessing certain pages causes huge cpu spikes those pages wernt loading and couldnt login
its possible it was cache i dunno
i did have to restore the db after everytime i changed the symlink to b4

note also no longer getting email notices from jamroom (this post) even though following


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/16/15 07:54:44PM
brian
@brian
9 years ago
10,148 posts
I believe this should be better now in 5.3.0b5 - another JR customer had the same issue as you updating to 5.3.0b4 (they were still using the "old" site builder"). Update to 5.3.0b5 and let me know if that works better.

Root cause here was that the query builder could construct a portion of the query that contains an "OR" conditional, but was missing some outer parenthesis, which was resulting in what is known as a "cartesian product":

https://en.wikipedia.org/wiki/Cartesian_product

This basically made the number of results coming back be HUGE, so ended up running into the memory limit.

Let me know if that helps.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
thank you i will
and i am not getting any email notices from jamroom anymore
anyone else have this issue


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
The last email I see going out to you was yesterday evening:

Quote:
Delivered: support [@] jamroom.net → (your email) 'RE: Your Priority Support request for Jamroom

Are you following any topics that were updated since then?


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
works great thanks guys ...whew
what a relief that was a nightmare to deal with


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
this topic im following not \getting updates
also the highest rated pg]\]hotos page still has an issue it doesnt load and cpu goes up and up but olet nmy try clearing caches etc


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
hmm sorry i keep editing this i have gotten it o load sometimes but often it wont load...more often then not

edit again seems to be an issue with all gallery pages at lest all gallery pages built in sitebuilder

last edit seems resolved after clear image cache auto repair then optimize db (through ssh) etc
'still seems a lil slow but no more timeouts or non loading issues


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/17/15 02:37:39PM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
brian:
The last email I see going out to you was yesterday evening:

Quote:
Delivered: support [@] jamroom.net → (your email) 'RE: Your Priority Support request for Jamroom

Are you following any topics that were updated since then?
just to thouroughly test i unfollowed and refollowed this
are you using the new autofollow on here?
i added it on my site dunno if its working yet

note i also found after upgrading to b5 the pages that were not working correctly would work after 1st load\

after much testing i believe the key was to restart mysql clearing out cache and buffers

once i did that it appears everything works good...i think



--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/17/15 04:00:16PM
Strumelia
Strumelia
@strumelia
9 years ago
3,603 posts
soaringeagle:
i am not getting any email notices from jamroom anymore
anyone else have this issue

I seem ok- just now got two notices for two JR forum discussions I am following.


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
perrie
@perrie
9 years ago
435 posts
So last night's updates did some strange things on my site.

1. I lost embed off of my text editor, but only in the groups.
2. Either one or both of these two members names are showing up under every other members account. (please see screenshot)
3. From the last update: my timestamp is 5 hours 30 min ahead. No matter how many times I have reset it, it will not take.
4. My groups are still very slow to load.

I have done a full integrity check and cleared the cache.
weird .jpg
weird .jpg  •  34KB

perrie
@perrie
9 years ago
435 posts
Oh I forgot one other oddity, since last night. Many of my groups (not all) are showing funky member lists. Either my sites default avatar (a hat) is showing up or id's. Screenshot included.

And I just checked the groups on my iphone, and the default hat is showing up on the front page instead of the AP picture that should be there and I can't sign in.

Also I just found out that the embed media is also missing from the comment section of the personal pages.
updated by @perrie: 11/17/15 09:19:41PM
perrie
@perrie
9 years ago
435 posts
Soaring,

I got the notification about your posts. Just FYI
gary.moncrieff
gary.moncrieff
@garymoncrieff
9 years ago
865 posts
I may be wrong about this but I think the core isn't updating for me. I installed the initial beta and modules have updated but the core has never. Version shows 5.3.0 and if I try to reload the core it says the version installed is newer than the version in the marketplace.
michael
@michael
9 years ago
7,714 posts
@gary check on the INFO tab, that should show the version installed. For me its at:
ACP -> CORE -> SYSTEM CORE -> INFO

and shows:
5.3.0b1

Might want to check that the TOOLS -> RELEASE CHANNELS has the BETA active too.

After I updated the INFO tab shows:
5.3.0b5
gary.moncrieff
gary.moncrieff
@garymoncrieff
9 years ago
865 posts
I have checked all those multiple times and it says 5.3.0

Beta channel is active, if it wasn't I wouldn't be receiving beta versions of modules.
coreversion.jpg
coreversion.jpg  •  31KB


updated by @garymoncrieff: 11/18/15 05:59:31AM
brian
@brian
9 years ago
10,148 posts
gary.moncrieff:
I have checked all those multiple times and it says 5.3.0

Beta channel is active, if it wasn't I wouldn't be receiving beta versions of modules.

For the first couple hours after the release of 5.3.0b1, it did not have the "b1" in the version - and 5.3.0 > 5.3.0b5. Do this:

- go into your developer tools -> browse database
- in the jr_jrcore_module table find the "module version" field for the "jrCore" module and change it from "5.3.0" to "5.3.0b1".

Reset caches and you should see the update.

Let me know if that helps.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
i am getting random slowness too
mostly as i said on certain pages

i just checked i am not getting the issues you are seeing
i did have to restart mysql after the update

in ssh
run
mysqlcheck --check --auto-repair --all-databases
then service mysql restart after that finishes
see if that fixes those issues


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
i am getting random slowness too
mostly as i said on certain pages

I'm going to suspect that the pages you see are a bit slower include jrSeamless_list calls - let me know if that is the case. Seamless uses A LOT more overhead than a "regular" jrCore_list call, so they will be slower. And with JR 5.3.0 now properly handling items missing keys when being sorted on, the data sets are actually going to be even larger for it to sort.

I've already got it on my todo list to revisit Seamless and see if it can be optimized - I know a lot of sites are using it for combined lists, so if I can make it faster I will.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
i believe they are but im also seeing higher cpu loads under low load conditions
now the router connections are high but the trace is way way too long to copy however the non router conctions i see this i dunno what it means

(snipped)

why the timeouts
do you understand it?

actualy all the rotter processes everything ends with lines like that and timeouts


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/18/15 04:40:22PM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
oh wait new cores out u might have fixedd it b4 i reported it damn it u guys are too good i should always check updates b4 reporting issues lol

nope same


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/18/15 05:06:32PM
gary.moncrieff
gary.moncrieff
@garymoncrieff
9 years ago
865 posts
Hey Brian. I looked at that too the other day and there is no value showing in the module version field in the dB. Is this somewhere hardcoded?
soaringeagle
@soaringeagle
9 years ago
3,304 posts
go into ftp
modules
you will see jrcore n followeed by a buncj of jrcore_release_versionnumbers
jrcore is whats called a symlink or symbolic link
if you click on tht open it in ftp the directory structure at the top should say the version the symlink points to like
jrcore_release_5.3.6b
so thats 1 way to tell swat version is active


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
gary.moncrieff:
Hey Brian. I looked at that too the other day and there is no value showing in the module version field in the dB. Is this somewhere hardcoded?

They can't be or you'd have errors whenever you view your "info" tab for the Core, so I'm guessing you're looking in the wrong DB table. Make sure it is jr_jrcore_module and the column is "module_version". If you still don't see it, shoot us an email with your site login and I will fix you up.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
9 years ago
10,148 posts
soaringeagle:
nope same

I need details on what issues you see - everything SHOULD be working well now.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
well i was seeing higher then normal cpu longer runnig processzes and as i showed above every process had 5=7 lines saying select something..timeout
oddly enough after running the performance test cpu use lowered but slowly climbed back up
right after the performance test i did trace on a process saw no timeouts but then a few min later as cpu went back up started seeing those timeouts again
and only seeing them on processes for that account and even when the actual number of users online is very low

this is only 1 process most had a hell of alot more stuff going on but every process i saw ended thesame way with the same last dozen lines starting where the timeouts start

(snipped)


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
I need the ACTUAL SQL queries - what you have posted above doesn't help me. The next time you see it, run:

SHOW PROCESSLIST;

as root and pick a couple out and post here.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
those arent the sql querries when i do show processlist theres usualy only 1 thats idle if anything this is from the process manager and trace any process related to serving my site they all end the same but ill attempt to catch 1 as its timing out
just not easy to do


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
possibly this but cant be certain

1232176 | greentec_jam | localhost | greentec_jam | Query | 0 | Sending data | SELECT a.`_item_id` AS _item_id FROM jr_jrgallery_item_key a
JOIN jr_jrgallery_item_key b ON (b.`_it | 0.000 |

i think its a php timeout maybe though
but after runing show processlist 10 times that was the only 1 not in sleep state


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
i wonder if this is the cause, lately when i run integrity check, forum verify_db sits in the queue ..forever
i hadnt looked but jujst saw it had a latency of well a very long number a billion seconds possibly a trillion

retested toes go sway up when u acces seamless list pages
takes like 3 times the cpu cycles and 5 times as long to load at least till its cached

but i still should report that verify_db issue
i remember b4 the queue handled it the forum module integrity check locked tables till mysql stopped responding
i assume the queue was used to prevent that table lock freeze up but its not completing and i dont see any activity in show proceslist


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/19/15 11:47:08PM
gary.moncrieff
gary.moncrieff
@garymoncrieff
9 years ago
865 posts
Hey Brian.

See screenshot. I will give you access when I am back home.
PSX_20151120_214327.jpg

brian
@brian
9 years ago
10,148 posts
gary.moncrieff:
Hey Brian.

See screenshot. I will give you access when I am back home.

This is incorrect - you are in the "Alter Table" View - you need to browse the data in the table by clicking the little icon to the left of the table name.

Let me know if that helps.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
9 years ago
10,148 posts
soaringeagle:
i wonder if this is the cause, lately when i run integrity check, forum verify_db sits in the queue ..forever

That is probably correct if you have a large, active forum - it is validating each topic.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
it seems to just stop maybe hitting a timeout
speaking of wich seemless pages timeout semi often still


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
how soon do you think you can look at the seamless module i think every 1st view without primed cache times out
like try this
https://www.dreadlockssite.com/newest-photos
im unsure what to try server side to fix it so it has got to be a seamless issue

edit took 6 times trying to load it to get it to load then when it did it was real fast


edit again ignore the previous timeouts issue i figured that out on my own
wasa litspeed external apps setting , 2 of them that should not have been set

i mean the fastcgi process timeouts
the seamless timeouts remain a problem



--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/21/15 05:04:38PM
brian
@brian
9 years ago
10,148 posts
Try this - in your {jrSeamless_list} call add this parameter:

sort_limit=50000

If that makes it faster then we know it's simply a data size issue.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
ill try when i can get them to load lol


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
9 years ago
3,304 posts
dont think thats helping
but if it helps
once i get 1 to load the next pages load fast
i think once some resource or others cached its fine but till then its sloow and times out

on further testing it may have helped
tonight i will clear server and browser caches and test more

will update


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 11/22/15 05:59:03PM
soaringeagle
@soaringeagle
9 years ago
3,304 posts
yea its definately still causing timeouts
if access to my server or logs or anythhing will help diagnose tis let me know


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
yea its definately still causing timeouts
if access to my server or logs or anythhing will help diagnose tis let me know

Let's start a new topic on this if you can - this one is too long.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
sure


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
Intro2Music
Intro2Music
@intro2music
9 years ago
121 posts
Is it too late to suggest a small feature in 5.3? I'd like to be able to set the listing order for audio and video albums as well as galleries. It's easy enough right now to arrange the items within a gallery or album but, if for example you're using the Photo skin bundle and have a list of a dozen or more galleries, there's no way to order them. Same problem for musicians who have a dozen albums to display.

Just thought I'd chip in my tuppenceworth while we're in Beta.

Mick
brian
@brian
9 years ago
10,148 posts
Intro2Music:
Is it too late to suggest a small feature in 5.3? I'd like to be able to set the listing order for audio and video albums as well as galleries. It's easy enough right now to arrange the items within a gallery or album but, if for example you're using the Photo skin bundle and have a list of a dozen or more galleries, there's no way to order them. Same problem for musicians who have a dozen albums to display.

Just thought I'd chip in my tuppenceworth while we're in Beta.

Mick

Thanks Mick - these are features that would be supported by the modules (since it's only selected modules that offer "album" like features), so we can look into that.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Intro2Music
Intro2Music
@intro2music
9 years ago
121 posts
Great!
soaringeagle
@soaringeagle
9 years ago
3,304 posts
just letting you know i actually got the email this time
dont know why i wasnt before but i am now...and did nothing at all to change anything


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
Black-Eagle
Black-Eagle
@black-eagle
9 years ago
57 posts
Hello.

I find that this 5.3.0b8 core version uses more memory than 5.3.0b7. Is it the same for you too?
soaringeagle
@soaringeagle
9 years ago
3,304 posts
i didnt know b8 was out tiill u mentioned it however more memory isnt z bad thing if it uses less cpu, i find router.php a lil cpu intensive if it uses more ram, less cpu then thats a good thing ill install, test and report back in a bi


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
Black-Eagle:
Hello.

I find that this 5.3.0b8 core version uses more memory than 5.3.0b7. Is it the same for you too?

Where do see more memory being used? I'm not aware of any changes between 5.3.0b7 and 5.3.0b8 that would affect memory more than just a little bit one way or the other.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
9 years ago
10,148 posts
Black-Eagle:
Hello.

I find that this 5.3.0b8 core version uses more memory than 5.3.0b7. Is it the same for you too?

If you can, please start a new thread - I'm going to close this one down as it's just too long.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
9 years ago
10,148 posts
Please start a new thread with any Jamroom 5.3.0 questions or issues you have.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags