-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
[BUG] iframe cannot run php file #3402
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This is my index.php file This is my repair.php file |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Should be fixed with 8ed2712. |
It would be great if you can test it, but you need to compile the dist files after pull/download. |
not working properly |
I had no problem, but did you get a error? |
This comment has been minimized.
This comment has been minimized.
Thats caused that you not run a php server and it delivers the php file instead of display it |
After urs suggestion its working |
same proplem with latest update |
wait for next release or compile https://github.com/ColorlibHQ/AdminLTE#compile-dist-files |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
You can ignore that warning, if you want to get rid of it you have two options,
Now, from what I saw in the other issue you opened, it seems that you are importing the demo.js file, this is not recommended as it's only for demonstration purposes of what AdminLTE offers. Having this import could be causing problems as it tries to wire several things and it will error if you don't have all the plugins it's trying to setup. I would recommend that you remove the demo.js file from your application and try again. |
Another method, follow steps carefully
|
not working same proplem |
you mean this ? <script src="dist/js/demo.js"></script> <script src="dist/js/pages/dashboard.js"></script> |
Yes, remove those two script tags and try again, make sure you have jQuery as the first script tag |
@muhanadali100 add jquery in header or https://stackoverflow.com/questions/2105327/should-jquery-code-go-in-header-or-footer |
i did but iframe don't working with php |
@muhanadali100 did u compiled files |
whats the error on console in inspect element https://developers.google.com/web/tools/chrome-devtools/console |
the 2 option not working same proplem |
No i can't because the proplem don't fixed |
If you don’t recompile the dist files you can’t know that’s not working. |
the compile not working what i can do ?? |
take help of urs seniors |
iframe-mode loads PHP files successfully. Tested myself with same code that failed before latest update. I'm extremely new to Git, GitHub, and community development overall so this took me a day or so to figure out how to properly install, fork, compile, and test. I hope this helps. |
I'm not seeing that in mine. Can you provide a link to reference and I'll try to help. |
@muhanadali100 I see what you mean now. This is where the X is located for me and it turns blue when I hover over it. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
in html yes , but in php proplem |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Tested and confirmed this issue and the above mobile view issue is resolved as of #3496. |
iframe cannot run php file
https://user-images.githubusercontent.com/67751564/107729802-72f76c00-6d24-11eb-99e2-d4b31b05218b.mp4
Please help me :(
The text was updated successfully, but these errors were encountered: