Upgraded to Version 8 Everything working except the image slider.

Permalink
When I attempt to edit the image sider block nothing happens.

I opened up Chrome's dev tools and noticed that a server error was being thrown.
So i turned Debug on and this is the output I am getting:

Whoops\Exception\ErrorException thrown with message "Call to undefined function uniqueId()"
Stacktrace:
#0 Whoops\Exception\ErrorException in /htdocs/concrete/blocks/image_slider/form_setup_html.php:337


I took a screenshot of the debug screens top portion as well and attached it.

The server we are on is running PHP 5.6

1 Attachment

 
fafd replied on at Permalink Best Answer Reply
I figured it out after testing.

I had asp style tags turned on in my php.ini file.
This was causing the error.

Everything is working as expected now.