generatedata icon indicating copy to clipboard operation
generatedata copied to clipboard

Install Plugins - install.php - "Uh oh"

Open BradPenwarden opened this issue 8 years ago • 4 comments

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

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

BradPenwarden avatar Nov 28 '17 15:11 BradPenwarden

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.

MvErven avatar Sep 26 '18 08:09 MvErven

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

caesarsamsi avatar May 09 '20 02:05 caesarsamsi

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.

sbutwina avatar May 12 '20 13:05 sbutwina

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.

caesarsamsi avatar May 16 '20 03:05 caesarsamsi