Class not found error

My environment:
OS: Ubuntu 14.04 LT
Web Server: apache2

[Sat Oct 31 15:40:30.708004 2015] [:error] [pid 5420] [client 127.0.0.1:58667] PHP Fatal error: Class ‘DreamFactory\Platform\Utility\Enterprise’ not found in /opt/dreamfactory/platform/app/controllers/WebController.php on line 1247

The port is set to listen on 10081 in order to facilitate deployment behind a reverse proxy (HAProxy). I am not yet using the reverse proxy and the host is available at http://fqdn:10081/. Requests to the host using a browser return a 500 error. The apache logs contain the above mentioned error.

I’m new to DreamFactory, any assistance is appreciated.

Are you installing DreamFactory 2.0 or the Enterprise beta? How did you install? Is anything logged in the DreamFactory log? What is the 500 error returned in the browser?

Same error

Debian wheezy
Server version: Apache/2.2.22 (Debian)

browser chrome 500 error

install with this intructions

https://github.com/dreamfactorysoftware/dsp-core/wiki/Install-Debian-Ubuntu

Are you installing 1.9?

I am installing dsp-core

git clone https://github.com/dreamfactorysoftware/dsp-core.git /opt/dreamfactory/platform

exactly like instructions

There was an issue with some enterprise references in the code base. I’m told by engineering that this has been resolved. Can you try again? You’ll need to delete the cloned directory and start over.

Just idle curiosity here: is there a reason you’re not using the DreamFactory 2.0 repo?

Hi
the repo works fine thanks

I followed the installation intructions, dont have a indication for 2.0 repo, only 1.9.4

Kind regards