Hello Phalcons, I am setting up a Phalcon project using the INVO code to get started. I have a few items that I can't seam to figure out. I am running a dedicated virtual Ubuntu machine with lighttpd, here are some selected stats from info.php:
Server = Linux NameHere 3.8.0-19-generic #30-Ubuntu SMP Wed May 1 16:35:23 UTC 2013 x86_64
Server API = FPM/FastCGI
MYSQL = Client API version 5.5.34
Phalcon Version 1.2.6
I have coppied the INVO files up to '/var/www/MySite', updated 'config.ini' with the correct MYSQL info, and also set the permissions of the 'cache' dir to 777 to get volt working. I created a MYSQL database and imported the INVO database, per the readme file...
Here is proof:
mysql> show tables;
+----------------+
| Tables_in_MyDataBase |
+----------------+
| companies |
| contact |
| product_types |
| products |
| users |
+----------------+
There are two main problems. The INVO demo site loads but there are no views associated with the index page. So just plain HTML and the .ico file. Also, non of the links go anywere. The URL changes to 'https://localhost/btec/session/register' but the index page remains. Thanks in advance for any insight into my dilemma. - Scudder