Giter Site home page Giter Site logo

Comments (16)

holatause avatar holatause commented on June 18, 2024

captura de pantalla 2018-11-06 a la s 3 35 55 p m

Que estoy haciendo mal? al parecer no me reconoce la ruta.

from mautic-whitelabeler.

nickian avatar nickian commented on June 18, 2024

Sorry, my Spanish is not good.

Can you provide more information? What does the browser console say? Any errors? Are you using an Apache server? Are there any errors in your error log?

from mautic-whitelabeler.

larbous avatar larbous commented on June 18, 2024

Usted debe colocar el Whitelabeler en la raíz de la instalación del Mautic y precargar los campos más o menos como la imagen que posteé.
captura de tela 2018-11-07 as 08 57 50

from mautic-whitelabeler.

holatause avatar holatause commented on June 18, 2024

from mautic-whitelabeler.

holatause avatar holatause commented on June 18, 2024

Usted debe colocar el Whitelabeler en la raíz de la instalación del Mautic y precargar los campos más o menos como la imagen que posteé.
captura de tela 2018-11-07 as 08 57 50

Como los precargo?? yo instalé la carpeta de whitelabeler en la raiz donde esta amutic pero no esta tomando los colores ni nada.

from mautic-whitelabeler.

nickian avatar nickian commented on June 18, 2024

This error comes up in the Chrome console when I go to your instance of the Whitelabeler:

Refused to execute script from ... because its MIME type ('application/octet-stream') is not executable, and strict MIME type checking is enabled.

in Safari, it says this:

Refused to execute ... script because "X-Content-Type: nosniff" was given and its Content-Type is not a script MIME type.

What server are you using? Can you post the virtual host configuration for your Mautic site? Can you try removing the "X-Content-Type: nosniff" from your server's config and restart the server?

from mautic-whitelabeler.

nickian avatar nickian commented on June 18, 2024

It looks like you're using nginx. You'll have to remove this from the config:

add_header X-Content-Type-Options nosniff;

The script uses a PHP file to generate the JS file (in order to pass some variables in), so the browser is confused about the filetype. I'll see if there is a better way of doing this in a future update.

from mautic-whitelabeler.

holatause avatar holatause commented on June 18, 2024

i don´t know how to do this. :(

from mautic-whitelabeler.

nickian avatar nickian commented on June 18, 2024

Who is your host? I would ask them about this or open a support ticket asking if it's possible to modify the nginx configuration for a site.

from mautic-whitelabeler.

holatause avatar holatause commented on June 18, 2024

from mautic-whitelabeler.

nickian avatar nickian commented on June 18, 2024

You host is Digital Ocean? Ok, so you're just using your own VPS? Did you not install nginx yourself? The config files are probably in /etc/nginx

from mautic-whitelabeler.

holatause avatar holatause commented on June 18, 2024

nickian

I can give you access to my server, because it does not work for me. :(

from mautic-whitelabeler.

nickian avatar nickian commented on June 18, 2024

Sure, you can send me an email with info through this contact form and I will respond:

https://nick.do/contact/

from mautic-whitelabeler.

nickian avatar nickian commented on June 18, 2024

@holatause Try doing a git pull now to update the whitelabeler files. I updated the script to stop using PHP to generate variables in the CSS/JS. This should help with the X-Content-Type-Options nosniff issue.

from mautic-whitelabeler.

valione avatar valione commented on June 18, 2024

Hello, I've recently migrated to Digital Ocean with Ngynx server. Do you have any suggestion or alternative for a non apache server?

from mautic-whitelabeler.

nickian avatar nickian commented on June 18, 2024

It should work with nginx, as far as I know. I'm not an expert with nginx config. If you are receiving a specific error that is different from this one, please feel free to start a new issue.

from mautic-whitelabeler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.