Page 1 of 1

Jinzora install

Posted: Tue Jan 06, 2009 2:19 pm
by salocinbake
I installed Jinzora, and created a database. I get:
403 forbidden
You don't have permission to access / on this server.

I deleted the jinzora2/.htaccess file.

Database: jinzora
user name: jinzora
password: hda

Any help would be appreciated, I will updated the wiki if I get this going.

Thanks

Re: Jinzora install

Posted: Tue Jan 06, 2009 4:26 pm
by relrobber
were you logged in as root? looks like a permissions problem.

Re: Jinzora install

Posted: Wed Jan 07, 2009 1:54 pm
by salocinbake
I was using root the hole process :?:

Salo

Re: Jinzora install

Posted: Wed Jan 07, 2009 4:52 pm
by cpg
i cannot replicate this error (i installed as a user, not root).

i went through the whole process, and it was a bit patchy, however, i got it through.

however, at the end, when i reach the point to launch jinzora, i get this :( when i hit http://jinzora :

Code: Select all

Invalid language .
i note that i had to resort several times to looking at the error logs in

Code: Select all

/var/log/httpd/error_log

Re: Jinzora install

Posted: Thu Jan 08, 2009 3:09 pm
by jfrenc14
if i remember right, it is caused from the .htaccess in the directoryroot, what you need to do is find the .htaccess open it one with a text editor, then pound all the lies out by putting a # in front of the line. You cannot remove the file since it is required to be their by Jinzora

Re: Jinzora install

Posted: Thu Jan 08, 2009 7:29 pm
by salocinbake
I did a fresh install, I installed being a user,still get the same error.
I have the jinzora2 folder in my /home/salo/ folder. And in the hda/setup apps-web it point towards it.

/var/log/httpd/error_log:

Permission denied: access to / denied, referer: http://hda/setup?sub=0&tab=webapps

I tried with and without the .htaccess file:

<filesmatch "\.php$">allow from all</filesmatch>

#Uncomment the below to enable podcasting
#Mod rewrite must be enabled!!!

#RewriteEngine on
#RewriteRule ^podcast\.rss podcast.php



Salo

Re: Jinzora install

Posted: Thu Jan 08, 2009 8:58 pm
by jfrenc14
ok i know for sure you will have to have .htaccess their and pounded out
inside the directory run
chown -R apache *
chgrp -R apache
and try again,
you may need to run service httpd restart

Re: Jinzora install

Posted: Thu Jan 08, 2009 9:01 pm
by salocinbake
Found my problem; I missed the line "After that, jinzora should be ready to continue install ... " I found the rest of the intalation on the Jinzora's web site. I will update the wiki for the next newbie like me. :P

Salo

Re: Jinzora install

Posted: Fri Jan 09, 2009 12:01 am
by cpg
that's great to hear.

keep in mind we're working on an expedited way to install apps, a "one click" install that we have been working on.

so the precise directions in the wiki will be very useful soon!

thanks!