-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem showing graph with php on localhost #502
Comments
It looks both links show the same content. |
Yes, as specified, it works well on remote server, but on my local xamp installation, I don't see the graph at all with php file, only html file works. With php, I see the DIV content only (textualy, as if not javascipt was enable, but javascript is enebled in all my browsers). |
I am afraid that we are unable to help since it seems to be your local xamp env issue. |
mgenereu
pushed a commit
to mgenereu/mermaid
that referenced
this issue
Jun 25, 2022
…mermaid-js#502) Bumps [eslint-plugin-tailwindcss](https://github.com/francoismassart/eslint-plugin-tailwindcss) from 1.17.1 to 1.17.2. - [Release notes](https://github.com/francoismassart/eslint-plugin-tailwindcss/releases) - [Commits](francoismassart/eslint-plugin-tailwindcss@v1.17.1...v1.17.2) --- updated-dependencies: - dependency-name: eslint-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have a local XAMP host used for development. I did a test.html (very simple test) with a very basic Mermaid graph, and it works well. However, when I copy the exact content of that file into a php file (test.php), the graph is not showing (it shows the content of the div... as if the javascripts where not there or no good). Links to file are good hence they don't change between .html and .php. Other content of the php shows well, php code run well, etc).
Tried with many browsers, cleared cache. Same problem.
Here you can see the content of the files (both files works on remote server... the problem is only when trying to run on my local xamp installation...)
http://akua.ca/test/test.html
http://akua.ca/test/test.php
Any clue? Txk.
The text was updated successfully, but these errors were encountered: