Forum Activity for @brian

brian
@brian
04/12/17 03:19:13PM
10,149 posts

Monday to start the week in the Event Calender


Suggestions

We've had an event calendar in Jamroom since 2005 or so, and this is the first time anyone has ever asked for the calendar to start on Monday. I believe it is pretty much universal that calendars start with Sunday.

What is the reasoning for having a calendar start on Monday? Just curious.
brian
@brian
04/12/17 03:17:37PM
10,149 posts

"The test email was successfully sent " but not sending


Installation and Configuration

resif:
where is the SMTP Authentication Jamroom?

ACP -> Communication -> Email Support -> Global Config -> Delivery Settings.
brian
@brian
04/12/17 03:16:16PM
10,149 posts

Problem with Simple Custom Forms


Design and Skin Customization

There are 2 issues here:

form_content - this is a LOCKED field, and is currently required. You CAN however change the groups to have it only show to say "admins", and that should hide it.

the name of your "customer name" field is "form_name" - this needs to be changed to something like "form_customer_name". The problem is that "form_name" is already being used internally, and that internal usage overrides yours.

So I will get a ticket open to make sure that fields cannot be created that could clash with the custom forms module (since the form designer is handled by the CORE and the custom forms just uses the core functionality).
brian
@brian
04/11/17 01:51:19PM
10,149 posts

Beta 6.1 Updating errors


Using Jamroom

Same thing there - had to reset the cache in the jr_jrcore_cache table. Note that newer versions of the Marketplace module are better at doing that, so you should be good going forward. Note that you also could run the "repair.php" file (renamed from repair.php.html) and that would have fixed this up as well.

Thanks!
brian
@brian
04/11/17 01:32:06PM
10,149 posts

Beta 6.1 Updating errors


Using Jamroom

SteveX:
I have another similar test site running 5.3.6.

Shall I try upgrading that now or save it for the 6.5 beta :)

Is it a "live" site? If not - go for it and let me know. It should be good :)
brian
@brian
04/11/17 01:18:49PM
10,149 posts

Beta 6.1 Updating errors


Using Jamroom

OK I have that fixed on your site - just needed caches to be reset. I've pushed an updated Core 6.1.0b1 that should be a bit smoother upgrade going forward. Let me know if you see any more issues.

Thanks!
brian
@brian
04/11/17 12:59:07PM
10,149 posts

Beta 6.1 Updating errors


Using Jamroom

That looks like the upgrade was only partial - the jrCore_form_create_session function was moved into a separate form_session.php library. Is this on your hosted server? I will log in and check it out.
brian
@brian
04/11/17 12:00:02PM
10,149 posts

Jamroom 6.1 Beta Kickoff


Announcements

gary.moncrieff:
I assume this module will be installed automatically with the core as we move forward however.

Yep - it will be part of the core.

Thanks!
brian
@brian
04/11/17 11:59:23AM
10,149 posts

Beta 6.1 Updating errors


Using Jamroom

Thanks Steve - if you can, take note of the version you're upgrading from so I can check it on this end. I would suspect an old version of the marketplace module is likely to blame.
brian
@brian
04/11/17 11:49:16AM
10,149 posts

Beta 6.1 Updating errors


Using Jamroom

Did you manually update or was this through the marketplace? The function(jrCore_db_delete_table_column) is defined in the lib/mysql.php file, so this appears that the core schema upgrade was run BEFORE the file was updated, but that doesn't make sense.

I've not seen this on sites I've updated to 6.1, so I'm not sure where to look on this one, but I can probably update the schema.php file to check for that function before running it (since it is a 6.1 function).
  135