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

Install Plugins - install.php - "Uh oh" #442

Open
BradPenwarden opened this issue Nov 28, 2017 · 4 comments
Open

Install Plugins - install.php - "Uh oh" #442

BradPenwarden opened this issue Nov 28, 2017 · 4 comments

Comments

@BradPenwarden
Copy link

When running install plugins the page returns "Uh oh".

Firebug shows - 500 error on ajax.php POST - "action:installDataTypes"
install php

@MvErven
Copy link

MvErven commented Sep 26, 2018

I had this issue when I edited the regional names file (NamesRegional.class.php)
restoring a previous version resolved this issue. I wanted more names in the file.

@caesarsamsi
Copy link

Installing on MacOS High Sierra with PHP 7.4.5 and Apache 2.4.43 getting this Uh-oh too.

@sbutwina
Copy link

I was getting this on Windows 2016 with PHP 5.4 and IIS 10.

For me, it was working for Data Types, but failing on Export Types. This ended up being addressed by removing the Excel plugin directory from \plugins\exportTypes. I don't need Excel, so I have just left this removed and carried out without it.

@caesarsamsi
Copy link

Worked around to install by:

  1. Change file permissions to rw for all (temporarily).
  2. Replace all occurrence of get_magic something function to false in all files (this function is deprecated and should return false anyway).
  3. Restored file permissions.

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

4 participants