Forum Activity for @michael

michael
@michael
08/25/16 07:14:36PM
7,832 posts

Admin logged out immediately after logging in


Using Jamroom

Intalik:......I am running an old jamroom site.....
Upgrade.

Since you cant login to the ACP to click the "upgrade" button from inside the marketplace, you'll need to manually do the upgrade.

Download the core from here:
https://www.jamroom.net/open-source

Then use FTP to upload it to your server.

That will bring you up to date with the latest version. See if the problem persists after that.
michael
@michael
08/25/16 07:08:50PM
7,832 posts

You have entered an invalid value for "file " - value must be printable


Using Jamroom

Not seeing the same thing happen here for me.

Could you create an account on my testing server here:
http://iixxiicc.jamroomhosting.com/

and see if the same thing happens for you there.
michael
@michael
08/25/16 07:03:43PM
7,832 posts

Cannot edit a certain page with Site Builder


Using Jamroom

You know I know all the answers, but am just not telling you them ;)
michael
@michael
08/25/16 04:21:03AM
7,832 posts

Possible issue: update audio stuck on conversion


Off Topic

Is there a location I can download wav file A and B ?
michael
@michael
08/24/16 05:35:54PM
7,832 posts

Possible issue: update audio stuck on conversion


Off Topic

Thank you for a very specific report, awesome writeup of whats happening :)

You could check the queue, found at:
DASHBOARD -> QUEUE VIEWER

you should see any conversion processes that are happening in there if it really is still being converted.

This is my test system:
http://iixxiicc.jamroomhosting.com/

Its setup to be using amazon S3 and is running on the latest code base we have. Could you create an account there and see if the same thing happens with the wav file in question. I think the system is similar to yours.

If it fails there too, then we know its probably a bug that is not site-specific.
michael
@michael
08/24/16 06:05:13AM
7,832 posts

Group Error - Firefox and IE Only


Using Jamroom

Makes no sense, there is an SQL error getting in there from somewhere.

Could you send support at jamroom dot net your login details and I'll investigate.
michael
@michael
08/24/16 12:31:09AM
7,832 posts

Using Advanced Charts Docs


Jamroom Developers

You can count whatever you want wherever you want. If you want to count a person looking at the audio player in a list of audio players as a 'view' then add the {jrCore_counter} to that template.

Docs: "{jrCore_counter}"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/779/jrcore-counter

What you consider a view might be different from what I consider a view, so how and what you want to count is left over to you.
michael
@michael
08/24/16 12:25:41AM
7,832 posts

Listing events by date ending soonest


Jamroom Developers

That sentence makes no sense. greater than is.not.an.order
* a to z is an order,
* highest to lowest is an order
* greater than 5 is NOT an order

try:
{jrCore_list module="jrEvent" search1="event_date <= `$smarty.now`" order_by="event_date asc"  limit="5"}
michael
@michael
08/23/16 11:16:30PM
7,832 posts

Listing events by date ending soonest


Jamroom Developers

No.

The order_by clause tells the system what order you want the returned results to be in.

Try translating that code into an english sentence and you'll see it makes no sense:
"the order that I want to show the returned results in is by date greater than today order and from the highest to the lowest."
michael
@michael
08/23/16 11:12:54PM
7,832 posts

Using Advanced Charts Docs


Jamroom Developers

The docs for the "Advanced Charts" are here:

Docs: "Advanced Charts"
https://www.jamroom.net/the-jamroom-network/documentation/modules/274/advanced-charts

The "Available Chart Fields" is probably what your after, its found at:
ACP -> MODULES -> LISTING -> ADVANCED CHARTS -> TOOLS -> CHART FIELDS

It shows the fields you can use to chart, there are many more than just audio fields.
  364