Forum Activity for @michael

michael
@michael
06/08/16 01:07:32AM
7,826 posts

Another 'data too long' error....


Using Jamroom

(I still have your login details, having a careful look now.)
michael
@michael
06/08/16 12:59:46AM
7,826 posts

Another 'data too long' error....


Using Jamroom

How big is your profile???? For me that cat_update_user field is a TEXT field which should be plenty big enough.

Could you take a look at:
ACP -> DEVELOPER -> DEVELOPER TOOLS -> TOOLS -> DATABASE ADMIN

In the left hand column at the top you will see a search box, in that type "cate" that should be enough to limit all the tables to where you only see:
jr_jrforum_category

click on the text 'jr_jrforum_category' (not the icon, thats different.) and take a screenshot of that for me please. the cat_update_user table should read TEXT i'm wondering if your's says something else.
michael
@michael
06/08/16 12:35:03AM
7,826 posts

Recurring search error in Activity Log


Using Jamroom

Those time slots are too regular. They are all on either a 5 min or a ten min mark. There are 3 ip addresses that repeat over and over.

Turn on the 404 Not found error logger.
ACP -> CORE -> SYSTEM CORE -> GLOBAL CONFIG -> GENERAL -> log 404 not found

That will tell us if its a spam bot throwing weird URLs at your system hoping to find a weak path in.
michael
@michael
06/08/16 12:28:05AM
7,826 posts

Cannot change SMTP user name in Email Core


Using Jamroom

try turning on developer mode to disable the caches while you save it. see if that fixes it.
ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> GLOBAL CONFIG -> run in developer mode.

Try logging out and logging back in again. that will reset the form session.
michael
@michael
06/07/16 11:46:29PM
7,826 posts

Market Place Sort


Suggestions

We had that on the last jamroom.net skin, didn't think it got used much.

Are you thinking here on jamroom.net or in the MARKETPLACE of your ACP?
michael
@michael
06/07/16 11:42:28PM
7,826 posts

Has The Jamroom Site Showcase Been Removed?


Design and Skin Customization

derrickhand was a ningster too, think hes talking about himself. It can be frustrating having to learn a new system. He's doing great now and I'm sure you'll get there too @clrkprsn :)
michael
@michael
06/07/16 11:40:18PM
7,826 posts

Share This Not Displayed


Using Jamroom

Or this could be the problem. Log in.

Looking at the code for the share this module it appears on the item_detail page when it is enabled in the "item detail features" section. If that page is blocking that section then the default code would not get out there and you'd need to re-add it back in if your planning on using the buttons.

If you've altered the item_detail.tpl file then make sure you have this line of code in there to bring in the item detail features provided by other modules.
        {* bring in module features *}
        {jrCore_item_detail_features module="jrAudio" item=$item}
michael
@michael
06/07/16 11:35:17PM
7,826 posts

Share This Not Displayed


Using Jamroom

First off, thanks for instructions I can follow to understand the problem. Thanks. :)

The problem as I see it is when I look at the source code for the code that your trying to get output there, I can't find it.

That seams to be the major problem.

I'd switch skins to a default one and see if that code you pasted comes out on that page. If it does then there is an issue with the skin files in that skin.

If it doesn't change anything then the issue is probably with the module or something overriding the module.
michael
@michael
06/07/16 11:26:27PM
7,826 posts

Cannot change SMTP user name in Email Core


Using Jamroom

You can tell if the password is updating by the number of characters displayed. use a 4 digit password, then change to a 10 digit password.

I'm trying to emulate but not totally sure of the steps. This is working for me:
ACP -> MODULES -> COMMUNICATION -> DELIVERY SETTINGS
* change the SMTP username to something then save
* change the SMTP username to something else then save

Result is: it saves.

Are those the same steps you're outlining?
michael
@michael
06/07/16 11:20:53PM
7,826 posts

profile domains and ffmpeg issues after switching to nginx


Installation and Configuration

you can define a timeout for ffmpeg:
http://ffmpeg.org/ffmpeg-all.html#http

Quote: timeout

Set timeout in microseconds of socket I/O operations used by the underlying low level operation. By default it is set to -1, which means that the timeout is not specified.

The code for the different ffmpeg calls for the different formats is found at:
/modules/jrAudio/plugins/*

There's one fore each of the different audio types, mp3, aac, wav etc..
  388