Page Loading

  • Posted in : ikonik
  • jdude3009
    Participant

    I have a problem on page loading (Ajax) pages do not load passing from Home to Resume or others.

    I have a server at ionos, I did not find for the php file ($ sender_domain = ‘server@your-domain.com’;)

    Regards,

    Jdude

    ahmetsali
    Keymaster

    Hi,

    1-) ajax pages can’t be loaded when testing on local due to browser security restrictions, it should work fine when you upload your site to a live server, alternatively, you may use Live Server extension with VSCode for testing on your localhost;

    https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer

    2-) you may find send-mail.php in the template folder.

    Cheers.

    jdude3009
    Participant

    Hi, OK Thanks.

    Yes, I am using the send-mail.php file.

    My website is hosted on Ionos.fr and I don’t have this information?
    Line 5 : $sender_domain = ‘server@your-domain.com’; ?
    Line 31 : $headers = “From: ” . $site_name . ‘ <‘ . $sender_domain . ‘> ‘ . “\r\n”;

    ahmetsali
    Keymaster

    Hi again, you just need to write your domain name after server@, such as;

    $sender_domain = 'server@pixelwars.org';
    
    jdude3009
    Participant

    Sending email is not done even with the configuration

    ahmetsali
    Keymaster

    Hi again, I have just checked again and the contact form sends emails on our side. Can you contact your hosting provider and confirm that the PHP mail() function is enabled on your server?

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register