Forum Activity for @brian

brian
@brian
01/30/24 04:21:35PM
10,136 posts

Mailgun Now Bouncing


Using Jamroom

Hi Ken - there's nothing we've changed that would affect delivery - you'll want to work with Mailgun to figure out what's going on.
brian
@brian
01/05/24 08:01:10PM
10,136 posts

Congratulations and thanks


Off Topic

Awesome this went well Mick - glad things went smooth and easy for you :)
brian
@brian
01/04/24 09:10:31AM
10,136 posts

Unable to remove text field options in config of module.


Design and Skin Customization

If you no longer need a setting, at the bottom of your _init() function you can delete it - i.e.

jrCore_delete_setting('myModule', 'my_unused_setting');
brian
@brian
01/04/24 09:08:35AM
10,136 posts

URL from button in ACP


Jamroom Developers

You can't have a URL on an admin tab, since it does not make sense from a UI perspective. A "tab" flips between sections in the current page. What you want to do instead is register it as a TOOL - then you can have a URL that goes offsite if you want - i.e. from the Developer tools module:

jrCore_register_module_feature('jrCore', 'tool_view', 'jrDeveloper', jrCore_get_base_url() . "/modules/jrDeveloper/adminer.php", array('Database Admin', 'Browse your Database Tables - <b>carefully!</b>'));
brian
@brian
01/04/24 09:06:41AM
10,136 posts

Unable to find the .htaccess file


Installation and Configuration

NattyI:
Sorry mate - it´s there. Extracting the zip-file with 7zip on windows (11) doesn´t extract the .htaccess

So after checking the zip-file itself it suddenly appeard. ;-)

Excellent - glad that is working.

Thanks!
brian
@brian
01/04/24 08:30:52AM
10,136 posts

Unable to find the .htaccess file


Installation and Configuration

Make sure you can see "hidden" files where you are unzipping the ZIP file - files that start with a "." are considered "hidden". The file is there you just probably can't see it. Most FTP programs have a setting to "show hidden files".

Let me know if that helps.
brian
@brian
12/03/23 12:56:17PM
10,136 posts

mysql 8 support


Using Jamroom

Jamroom should run no problem on MySQL 8 - I develop on it and don't see any issues (currently on 8.0.35). Are you sure it is fully installed correctly and that it's not trying to bring in any of the previous Percona install? One thing that might be worth a shot is add this line to your data/config/config.php file:

$_conf['jrCore_sql_mode'] = '0';

Just in case it was installed with the sql mode set to something weird - this will disable it. Not sure if that will help or not but worth a try. Let me know if that helps.
brian
@brian
11/01/23 11:39:41AM
10,136 posts

Site Builder button missing


Using Jamroom

Yeah that does not sound right - are you sure you are on the same URL? If so, try resetting caches or logging out and back in again - as a master admin you should always see the button if you are on a site builder page.

Let me know if that helps.
brian
@brian
10/28/23 10:26:20AM
10,136 posts

How can I Temporarily Take My Site Offline?


Using Jamroom

Ceri:
Great. I hereby request to be updated and upgraded :)

Make sure and contact us at support - looks like you are using 3rd party DNS for your domain so we'll need to coordinate your upgrade. The upgrade moves your sites to a new more powerful server, but that means the IP address does change so you'll need to be able to update DNS on your end to point to the new IP, so we'll want to coordinate that with you. So shoot off an email to support and we can get that started.

Thanks!
brian
@brian
10/25/23 02:30:33PM
10,136 posts

How can I Temporarily Take My Site Offline?


Using Jamroom

Ceri:
Yes sounds like a good idea. I have to rush out now but will contact support when I get back. Does this also mean I will be upgraded to PHP version 7.1.0 or newer! ? :)

Yep - by default we go to 7.4 but can also switch to 8.2.
1