Jump to content
  • 0

Order Forms Error 500 - Ordercontroller Class Missing


Question

Posted

Hello

 

Recently installed Blesta 3.2.2 and imported data from WHMCS successfully.

 

All went well except when I browsed to Packages > Order Forms, which gave me Internal Server Error 500.

 

In PHP logs the following is present: 

  Quote

 

[04-Sep-2014 19:04:01] PHP Fatal error:  Class 'OrderController' not found in /home/hallinta/public_html/blesta/plugins/order/order_form_controller.php on line 11

 

We are running Varnish 3.0.5 frontend with Nginx 1.4.5 backend and PHP-fpm 5.3.3 against MariaDB 5.5. All in single VPS box.

 

I have tried to re-upload and unzip all files to the server but nothing has changed.

 

Is there a debug option somewhere which we can toggle or am I just missing some files?

7 answers to this question

Recommended Posts

  • 0
Posted

Sounds like you're missing the file. Can you confirm that /public_html/plugins/order/order_form_controller.php actually exists? If so, is it readable?

  • 0
Posted

It seems that the file exists and is readable:

  Quote

head -n 7 public_html/blesta/plugins/order/order_form_controller.php
<?php
/**
* Order Form Parent Controller
*
* @package blesta
* @subpackage blesta.plugins.order
* @copyright Copyright © 2010, Phillips Data, Inc.

  • 0
Posted
  On 10/9/2014 at 11:57 PM, jpatc6 said:

Does anyone have a solution to this one?

You have the sama plattforme ?

"We are running Varnish 3.0.5 frontend with Nginx 1.4.5 backend and PHP-fpm 5.3.3 against MariaDB 5.5. All in single VPS box."

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...