ualibraries / Guide-on-the-Side

The University of Arizona Libraries will no longer provide support for Guide on the Side. The code will remain openly available; however, UAL can no longer provide code fixes or upgrades.
https://ualibraries.github.io/Guide-on-the-Side/about.html
Other
66 stars 48 forks source link

PHP7 Images not uploading #154

Closed caosborne89 closed 7 years ago

caosborne89 commented 7 years ago

I know GOTS doesn't officially support PHP7 as of right now, but one issue I've come across is that you can't upload images when using PHP7. I found that the deprecated function "split" is being used in phpimage tinymce plug-in. Changing it to "explode", seems to fix that issue.

caosborne89 commented 7 years ago

Here is my pull request to fix this: #155

caosborne89 commented 7 years ago

The fix above has been merged into master. Closing the ticket.