Forum Activity for @michael

michael
@michael
07/14/14 06:39:56PM
7,832 posts

AMPPS


Jamroom Hosting

Doing a search for "Unknown filter provider DEFLATE" provided this:

http://sanjoyroy.wordpress.com/2009/10/21/apache-an-unknown-filter-was-not-added-deflate/
Quote: My ‘apache_error.log’ was logging an error ‘An unknown filter was not added: DEFLATE’ for every request. This is how I resolved it.

Open httpd.conf in C:\xampp\apache\conf went to line 93 and removed the # before the line LoadModule deflate_module modules/mod_deflate.so (using notepad)
Restart the apache.
michael
@michael
07/14/14 06:30:37PM
7,832 posts

Arvixe


Jamroom Hosting

@blindmine, are you seeing any javascript errors in the console when the uploads are failing? Anything in the error_log | activity log | debug log?

Thanks.
michael
@michael
07/12/14 03:06:53AM
7,832 posts

AMPPS


Jamroom Hosting

sweet:
Can I install cpanel on os x?

It seams like your looking for ways to make things more difficult. Your production server is going to be running linux, so why not setup a linux test server.

but to answer your question, it looks like its possible.

"Cpanel For OS X"
http://forums.cpanel.net/f5/cpanel-os-x-1618.html

--edit--
It looks like the cheapest you can get a cpanel license for is $35/month. You can have a digital ocean server for $5/month.

Then follow the setup guide here:
"High performance jamroom on Digital Ocean"
https://www.jamroom.net/the-jamroom-network/blog/23/high-performance-jamroom-on-digitalocean
updated by @michael: 07/12/14 03:09:56AM
michael
@michael
07/11/14 07:53:33PM
7,832 posts

Profile image size.


Jamroom Developers

make sure the full array structure is there.
        //search
        $_sp = array(
            'search'        => array(
                "audio_image_size > 0"
            ),
            'limit'         => 1000000
        );
        $_rt = jrCore_db_search_items('jrAudio', $_sp);
michael
@michael
07/11/14 07:50:15PM
7,832 posts

Text description beside image in a item of a module


Jamroom Developers

Take a look at the jrAprana module.

Use that to make your own module called whatever you like.

Then use the Form Designer to add an image upload to the create/update form.

That will give you TITLE | IMAGE fields.

If you need more text than just the title, use the Form Designer to add a text field.

Then you customize the templates of your module to get them to look however you want them to look.
michael
@michael
07/10/14 08:20:28PM
7,832 posts

Panels, Widgets, Menus. A new system called "Site Builder"


Jamroom Help

If sydney is about those antiques, got an email here for you of a guy in Tokyo (friend of mine) who deals in antiques.

Told him I would get in touch with you if your interested.
michael
@michael
07/10/14 06:45:54PM
7,832 posts

Panels, Widgets, Menus. A new system called "Site Builder"


Jamroom Help

glad somebody noticed. :)

Good to see you around again. Been busy?
michael
@michael
07/10/14 05:59:34PM
7,832 posts

Album/Playlist pages needs "reload" button


Design and Skin Customization

glgalbraith:
Thanks for helping. I think the user develops a mental model that they can drag and drop (reorder) "audio" files (in list view) and then expect the player to play it correctly unless the site tells them to save their reordered audio.

The only one who can re-order is the one who owns the list. So they are re-ordering it for the listeners that come later, not for themselves, so any new users who cant re-order are going to be confused to see a "Reload" button. Its not going to make any sense or have any purpose.

You can add it if you want to though.
michael
@michael
07/10/14 05:54:48PM
7,832 posts

AMPPS


Jamroom Hosting

Where did you get up to?

Are you able to get to the screen shown on the second video?
http://ampps.com/demo

If you can, then the follow the steps in this video:
Easy Install Jamroom 5 CMS into cPanel server

When ampps is running you should be able to open:
http://localhost/ampps

and see that screen.
michael
@michael
07/09/14 09:25:23PM
7,832 posts

Album/Playlist pages needs "reload" button


Design and Skin Customization

Playlists are not re-ordered in a separate re-ordering screen. They are re-ordered directly on the same page that the player is on.

eg:
site.com/admin/playlist/1/nature-sounds

Re-ordering the items at the bottom of the player will change the order of the playlist. But it wont change the order of the list in the player that is already displayed on the page.
  681