Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Problems installing full pack

54 views
Skip to first unread message

Matt

unread,
May 6, 2016, 2:02:52 PM5/6/16
to pHKapa
Hello,

I'm attempting to install PHKapa 1.5 Full Pack on a Windows Server 2012, using PHP 5.3/7.0. I've tried using both to see if there was a problem specific to either version, but no luck.

When I try to use the plugin through [host]/install, it tells me that the plugin is available with the pHKapa full pack - which is what I'm using! (I also tried doing this on a Windows 10 PC, had the same problem)

When trying to install through host/install/secure, and configuring database.php, and importing the dump file into MySQL 5.7, I get an empty screen. The image is provided.

I do have Configure::write('debug', 2) set.

Any assistance would be much appreciated.
secure.png

pHKapa

unread,
May 6, 2016, 2:12:01 PM5/6/16
to pHKapa
Hello Mat,
You have FULLPACK? if yes you can go directly to support email for pHKapa ;) 
Any way cat bootstrap_phapp.php  file at app/Config directory and check for this lines 

CakePlugin::load('PrintReport', array('bootstrap' => true, 'routes' => false));
CakePlugin::load('CsvView', array('bootstrap' => true, 'routes' => false));
CakePlugin::load('Install', array('bootstrap' => false, 'routes' => false));
CakePlugin::load('Attachment',array('bootstrap'=>true));
CakePlugin::load('Feedback',array('bootstrap'=>true));

uncomment plugins you want to use.

Matt

unread,
May 6, 2016, 2:20:32 PM5/6/16
to pHKapa, phk...@googlegroups.com
Much appreciated!

Problem solved, thank you!
Reply all
Reply to author
Forward
0 new messages