Forum Activity for @michael

michael
@michael
03/13/19 04:50:00PM
7,822 posts

New Custom Account Tab


Jamroom Developers

if you put
fdebug($_data)
and you got that array that includes 'profile_id' then to use that you use
$_data['profile_id']

I like this structure for fdebug()
$_debug = array(
'WHAT' => 'Im trying to figure out what i have in this location',
'$_data' => $_data,
);
fdebug($_debug);

So instead of just some variables, I also get a message that I set so I know why I wanted it.
michael
@michael
03/10/19 04:51:11PM
7,822 posts

site no longer sending important emails (beta issue?)


Using Jamroom

That's a hard structure for me to setup to test. If you could narrow it down to a reproducible structure, I could try to setup here to debug the situation to see if its something wrong in the code that's causing it.
michael
@michael
03/10/19 03:17:37PM
7,822 posts

site no longer sending important emails (beta issue?)


Using Jamroom

Whatever that error message is, its not related to "site no longer sending important emails (beta issue?)"

How are you testing to see if the email system is working?
michael
@michael
03/09/19 08:59:14PM
7,822 posts

site no longer sending important emails (beta issue?)


Using Jamroom

recursive module trigger means you have a jrCore_list inside another jrCore_list that each rely on the other. Check for looped calls
michael
@michael
03/09/19 08:57:20PM
7,822 posts

Module - offer/search services or products


Using Jamroom

Like the services module that we use on jamroom.net to sell services?

eg:
https://www.jamroom.net/the-jamroom-network/serviceshop

MARKETPLACE: "Services Shop"
https://www.jamroom.net/the-jamroom-network/networkmarket/244/service-shop

Or develop one of your own if you dont need the sales part of it.

Once you have the basic module structure, you can use the Form Designer to add in any extra fields if you dont want to code it, then use jrCore_list to get all the inputted info.

Docs: "Using the Form Designer"
https://www.jamroom.net/the-jamroom-network/documentation/getting-started/1275/using-the-form-designer

Docs: "{jrCore_list}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/89/jrcore-list
michael
@michael
03/09/19 08:33:28PM
7,822 posts

440Music Testing 6.X Multiple Question


Installation and Configuration

The module system in JR6 is superb. You can add a module that adds new functionality or that adjusts how other existing modules work, so there is no need anymore to change core modules. You just build a new module that tweaks the data.

check out these docs:

Docs: "Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1011/events-and-listeners
michael
@michael
03/09/19 11:49:21AM
7,822 posts

440Music Testing 6.X Multiple Question


Installation and Configuration

for me:
* I would use Apache2
* Would not use multiple servers until i NEEDED to use multiple servers.
* I like editing the template via SFTP rather than the built in editor. The editor is for quick tweaks for me. (that I need done NOW and will eventually move to a template.)
* ?? I guess I'd find the skin that closely fits what I want, then adjust as necessary.
michael
@michael
03/09/19 11:45:16AM
7,822 posts

site no longer sending important emails (beta issue?)


Using Jamroom

Try running an integrity check with all the checkboxes checked.

Next take a look in the ACTIVITY LOG, DEBUG LOG, ERROR LOG for any errors.
michael
@michael
03/08/19 02:26:20PM
7,822 posts

Error 500 - No Access


Using Jamroom

My working theory is: Its something broken in a template.
michael
@michael
03/05/19 01:30:50AM
7,822 posts

Error 500 - No Access


Using Jamroom

both.

As I understand it, the white page is caused by something in the jamroom system and its not really a 500 SERVER error.

The easiest recommendation from my end is: Use Jamroom Hosting, it works. ( you can create a server from here https://www.jamroom.net/michaelcawood/hosting/create )

But if you'd like me to check out your server to see if there is anything that jumps out at me as to why its not successfully running jamroom, I can do that if you send me your login codes.

Not promising to fix your server, just going to have a quick look to see if its anything obvious. My first guess would be: corrupt template file thats not been uploaded properly, second guess would be: check and manually clear the caches, third guess would be to try another default skin.
  93