Forum Activity for @brian

brian
@brian
11/22/15 01:16:21PM
10,149 posts

Adding TAGS to a template search


Design and Skin Customization

The problem here is that you have THREE "search1" parameters, so the next is overwriting the previous - try this:

{jrSeamless_list modules="jrVideo,jrYouTube" order_by="_item_id desc"  search1="youtube_category = football" search2="*_tags like %5th% || *_tags like %6th%" pagebreak=15 page=$_post.p pager=false template=$tpl}

Note how I use an OR condition in the search2 parameter, and each search parameter is incremented by one (i.e. search1, search2, search3 and so on). I also changed the order_by from _created to _item_id - ordering by _item_id is the same as _created but faster.

Let me know if that works.
brian
@brian
11/22/15 10:15:18AM
10,149 posts

Problems with Forum


Using Jamroom

Root cause if this issue was that the MySQL max_allowed_packet was set to only 1mb (one megabyte). The new JR core 5.3.0 will have a check in the System Check tool for this going forward.
brian
@brian
11/22/15 10:14:01AM
10,149 posts

Jamroom 5.3 Beta Kickoff


Announcements

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
@brian
11/22/15 10:12:21AM
10,149 posts

Bluehost blank screen


Installation and Configuration

Sounds like it could be a PHP caching issue - is your site using ACP, xcache or other PHP caching accelerator?
brian
@brian
11/22/15 10:11:32AM
10,149 posts

Timestamp/timezone question


Using Jamroom

Timestamps on your site are adjusted to what you have set in the ACP -> Core -> Core -> Data and Time Settings. There is a bug in 5.2.x and pre-5.3.0b7 that can make those appear incorrect in some instances (due to how JR figures out daylight savings time).

JR does not adjust timestamps for individual users.
brian
@brian
11/20/15 02:56:40PM
10,149 posts

Email Delivery Log message: Unable to connect to MX servers: []?


Using Jamroom

ICW:
Thanks, Brian... that explanation is very clear and very helpful. Now I can go back and look at the emails that failed with this message and try to figure out what is going on with them.

No problem!
brian
@brian
11/20/15 02:56:08PM
10,149 posts

Problems with Forum


Using Jamroom

dim:
brian:
This looks like you have a recursive trigger call - do you have any custom modules running on your site?

Yes, I've created a couple of modules using the Aparna.

Aparna should not be a problem. Are you running the Jamroom Core 5.3.0 beta? This error appears to be happening at a trigger location - that tells me it's going off and not coming back, and getting stuck in a loop, but I've not seen that before in regards to the forum.

I would have to have your FTP login and password, and site login and password and the URL that I can see it happening at in order to tell you what is going on. You can send that to support [at] jamroom [dot] net and I will try to check that out when I get a chance.

Thanks!
brian
@brian
11/20/15 02:10:53PM
10,149 posts

Problems with Forum


Using Jamroom

This looks like you have a recursive trigger call - do you have any custom modules running on your site?
brian
@brian
11/20/15 02:09:44PM
10,149 posts

Email Delivery Log message: Unable to connect to MX servers: []?


Using Jamroom

An MX server is a Mail Server - this error means when Mailgun tried to contact the mail server for that email address, the MX server did NOT respond - that means it is either down or no longer exists, which in turn means that the email you are sending to may no longer be valid if that server does not come back.

Hope this helps!
brian
@brian
11/20/15 02:08:35PM
10,149 posts

Jamroom 5.3 Beta Kickoff


Announcements

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.
  307