Hi,
Please check below error, help me to solve this issue this urgent to fixed.
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; XHTML_Button has a deprecated constructor in C:\xampp\phppgadmin\classes\class.select.php on line 161
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; XHTML_Option has a deprecated constructor in C:\xampp\phppgadmin\classes\class.select.php on line 172
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; XHTML_Select has a deprecated constructor in C:\xampp\phppgadmin\classes\class.select.php on line 180
Fatal error: Uncaught Error: Call to undefined method XHtmlElement::XHtmlElement() in C:\xampp\phppgadmin\classes\class.select.php:184 Stack trace: #0 C:\xampp\phppgadmin\constraints.php(156): XHTML_Select->XHTML_Select('TableColumnList', true, 10) #1 C:\xampp\phppgadmin\constraints.php(593): addForeignKey(1) #2 {main} thrown in C:\xampp\phppgadmin\classes\class.select.php on line 184
Thank & Regards,
Madhulika
I found out how to fix this error. See my post on Stack Overflow. Simply edit any of the files above using the solution, which I described here: https://stackoverflow.com/questions/52537682/phppgadmin-no-objects-found/54510195#54510195