Hello all, I just projeqtor and am excited to try it out and see if it will work for our organization but..... I need some help from those in the know to get it setup! I thought I could do it but, this is just a bit beyond me :whistle: .
So I copied the projeqtor folder onto our web server using FileZilla (love it!) and entered the web address and was very excited to see the configuration page pop up LOL .... that's where my excitement ended! I see all these things that I have NO IDEA about so...... I basically left most of the defaults hoping it would suffice but it did not 🙁 .
Here's what I see now, a lot of OKs :woohoo: BUT ... a few that are not OK 😳 and I don't know what to do. Some mention the php.ini file but I cannot find that file anywhere.
PHP version is 5.2.17 : OK
Module PDO is available : OK
Module PDO for 'MYSQL' is available : OK
Module MYSQL is available : OK
Module MYSQLi is available : OK
Module MBSTRING is available : OK
GD Library is available and correctly installed : OK
Module IMAP is available : OK
Module OPENSSL is available : OK
Module XML is available : OK
max_input_vars is not defined. Default value (1000) is too small - value should be at least 2000, 4000 recommended - check your php configuration (php.ini)
max_execution_time=30 : OK
memory_limit=32M (32.M) is too small - value should be at least 128M, 512M is advised - check your php configuration (php.ini)
file_uploads=1 : OK
session.auto_start is disabled : OK
magic_quotes_gpc must be disabled (set to false). Update your Php.ini file.)
register_globals is disabled : OK
SQLSTATE[HY000] [2003] Can't connect to MySQL server on '127.0.0.1' (111)
dsn = mysql:host=127.0.0.1;port=3306
Any help to get this setup properly would be greatly appreciated! Thanks!!
So, your PHP config is correct (some little warning, but nothing blocking).
Now, isue is that you cannot connect to MySql server.
Check that MySql is correctly running on localhost (127.0.0.1) and accepts connections.
Also check user and password (depending on your xAMP stack, you may try with a blank passwork)
Thanks for your response but this is where it gets over my head! I have ZERO experience with MySql so I have no idea how to check anything. What I do know is that our web host supports MySql but, other than that, I have no idea..... do I have to set something up on the host site? Do I have to talk to them? Should that fact that they support it be sufficient? I just don't know.
And, check user and password where? What is xAmp stack?
Sorry, I'm clueless here :blush: Thanks for your helpl
You have to contact your host provider to retreive connection information to the database :
- host
- port (defautl is 3306, but it may change)
- db user name
- db user password
- possible database name (if you're not allowed to create new one with given user)
Ok, I logged on to the host site and there are no Sql databases setup so, are you saying I need to create one to use projeqtor? As I said, I have zero experience with MySql and really don't know where to begin. :blink:
How did you see there is no MySql database ?
Do you know how to connect ot MySql database ?
If you don't have basic login inforation (as described on previous post), please ask you hosting provider.
I logged into the host provider and looked at our products, which include MySql Database. Went to manage MySql and it says no databases. I just created one --- I didn't put any data I just put a title in and saved it. Do I need to have a functioning database for projeqtor to work? Thanks
I just created one
So so have to specify the name of this database in the configuration screen.
Do I need to have a functioning database for projeqtor to work?
Not if your DB user has rights to create new database (which is not available most of the time on hosted systems, you must use hoster interface to create new database)
