Hi Community,
I am banging my head over this one since a couple of days. Maybe some of you who are already familiar with Airtime might be able to help me out on this one.
I have tried just about everything incl. new installs, re-instals and the latest version from GIT.
Here's my problem:
I have installed the latest version of Airtime using the GIT source and the install went flawless. When I go to the subdomain I have setup (using plesk) I can see the login screen but the Browser Window title already says "DB_ERROR No such table.
Trying to run airtime-db-update for example gives me the following error:
checking the mentioned folder with ls gives me the following output, showing that the airtime root folder does exists.
I'm pretty convinced that this whole issue revolves around phing somehow. I have checked the include paths within the php.ini files and PEAR is in the include path, at least the path is in the include directive.
Plus when I check the airtime Database through psql it let's me choose the airtime database but a query to show the tables only results in no relations.
That would mean that the installer did not install the database correctly.
Is there a way to manually import the SQL into the database. I have tried multiple versions of airtime now and they all generate the same issue. Install runs and completes fine, Database and DB User being setup but no sql being inserted.
Any help would be greatly appreciated.
Oh and by the way, Happy Easter to everyone.
I am banging my head over this one since a couple of days. Maybe some of you who are already familiar with Airtime might be able to help me out on this one.
I have tried just about everything incl. new installs, re-instals and the latest version from GIT.
Here's my problem:
I have installed the latest version of Airtime using the GIT source and the install went flawless. When I go to the subdomain I have setup (using plesk) I can see the login screen but the Browser Window title already says "DB_ERROR No such table.
Trying to run airtime-db-update for example gives me the following error:
root@xxxxxx:/# /usr/bin/airtime-update-db-settings Airtime root folder found at /var/www/airtime Updating /var/www/airtime/application/configs/application.ini Updating /var/www/airtime/build.properties Updating /var/www/airtime/runtime-conf.xml Regenerating propel-config.php PHP Warning: require_once(phing/Project.php): failed to open stream: No such file or directory in /usr/share/php/phing/Phing.php on line 22 PHP Fatal error: require_once(): Failed opening required 'phing/Project.php' (include_path='.:') in /usr/share/php/phing/Phing.php on line 22
checking the mentioned folder with ls gives me the following output, showing that the airtime root folder does exists.
root@xxxxxx:/# ls -l /var/www/airtime/ insgesamt 20 drwxr-xr-x 10 xxxxxx psaserv 4096 2011-04-24 15:37 application drwxr-xr-x 3 xxxxxx psaserv 4096 2011-04-24 15:37 build drwxr-xr-x 10 xxxxxx psaserv 4096 2011-04-24 15:37 library drwxr-xr-x 5 xxxxxx psaserv 4096 2011-04-24 15:37 public drwxr-xr-x 4 xxxxxx psaserv 4096 2011-04-24 15:37 tests root@xxxxxx:/#
I'm pretty convinced that this whole issue revolves around phing somehow. I have checked the include paths within the php.ini files and PEAR is in the include path, at least the path is in the include directive.
Plus when I check the airtime Database through psql it let's me choose the airtime database but a query to show the tables only results in no relations.
That would mean that the installer did not install the database correctly.
Is there a way to manually import the SQL into the database. I have tried multiple versions of airtime now and they all generate the same issue. Install runs and completes fine, Database and DB User being setup but no sql being inserted.
Any help would be greatly appreciated.
Oh and by the way, Happy Easter to everyone.