PHP Classes

I cannot set it up / database

Recommend this page to a friend!

      Telex  >  All threads  >  I cannot set it up / database  >  (Un) Subscribe thread alerts  
Subject:I cannot set it up / database
Summary:Readme.txt content vague
Messages:2
Author:ensis
Date:2017-03-12 17:52:43
 

  1. I cannot set it up / database   Reply   Report abuse  
Picture of ensis ensis - 2017-03-12 17:52:43
Hi
I followed the steps from readme.txt file up to line 25: - rename htaccess.txt -> .htaccess
I tried various prepending paths in the browser to run next line command '/app/install', but nothing workled for me.
Can I ask for clarifying, how complete url should look like? Assuming my core url is 'http:/my.dev/telex/'.
Thanks.

  2. Re: I cannot set it up / database   Reply   Report abuse  
Picture of dav y dav y - 2017-03-12 18:23:03 - In reply to message 1 from ensis
Hi,
there is various reasons for htaccess to not work.
Without it, url should be /?app=
but there are necessary.

After,
app/install is made private with a var in the class.
!! temporaly change var private=6 -> private=0 to access it while you are not again registered !!

It's necessary to do that for the first install, because it's contradictory, only the installed soft will let you acceed to app/install.

After, in the table 'login', verify your 'auth' column is set to 7.
Registered people will have auth=2.
auth=1 is for stopped accounts.
auth>2 is for special apps reserved for special accounts.