Forum Activity for @brian

brian
@brian
02/28/18 01:26:12PM
10,148 posts

The audio import not working


Using Jamroom

These are not Jamroom errors - these are just 404 not found errors from your web server.
brian
@brian
02/28/18 01:25:35PM
10,148 posts

Page break issue.


Design and Skin Customization

Root cause of this was updates in Core 6.1.6 to the function that built the "current" URL - it was not handling sub directories properly if JR was installed in a sub directory. This is fixed in Core 6.1.7.
brian
@brian
02/28/18 01:24:14PM
10,148 posts

System Check Error


Using Jamroom

This error will show if the APCu functions are not enabled in your server:

http://us2.php.net/apcu

The specific function checked is "apcu_add":

http://us2.php.net/manual/en/function.apcu-add.php
brian
@brian
02/27/18 07:09:02PM
10,148 posts

Page break issue.


Design and Skin Customization

That's correct then. Send me the info and I can check it out first thing in the AM.

Thanks!
brian
@brian
02/27/18 07:01:27PM
10,148 posts

Page break issue.


Design and Skin Customization

Cloud Media:
Brian,

It was fine until the recent update.

Yeah I can believe that - while there were no changes made to the page jumping mechanism, there WERE changes made to the local URL function to handle some more specific corner cases, and it looks like a new one may have been introduced.
brian
@brian
02/27/18 07:00:09PM
10,148 posts

Page break issue.


Design and Skin Customization

I can see your Jamroom is running in a subdirectory - my guess is the URI value coming in that JR uses to construct "local" URLs is incorrect. I can see your server is running PHP under FastCGI - it could be the incoming variables on the CGI request are not fully set. Double check that the jrCore_base_url value in the data/config/config.php file is correct.

I would need to have FTP access to check it out if that does not fix it - go ahead and send your FTP info to me at support [at] jamroom [dot] net and I can check it out first thing in the AM.

Thanks!
brian
@brian
02/27/18 06:49:52PM
10,148 posts

Page break issue.


Design and Skin Customization

That's very weird - there were no changes to the page jumper in the latest release. Are you running the profile domains module?
brian
@brian
02/27/18 04:48:13PM
10,148 posts

minor bug report


Using Jamroom

That doesn't make any sense - Redis is just "dumb storage" - the IP and key are the same whether it is MySQL or Redis.
brian
@brian
02/27/18 04:22:23PM
10,148 posts

minor bug report


Using Jamroom

Redis isn't involved, so just don't worry about it. We don't test on lightspeed here, so I cannot comment on HOW to configure it, but you just need to have them make sure that the $_SERVER['REMOTE_ADDR'] value is correct. Point them to this thread - if they don't understand it then they really don't know how to admin a server.
brian
@brian
02/27/18 03:57:09PM
10,148 posts

minor bug report


Using Jamroom

The IP address does not matter to Redis - Redis does not care. PHP cares, which means your web server is not giving PHP the client IP. Contact your hosting provider and they can help. I've not seen this on any JR site, so it's something unique to your setup, so there's not much we can do on the JR end.
  75