← Back to team overview

phpdevshell team mailing list archive

[Bug 659198] Re: Error: Can't find any 'template' because dependancy is wrong

 

I have installed v3.0.0-Beta-1 on Linux RHEL without any problems so
must be a Windows issue only as stated above.

-- 
Error: Can't find any 'template' because dependancy is wrong
https://bugs.launchpad.net/bugs/659198
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.

Status in Open Source php gui type development framework.: Triaged

Bug description:
Note: This problem seems to happen on Microsoft Windows specifically.

Steps to reproduce the problem:
1) Create the database
2) Rename the configuration files
3) Run the website, i.e. http://localhost/mysite

PHPDS fails to detect that it is not installed yet and tries to execute database queries on a database structure that is not fully created yet. The following errors and problems occur as a result of this:

Uncaught Exception while running:
Can't find any 'template' because dependancy is wrong

It seems this error is displayed due to another error that is thrown by the database but the error unfortunately does not specifically state what is wrong. I know that the problem is that the table actually doesn't exist but the error displayed is the following:
The MySQL database engine returned with an error (code 0).





References