Forum Activity for @brian

brian
@brian
11/20/15 02:08:03PM
10,149 posts

Jamroom 5.3 Beta Kickoff


Announcements

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
@brian
11/20/15 10:03:10AM
10,149 posts

Found Issues From Beta Kick Off


Using Jamroom

perrie:
So from the above list everything has been cleared but one new issue popped up (I am not sure when), but I can't embed approved I frames. I get a yellow box saying that they are not approved but they have been.

Not a biggie, but I thought you would want to know.

Where do you see the error (yellow box) message at? I just tested here and it is working for me.
brian
@brian
11/20/15 10:02:23AM
10,149 posts

Problems with Forum


Using Jamroom

dim:
I get an error when I want to view the topic.
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 83883233 bytes) in /public_html/modules/jrCore-release-5.2.41/lib/util.php on line 1102
I get the same error when I want to look in the DataStore Browser in /forum/browser.
That topic has 44 posts.
Other topics can be read without errors.
Please help solve the problem.

This is not forum related - something is messed up in the query - this error indicates it is trying to use MORE than 256mb of RAM, which the forum doesn't do. There's something embedded in that topic that is causing some sort of loop - check your Error Log.
brian
@brian
11/20/15 09:59:23AM
10,149 posts

Four Technical Questions


Ning To Jamroom

hypnoscott:
Okay, one of these is follow up/clarification, but I figured I'd put all 3 in one place.

1. my site is private and only the home page is visible to non members. Can I make individual pages public as well, and if so, how do I do that?

This is not supported - you'd have to make your site NOT private, then set the profiles you don't want to be seen individually to PRIVATE.

Quote:
2. How do I make sure my site doesn't automatically archive and lock old posts?

Click on the "settings" tab in your profile forum and turn off the forum lock.

Quote:
3. I'd like it to be easy for members to embed pictures and videos into the WYSIWYG text bock and just have them work without having to upload them to the site first. Why isn't that working?

That's not how it works - JR has to catalog the item before it becomes available in the WYSIWYG editor.

Quote:
4. I'm having a difficult time activating accounts since the move from Ning. Once a member logs in once they are fine, but I have to manually go in and change things in their profile about 20% of the time. When I do there are errors associated with URLs in their profile questions (Ning's profile questions that ported over, not Jamroom questions). I'm willing to remove those questions if it will make a difference.

If you are getting validation errors you just need to go into FORM DESIGNER on the form and change the VALIDATION to something "looser" (i.e. printable) - but be prepared for your users to possibly enter bad values.

Let me know if that helps.
brian
@brian
11/19/15 02:54:12PM
10,149 posts

Jamroom 5.3 Beta Kickoff


Announcements

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
@brian
11/19/15 02:53:13PM
10,149 posts

Question About Debug and Datastore


Using Jamroom

derrickhand300:
But i cant seem to make it happen
QUESTIONS
1-do i need to use the list call when i just want a single youtube id?

It depends - do you KNOW the youtube_id you want to use ahead of time?

Quote:
2-Is jryoutube_index.tpl the proper place to put the debug to get this information?

Do you mean the modules/jrYouTube/templates/index.tpl file?

Thanks!
brian
@brian
11/19/15 01:23:30PM
10,149 posts

some AOL addresses clogging email delivery failures


Using Jamroom

No problem - that type of error isn't considered a rejected message, so it won't affect your sender reputation.
brian
@brian
11/19/15 12:50:08PM
10,149 posts

Question About Debug and Datastore


Using Jamroom

Which template are you placing the debug code in? In the YouTube_Meta.tpl file? If so that should work as long as $item contains the keys for the YouTube video. However, jrCore_list always returns an _items array - so in that case if you wanted to reference the FIRST youtube video from the list you would do:

{$_items.0.youtube_id}

Arrays always start at index "0" and increment.

Not sure if that is what needed because I am not sure HOW you are getting the YouTube info, but if it is from a jrCore_list call then that's what you need.
updated by @brian: 11/19/15 12:50:44PM
brian
@brian
11/19/15 12:14:35PM
10,149 posts

some AOL addresses clogging email delivery failures


Using Jamroom

Looks like the AOL SMTP server is down - that's what those 421 errors mean. Mailgun will "buffer" these for you and send them when AOL's mail server is back online. If it continues, Mailgun are ones who will know what's up, so it's good you are in contact with them.
brian
@brian
11/19/15 12:12:53PM
10,149 posts

Jamroom 5.3 Beta Kickoff


Announcements

soaringeagle:
nope same

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

Thanks!
  308