Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > ZenTracker
Reply
  #1  
Old 19th September 2012, 14:33
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default 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...

Last edited by Giorgatzelos; 19th September 2012 at 15:04.
Reply With Quote
  #2  
Old 19th September 2012, 17:54
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Quote:
Originally Posted by Giorgatzelos View Post
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 ;)
Reply With Quote
The Following User Says Thank You to Optix For This Useful Post:
romano1 (11th January 2013)
  #3  
Old 20th September 2012, 06:07
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default
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.
Attached Thumbnails
20-9-2012 09-04-44.jpg   20-9-2012 09-10-32.jpg  

Last edited by Giorgatzelos; 20th September 2012 at 08:15.
Reply With Quote
  #4  
Old 20th September 2012, 14:04
linkin2007 linkin2007 is offline
Member
 
Join Date: Nov 2008
Choose
Posts: 14
Default
free web hosting?
Reply With Quote
  #5  
Old 20th September 2012, 15:42
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default
Yes, that's right...
Reply With Quote
  #6  
Old 20th September 2012, 17:11
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
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 ;)
Reply With Quote
  #7  
Old 20th September 2012, 17:15
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default
Do you have any suggestions of a free host with these features?
Reply With Quote
  #8  
Old 21st September 2012, 09:12
ajax's Avatar
ajax ajax is offline
Senior Member
 
Join Date: Apr 2009
United Kingdom
Posts: 165
Default
Quote:
Originally Posted by Giorgatzelos View Post
Do you have any suggestions of a free host with these features?
Get a server, free hosts suck's dead deer hairy balls.
__________________
"ALWAYS BE YOURSELF.
UNLESS YOU CAN BE A UNICORN.
THEN ALWAYS BE A UNICORN."
Reply With Quote
The Following User Says Thank You to ajax For This Useful Post:
Optix (21st September 2012)
  #9  
Old 22nd September 2012, 01:39
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default
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 
Reply With Quote
  #10  
Old 22nd September 2012, 09:10
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
What version of SQLite are you running on ?
Reply With Quote
Reply

Tags
guide , install

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 10:49. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.