Forum Activity for @michael

michael
@michael
01/08/14 11:00:33PM
7,832 posts

anybody want to talk about jamroom development? "Google Hangouts On Air"


Jamroom Developers

Google has a system that allows video chat with screen sharing for up to 10 people at a time.

I'm interested in talking to jamroom developers who want to improve their skills.

If you would like to hangout leave your google+ name below and i'll add you to a circle to invite.

The is the initial one that @b360 and I tested out. Talking about PhpStorm shortcuts mainly.
PhpStorm Discussion ("Hangout On Air")

Jamroom on Google+
https://plus.google.com/+jamroomNet

I'm usually online 10am~8pm GMT+900 (tokyo time) (its 4pm here now) If you have a time suggestion, add that too.
updated by @michael: 02/09/14 09:50:10PM
michael
@michael
01/08/14 09:23:46PM
7,832 posts

Jamroom 5 with GoDaddy


Jamroom Hosting

looks like commenting out that -includes is the right thing to do for godaddy judging by their support article here:

http://support.godaddy.com/help/article/6945/issues-with-serverside-includes-and-htaccess-files

Quote: You do not need to enable Server-Side Includes for HTML files via .htaccess. They're enabled by default from Apache 2.2 and onward, and enabling them results in an error.

I'm not sure how vital the 'system' function not being available will be. If the system check is saying it needs it then not having it could cause issues.

eg:
http://www.jamroom.net/the-jamroom-network/networkmarket/22/db-and-system-backup

says "Requires system() access to mysqldump to work properly...."

so somethings use it for sure.

Its not on the "Requirements" page, so once we find out for sure, I need to update that page:
http://www.jamroom.net/the-jamroom-network/documentation/getting-started/774/requirements
michael
@michael
01/08/14 09:15:26PM
7,832 posts

Bundle Purchase


Installation and Configuration

no ideas without knowing what the error message said. copy+paste it here.
michael
@michael
01/08/14 08:01:01PM
7,832 posts

2 music tpl pages


Jamroom Help

"database give me a list of songs to display on the music.tpl from last songs upload to current song uploaded."
{jrCore_list module="jrAudio" order_by="_created numerical_desc"}

"Database i also want mixed in there the songs from labels but only display the last one because this is an album from the label group"

databases are not that clever, we can ask for stuff, but we need to do it in one sentence or we will get 2 sets of separate results.

eg:
"get me all the blue shoes"
"get me all the red shoes"
"get me all the red and blue shoes"

we cant say,"get me all the blue shoes" next "get me all the red shoes" now "mix those two together to form a list of red and blue shoes"

That would be the task of programming logic. So if we can't say it in one sentence, you need a module.
michael
@michael
01/08/14 07:52:42PM
7,832 posts

FB Share and Firfox and IE


Installation and Configuration

The song plays here for me in Firefox. I tried to check it out with chrome, but facebook.com everywhere is un-usable here for me.

* page wont finish loading
* cant scroll
* freezes and locks up.

(hate chrome as much as I ever disliked IE6.)
michael
@michael
01/08/14 07:38:15PM
7,832 posts

Bundle Purchase


Installation and Configuration

is your marketplace system setup?
yoursite.com/marketplace/systems

click MODIFY on the jamroom.net "Marketplace System".

make sure you jamroom network user account is setup.

you will see this message there:
Quote: The Marketplace Email and Marketplace System ID can be found by logging into
your Jamroom Network User Account and viewing Account Settings -> Licenses

following that will bring you here:
https://www.jamroom.net/networklicense/licenses

That is where you get that info from.
michael
@michael
01/08/14 06:27:47PM
7,832 posts

Bundle Purchase


Installation and Configuration

you should be able to install it directly from the admin interface of your jamroom install.

It should work like this:

"How to install a bundle in Jamroom 5 CMS "
How to install a bundle in Jamroom 5 CMS
michael
@michael
01/08/14 06:15:14PM
7,832 posts

Jamroom 5 with GoDaddy


Jamroom Hosting

An 'internal server error' is an error message. check your servers error logs to find out what the error is.

"I have an error" is hard to fix. ;)
  744