Ok here is something I noticed that may have something to do with why my (store) iBay stopped working after the Nextcloud install.
Here is my php version info before the nextcloud install:
[root@defcon1 ~]# php -v
PHP 5.3.3 (cli) (built: Mar 22 2017 12:27:09)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
And here is the way it looks after the install of nextcloud:
root@defcon1 ~]# php -v
PHP 5.3.3 (cli) (built: Mar 22 2017 12:27:09)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
with Zend OPcache v7.0.5, Copyright (c) 1999-2015, by Zend Technologies
Could the addition of ZEND OPcache be causing the issue?
So when I look at the values for the phpinfo for the store ibay it shows OPcache loaded so for a test how would I be able to stop it from loading for that specific ibay?