![]() |
|
Can't install on GoDaddy server! - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Can't install on GoDaddy server! (/thread-6731.html) |
Can't install on GoDaddy server! - justeyecandy - 2010-03-08 Hello. I'm getting two errors when I try to setup... http://www.justeyecandy.com/zenphoto/zp-core/setup.php I'm positive that the database is 5.0, yet it sees it as 4.3 And what is this whole magic quote thing? PLEASE HELP!!! Thanks Can't install on GoDaddy server! - acrylian - 2010-03-08 The first error is about the PHP version, not the database. It may work with that lower version but we have not tested it. The seconde error is explained on our troubleshooting as noted: Can't install on GoDaddy server! - justeyecandy - 2010-03-08 So is there nothing I can do? Can I just not use ZenPhoto with my GoDaddy server? Can't install on GoDaddy server! - AlexWilson - 2010-03-08 Your setup page looks like it's truncated -- there should be more output after those two warnings (and the warnings are fine, your site will work with those warnings). Anything in your error log? Can't install on GoDaddy server! - justeyecandy - 2010-03-08 Okay, you're speaking over my head. I'm a wed designer (Photoshop guy) not a programer. Don't even know what truncated means or what an error log is. lol All I know is that I followed the instructions and this is the result. I did it twice just to be sure. Can't install on GoDaddy server! - acrylian - 2010-03-08 These errors are about configurations on your server. Especially if you are web designer you should know some basics. Good web desing is not using Photoshop alone...:-) So your server has an error log that you neede to look at. If you don't know where that is ask your host. Also ask them to turn off magic quotes (you did read the link I post?). Can't install on GoDaddy server! - sbillard - 2010-03-08 Please see also the second post in http://www.zenphoto.org/support/topic.php?id=7022 Can't install on GoDaddy server! - justeyecandy - 2010-03-10 It turns out that since my account was opened several years ago that it was an older version of PHP. So that problem is now solved. However, the GoDaddy rep I spoke to had no idea what Magic Quote was. Your instructions about disabling it don't help me since I can't even find a file called .ini I have no idea what this is :p I tried modifying the .htaccess file, but that didn't do anything. A new error has come up about mbstring, whatever that is. Also, I'm now getting an error that it can't connect to the MySQL database. I filled in the correct info, but it still shows an error. http://www.justeyecandy.com/zenphoto3/zp-core/setup.php Why is this so difficult? I've recently added WordPress and Joomla with no problems So I'm not a complete idiot :p Can't install on GoDaddy server! - acrylian - 2010-03-10 Installing Zenphoto is not more difficult than Wordpress. Seems we just check a few more things and we do so because people had problems with certain things which resulted a lot of questions. So we warn about possible issues beforehand. Your host really should know what magic_quotes are...not positively about that host... mbstring is a warning and no error (yes, there is a difference) and it is explained on setup itself. If you don't want to use those characters you can ignore it. If you can't connect to your database the data you entered is not correct. Most likely "localhost" as the database server is not correct. Sharedhosts have their own database server that needs to be entered here. Can't install on GoDaddy server! - justeyecandy - 2010-03-10 Okay, that worked. Replaced "localhost" with the actual address. Thanks for your help. Can't install on GoDaddy server! - subgeek - 2010-03-10 not sure about godaddy, but i know some hosts (including 1and1, which i use) don't allow all php variables to be set in .htaccess. a possible work around is using php.ini, which in my case needs to be in every directory with .php files in order to make changes for those files. i have a file named "php.ini" in every folder of my zp install that has the lines: ` turn magic quotes offmagic_quotes_gpc = Off set internal encoding to UTF-8mbstring.internal_encoding = UTF-8 |