Posts: 8
Threads: 1
Joined: Aug 2011
I'm not sure how to complete the 7th step in the installation process. I'm sure it's simple I just haven't figured it out yet. Thank you
http://www.domain.com/comments/installer/
Posts: 2,890
Threads: 59
Joined: Jun 2010
Hi,
Did you replace
domain.com with the domain name of
your site?
So it should be
http://www.sitename.com/comments/installer/
Have
you completed
the interview?
Posts: 8
Threads: 1
Joined: Aug 2011
Yes I did when I first tried the installer before. It says page not found
thank you for the quick response
Posts: 2,890
Threads: 59
Joined: Jun 2010
Okay. It might be that there was a problem when you uploaded the files.
Can you check using your FTP programme (e.g. FileZilla) that the /comments/installer/ folder exists.
Have
you completed
the interview?
Posts: 8
Threads: 1
Joined: Aug 2011
Yes it is in there I'm using Dreamweaver if that helps sorry for the late response. I deleted the file than uploaded it again and it still doesn't work (I'm also very new to this)
Thanks again
Posts: 2,890
Threads: 59
Joined: Jun 2010
It seems to be an issue with your server. Are you able to speak to your host about it?
Have
you completed
the interview?
Posts: 8
Threads: 1
Joined: Aug 2011
I fixed what needed to be fixed (I think) but know I'm getting a sorry there is a database connection error what could that mean? I linked the page
http://www.miserablehappy.com/commentics...installer/
Thanks Again for your help
Posts: 8
Threads: 1
Joined: Aug 2011
fixed everything I'm at the installation page thanks so much the only problem now is how do I disable magic quotes?
Posts: 2,890
Threads: 59
Joined: Jun 2010
Hi,
I noticed that you have uploaded it to:
domain.com/commentics/comments/
instead of:
domain.com/comments/
It should still work. But you will need to go to Settings -> System and correct the URL to your /comments/ folder.
About disabling Magic Quotes, if you have access to your php.ini file, make sure that these three are set to off:
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
Alternatively you can try adding this to your site's .htaccess file:
php_flag magic_quotes_gpc Off
Have
you completed
the interview?
Posts: 8
Threads: 1
Joined: Aug 2011
Thanks for all I the help I really appreciate it. I was able to get the page set up but the captcha and smiles don't appear/work.