Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   ZenTracker (http://www.bvlist.com/forumdisplay.php?f=81)
-   -   Install guide? (http://www.bvlist.com/showthread.php?t=8316)

Giorgatzelos 19th September 2012 14:33

Install guide?
 
I want to test this source but i cannot find an installation guide about web hosting...it has 2 installation guides about windows and ubuntu hosting [own pc hosting]...can anyone be specific abouy how someone install this source to a web host?
I created a database,linked to user imported everything from the zt.sql...Now,where do i uplad the files?everything in public_html or all in root and just web in public html?wich files do i have to modify so i link my database with the site?i have also a pmbt tracker but the installation guide was crystal clear...not truing to offend you, i believe your code is very promissing but an installation guide for everyone would be a key point of making more people interested...and make their effords of installing your code eassier...with regards Giorgatzelos...

Optix 19th September 2012 17:54

Quote:

Originally Posted by Giorgatzelos (Post 36628)
I want to test this source but i cannot find an installation guide about web hosting...it has 2 installation guides about windows and ubuntu hosting [own pc hosting]...can anyone be specific abouy how someone install this source to a web host?
I created a database,linked to user imported everything from the zt.sql...Now,where do i uplad the files?everything in public_html or all in root and just web in public html?wich files do i have to modify so i link my database with the site?i have also a pmbt tracker but the installation guide was crystal clear...not truing to offend you, i believe your code is very promissing but an installation guide for everyone would be a key point of making more people interested...and make their effords of installing your code eassier...with regards Giorgatzelos...

Hi.

1. Download the lastest version here :
https://github.com/Optix/ZenTracker
(you've a ZIP download button near the project description).

2. Unzip on your computer

3. Upload everything in your FTP root folder.

4. The content of /web has to be readable by the webserver (not the rest, that's why we've uploaded directly in the ftp root). On a shared hosting, you can upload the /web content in your "public_html" or "www".

5. CHMOD 777 recursive on :
- /cache
- /data & /data/zen.sql
- /log
- /web/uploads (the "web" folder may change on a shared hosting).

6. Call the index.php and it should work without any database :)

Keep me informed of your progress ;)

Giorgatzelos 20th September 2012 06:07

2 Attachment(s)
I tried https://github.com/Optix/ZenTracker and i did 1,2,3,4,5(was zen.db not zen.sql),6

Everything in root / folder and contents of web folder in public_html/

i call mysite/index.php and this is what i take


PHP Code:

Fatal errorUncaught exception 'PDOException' with message 'SQLSTATE[HY000] [14] unable to open database file' in /home/a3123427/apps/frontend/config/frontendConfiguration.class.php:34 Stack trace#0 /home/a3123427/apps/frontend/config/frontendConfiguration.class.php(34): PDO->__construct('sqlite:%sf_root...') #1 /home/a3123427/lib/symfony/lib/plugins/sfDoctrinePlugin/config/sfDoctrinePluginConfiguration.class.php(58): frontendConfiguration->configureDoctrine(Object(Doctrine_Manager)) #2 /home/a3123427/lib/symfony/lib/config/sfApplicationConfiguration.class.php(169): sfDoctrinePluginConfiguration->initialize() #3 /home/a3123427/lib/symfony/lib/config/sfApplicationConfiguration.class.php(150): sfApplicationConfiguration->initializePlugins() #4 /home/a3123427/lib/symfony/lib/config/sfApplicationConfiguration.class.php(51): sfApplicationConfiguration->initConfiguration() #5 /home/a3123427/lib/symfony/lib/config/sfProjectConfiguration.class.php(614): sfApplicationConfiguration->__construct('prod', true, '/home/a3123427', NU in /home/a3123427/apps/frontend/config/frontendConfiguration.class.php on line 34 


see left picture i took also...in right picture is the folder structure...i think i finally understood what you ment and it is all ok.

linkin2007 20th September 2012 14:04

free web hosting?

Giorgatzelos 20th September 2012 15:42

Yes, that's right...

Optix 20th September 2012 17:11

For security purposes, ZenTracker can't run on a shared host which reads directly in the root folder (like 1&1).

Zen will work on a shared hosting which uses CPanel or Plesk for instance ;)

Giorgatzelos 20th September 2012 17:15

Do you have any suggestions of a free host with these features?

ajax 21st September 2012 09:12

Quote:

Originally Posted by Giorgatzelos (Post 36646)
Do you have any suggestions of a free host with these features?

Get a server, free hosts suck's dead deer hairy balls. :wild:

Giorgatzelos 22nd September 2012 01:39

Whatever host and i tested CPanel or Plesk the same error occurs...do i have to do anything else?or it is a problem of this zip pack?all contents to / and web to public_html...am i missing something else than my mind?

PHP Code:

Fatal errorUncaught exception 'PDOException' with message 'SQLSTATE[HY000] [14] unable to open database file' in /home/u259877490/apps/frontend/config/frontendConfiguration.class.php:34 Stack trace#0 /home/u259877490/apps/frontend/config/frontendConfiguration.class.php(34): PDO->__construct('sqlite:%sf_root...') #1 /home/u259877490/lib/symfony/lib/plugins/sfDoctrinePlugin/config/sfDoctrinePluginConfiguration.class.php(58): frontendConfiguration->configureDoctrine(Object(Doctrine_Manager)) #2 /home/u259877490/lib/symfony/lib/config/sfApplicationConfiguration.class.php(169): sfDoctrinePluginConfiguration->initialize() #3 /home/u259877490/lib/symfony/lib/config/sfApplicationConfiguration.class.php(150): sfApplicationConfiguration->initializePlugins() #4 /home/u259877490/lib/symfony/lib/config/sfApplicationConfiguration.class.php(51): sfApplicationConfiguration->initConfiguration() #5 /home/u259877490/lib/symfony/lib/config/sfProjectConfiguration.class.php(614): sfApplicationConfiguration->__construct('prod', true, '/home in /home/u259877490/apps/frontend/config/frontendConfiguration.class.php on line 34 


Optix 22nd September 2012 09:10

What version of SQLite are you running on ?

Giorgatzelos 22nd September 2012 14:13

I never had a problem installing a source before, i am the owner of a pmbt,xbtit tracker and i set up Yuna SE before...

You told me in your short installation guide:
Quote:

6. Call the index.php and it should work without any database :)
i call the index but every time in any server i get
PHP Code:

Fatal errorUncaught exception 'PDOException' with message 'SQLSTATE[HY000] [14] unable to open database file' in /home/u259877490/apps/frontend/config/frontendConfiguration.class.php:34 Stack trace#0 /home/u259877490/apps/frontend/config/frontendConfiguration.class.php(34): PDO->__construct('sqlite:%sf_root...') #1 /home/u259877490/lib/symfony/lib/plugins/sfDoctrinePlugin/config/sfDoctrinePluginConfiguration.class.php(58): frontendConfiguration->configureDoctrine(Object(Doctrine_Manager)) #2 /home/u259877490/lib/symfony/lib/config/sfApplicationConfiguration.class.php(169): sfDoctrinePluginConfiguration->initialize() #3 /home/u259877490/lib/symfony/lib/config/sfApplicationConfiguration.class.php(150): sfApplicationConfiguration->initializePlugins() #4 /home/u259877490/lib/symfony/lib/config/sfApplicationConfiguration.class.php(51): sfApplicationConfiguration->initConfiguration() #5 /home/u259877490/lib/symfony/lib/config/sfProjectConfiguration.class.php(614): sfApplicationConfiguration->__construct('prod', true, '/home in /home/u259877490/apps/frontend/config/frontendConfiguration.class.php on line 34 


Optix 22nd September 2012 15:48

You didn't answer my question : what version of SQLite are you running on ?

You can also set the framework to call your MySQL server. You'll have to configure the /config/databases.yml and restore the /data/sql/schema.sql ;)

Giorgatzelos 22nd September 2012 16:07

I believe this is what you need...


MySQL Server Load: 0.15
Apache Version: Apache/2.2.17
PHP Version: 5.2.17
MySQL Version: 5.1.58
Activated: 2012-09-21 14:51:29

Optix 22nd September 2012 17:43

You haven't the lastest PHP version (5.3 breanch) to run Zen. This latter is running with a professional PHP framework, it's more difficult to meet the criterias :/ :sad:

Giorgatzelos 22nd September 2012 21:46

i will try to install it on PHP version (5.3 breanch) AND LET YOU KNOW ABOUT MY PROGRESS...

Optix 25th September 2012 17:39

I've tried to install ZenTracker on your free webhost which runs PHP5.3

Unfortunately, some fucking ads are injected in the JSON stream returned after an AJAX call. So Zen can't work. :(

If you just want to try it, you can install WAMP on your computer :ok:

Giorgatzelos 25th September 2012 19:10

thanks...but i have to have a static ip to set it up on my computer...isn't it?

Optix 25th September 2012 19:12

Nope, just call http://localhost ;)

PS : don't forget to enable rewrite_module and PDO-sqlite in the WAMP menu ;)

nextgen. 26th March 2013 19:38

I have the same problem, I can not install the zentracker :sad:
I using

PHP Version 5.3.15

PDO

PDO supportenabled PDO drivers mysql, sqlite, sqlite2
pdo_mysql

PDO Driver for MySQLenabled Client API version 5.5.23

Giorgatzelos 7th February 2015 03:37

1 Attachment(s)
My Zen masterpiece!


All times are GMT +2. The time now is 21:54.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.