Forum Activity for @michael

michael
@michael
11/19/22 11:54:29PM
7,717 posts

"Already used" in User profile edit page. using Japanese


Using Jamroom

I tested what I thought might work and it didn't work. I'll look into the code and see if there's some way to get it going.
michael
@michael
11/19/22 12:36:11AM
7,717 posts

"Already used" in User profile edit page. using Japanese


Using Jamroom

The profile_name_url needs to be in A-Z characters. Jamroom doesnt have a translitteration system to change 'マイケル' to 'michael' so what happens is the characters gets stripped and it becomes '' which is the same for anyone else using all japanese characters.

Try using the FORM DESIGNER on the profile update page to add the form field profile_name_url and enter a-z characters in there.

There is no issue with 2 profiles using the same profile_name but there is an issue with 2 profiles using the same profile_name_url because thats what gets used at yoursite.com/profile_name_url
michael
@michael
11/11/22 11:15:32PM
7,717 posts

PHP Fatal error with Audio update


Using Jamroom

:) Well done. Good luck with your sites.
michael
@michael
11/11/22 10:54:19PM
7,717 posts

PHP Fatal error with Audio update


Using Jamroom

Thanks for the very specific error report that makes finding the issue easy.

It looks like this issue has already been fixed for the next core version.

The issue was from the "select_date" form field type.

--edit--
That form field is probably only on the UPDATE form designer since thats the only one having the error.
date.png date.png - 161KB

updated by @michael: 11/11/22 10:54:55PM
michael
@michael
11/11/22 09:29:28PM
7,717 posts

PHP Fatal error with Audio update


Using Jamroom

Adding a audio_description field as an 'editor' field works. When I open the CREATE form or the UPDATE form for an audio item I do not see the same error as you.

What are the steps to get to the page where that error shows? or what is the URL of the page where the error shows.

My guess is the issue is that some other module is causing problems, not the editor form field.
form.png form.png - 120KB
michael
@michael
11/11/22 09:14:04PM
7,717 posts

PHP Fatal error with Audio update


Using Jamroom

Can you go to ACP -> MODULE -> CORE -> SYSTEM CORE -> TOOLS -> SYSTEM CHECK and take a screenshot of it please.

I'm interested in what version of php you're running. Changes in php 8 have broken some older functions which I suspect might be the case for your situation.

I'll try to reproduce it here.
tools.png tools.png - 203KB
michael
@michael
10/25/22 10:11:36PM
7,717 posts

Mailgun validations


Using Jamroom

From memory at one point in time mailgun offered a free service and the free service came with 100 (I think?) free email validations each month. Then a charge was optional to validate more than that. By 'validate' I believe it means "Attempt to determine if an email sent to this address will be delivered."

I think the purpose of it was for people with email lists to eliminate bad addresses because sending is charged per-mail.

Something like that.
michael
@michael
09/19/22 06:29:08PM
7,717 posts

Menu Builder


Using Jamroom

You can do it using the onClick code section
window.open('http://yoursite.test/pears','_blank');

window.png window.png - 78KB
michael
@michael
09/15/22 07:27:14PM
7,717 posts

video problems


Using Jamroom

Check your servers logs. It could be a server issue. Could have stopped during processing or didnt get fully uploaded due to bad internet connection. Without an error log anything we say is just going to be a guess.
michael
@michael
09/15/22 07:19:44PM
7,717 posts

Home page vs Landing Page


Using Jamroom

You can redirect from:
site.com/
to
site.com/all-services

but if you do that you can not ever visit
site.com/
again. Going there will redirect to
site.com/all-services

- "is it accepted practice?"
A: It makes me wonder why you dont just put the content from "All Services" on the top level. What is gained by putting it at /all-services

--edit--
If the reason you want to use that URL is to change the page title you can do that from SITE BUILDER -> PAGE CONFIG -> PAGE SETTINGS -> PAGE TITLE
title.png title.png - 129KB

updated by @michael: 09/15/22 07:23:30PM
  18