Skip to content
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

Not Working On IIS #18

Closed
MattIPv4 opened this issue Jul 28, 2015 · 3 comments
Closed

Not Working On IIS #18

MattIPv4 opened this issue Jul 28, 2015 · 3 comments

Comments

@MattIPv4
Copy link

I am trying to run this on IIS, but as mod_rewrite is not enabled, you cannot run the flot installer.
I have converted the .htaccess to web.config correctly, but the start.php will not run!

image

@MattIPv4
Copy link
Author

Fixed by removing Line 66 from flot-admin/core/utility.php

@MattIPv4
Copy link
Author

Getting this error when i try to go the the "Settings" menu of the admin section.

[28-Jul-2015 16:45:19 Europe/Dublin] PHP Notice: Undefined property: stdClass::$max_width in C:[Removed - WebsiteBase]\flot-admin\core\admin_ui.php on line 270

@samthomson
Copy link
Owner

Hey,
Glad you got it working. mod_rewrite is a module which basically allows for catch all request handling. Not too experienced with IIS but it should exist as a php extension irrelevant of the platform so just a case of making sure it's enabled. Try looking in your phpinfo output.
Okay cool, that's a long standing 'bug' (it causes no problems). I'm just getting started on a re-work of flot, so it will soon be sorted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants