*

MB Themes

Re: Email templates are sent as localhost/register not domain/register
« Reply #15 on: March 09, 2023, 11:49:02 AM »
Ok let's check erm_email_user_last_access   

{PUBLISH_URL} use this value:
Code: [Select]
$publish_url = osc_item_post_url();
Here is it's definition:
Code: [Select]
function osc_item_post_url() {
  if (osc_rewrite_enabled()) {
    $path = osc_base_url(false, true) . osc_get_preference('rewrite_item_new');
  } else {
    $path = osc_base_url(true) . '?page=item&action=item_add';
  }
  return $path;
}

Everything is alright on plugin & osclass side as far as I can see.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

questions

  • *****
  • 319 posts
Re: Email templates are sent as localhost/register not domain/register
« Reply #16 on: March 09, 2023, 12:11:04 PM »
I'm not saying no, I have absolutely no major problems with Osclass, plugins and so on.

I'm just saying I need help. I don't understand why the messages come as localhost/something

Someone much more experienced than me should agree to make a call and take a look.

That should be you MBThemes, as I have free support for premium items.

Since I bought them all... I would like to get your support please, it will probably be done in 5 minutes.

*

MB Themes

Re: Email templates are sent as localhost/register not domain/register
« Reply #17 on: March 09, 2023, 12:51:21 PM »
This is help - it is not problem of osclass.
You can try to edit those email functions and print content of email to error logs so you see how it was constructed and sent.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots