Forum Activity for @brian

brian
@brian
11/16/15 01:48:23PM
10,149 posts

Still Unable to upgrade


Using Jamroom

Ken Rich:
OK - I tried that procedure.

I uploaded the skins and modules to this domain since it was not in use:
http://ken-rich-868273.jamroomhosting.com/

I can't get in to run the integrity check because all I see is:

Forbidden

You don't have permission to access / on this server.

That domain was likely never setup - delete that domain and create a new one. You were one of our very first hosting customers, and at that time our system tried to create a "profile name" temp URL for you, but it turned out to be "silently" failing without us knowing, so was removed. Just delete that domain and make a new one - i.e.

stage.owendoorg.com

or whatever.

Let me know if that helps.
updated by @brian: 11/16/15 01:48:46PM
brian
@brian
11/16/15 01:46:31PM
10,149 posts

Core update 500 error


Installation and Configuration

sbhadauria:
But all other modules and previous version showing correctly.

I'm not sure what to tell you - all I know is the downloads from here are not corrupted, so if you see them corrupted on your end then somewhere in your download flow they are becoming corrupted.
brian
@brian
11/16/15 08:41:01AM
10,149 posts

One Login and Password for multiple users


Using Jamroom

You can disable the "download" button on audio detail and list pages by clicking on t he "Configure these buttons and the order they appear in", and for the audio download button just restrict it to the quotas you want.
Voila_Capture 2015-11-16_08-40-10_AM.jpg Voila_Capture 2015-11-16_08-40-10_AM.jpg - 11KB
brian
@brian
11/16/15 08:36:35AM
10,149 posts

Core update 500 error


Installation and Configuration

Windows Notepad is not going to properly show unix line endings to you. It is correct:

<?php
/**
 * Jamroom 5 System Core module
 *
 * copyright 2003 - 2015
 * by The Jamroom Network
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0.  Please see the included "license.html" file.
 *
 * This module may include works that are not developed by
 * The Jamroom Network
 * and are used under license - any licenses are included and
 * can be found in the "contrib" directory within this module.
 *
 * Jamroom may use modules and skins that are licensed by third party
 * developers, and licensed under a different license  - please
 * reference the individual module or skin license that is included
 * with your installation.
 *
 * This software is provided "as is" and any express or implied
 * warranties, including, but not limited to, the implied warranties
 * of merchantability and fitness for a particular purpose are
 * disclaimed.  In no event shall the Jamroom Network be liable for
 * any direct, indirect, incidental, special, exemplary or
 * consequential damages (including but not limited to, procurement
 * of substitute goods or services; loss of use, data or profits;
 * or business interruption) however caused and on any theory of
 * liability, whether in contract, strict liability, or tort
 * (including negligence or otherwise) arising from the use of this
 * software, even if advised of the possibility of such damage.
 * Some jurisdictions may not allow disclaimers of implied warranties
 * and certain statements in the above disclaimer may not apply to
 * you as regards implied warranties; the other terms and conditions
 * remain enforceable notwithstanding. In some jurisdictions it is
 * not permitted to limit liability and therefore such limitations
 * may not apply to you.
 *
 * @copyright 2012 Talldude Networks, LLC.
 * @author Brian Johnson <brian [at] jamroom [dot] net>
 */

// Define our base dir
define('APP_DIR', dirname(dirname(dirname($_SERVER['SCRIPT_FILENAME']))));

// prep our PHP environment
ini_set('session.auto_start', 0);
ini_set('session.use_trans_sid', 0);
ini_set('display_errors', 0);
ini_set('log_errors', 1);
ini_set('error_log', APP_DIR . '/data/logs/error_log');
error_reporting(E_ALL ^ (E_NOTICE | E_WARNING | E_DEPRECATED));
brian
@brian
11/16/15 07:54:27AM
10,149 posts

PHP Error- whats it mean and how to fix?


Using Jamroom

You can ignore this. ANY Error Log errors that start with:

PHP Warning:

or:

PHP Notice:

Can be ignored - these are things we fix up in the code so they get reported when you run with Developer Mode enabled, but for the most part they aren't going to impact how Jamroom works.

So just ignore that.
brian
@brian
11/15/15 04:23:06PM
10,149 posts

Signup Hold Process


Suggestions

Dazed:
Brian - Just wanted to let you know that Berkley Taxi signed up again last night. Everything worked well :). Thanks again for putting this fix in.

Glad to hear it :)

Thanks!
brian
@brian
11/15/15 04:22:31PM
10,149 posts

core update crashes


Installation and Configuration

The marketplace module already does this via it's jrMarket_reset_opcode_caches() function - which probably works 99% of the time. There's just no way to guarantee that every update is going to work 100% of the time, all the time, every time.

There are a lot of variables in play on servers that are outside of Jamroom's control, and any of these could play a part in keeping something from working as it should (firewalls, extra server caches, file system caching, 3rd party "optimizers", MySQL database quotas and "security" add ons, etc.)

The best defense against this is to have a good understanding of how your server works, and what to do (and where to look) when problems occur, because at some point problems WILL occur with any server, and your downtime is going to depend on how ready you are for that.
brian
@brian
11/15/15 04:14:43PM
10,149 posts

Core update 500 error


Installation and Configuration

There are always changes between versions, but I'm certain there is not a syntax error in router.php - in fact I just updated this site:

http://testinstall.tdsdk.com/

to 5.2.41 without issue. I've also downloaded the 5.2.41 core from the site here, and there are no issues in router.php either:

>php -l router.php
No syntax errors detected in router.php

If you're seeing a problem in that script, then it means it is getting corrupted on your system sometime after being downloaded.
brian
@brian
11/15/15 03:29:41PM
10,149 posts

Skin not loading


Jamroom Developers

DannyA:
That's impossible to know. If I disable it, I'll never see other people's systems. :). However, I have had it happen to me once or twice before when i did not have the recorder running and it resolved when I cleared the cache.

I would suspect something might be corrupting your cache - about the only thing I can think of that would break things like that (and if it is fixed by clearing caches).
  315