PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   Installation Error: Fatal Error Call to undefined function mysql_connect() (http://www.photopost.com/forum/reviewpost-installation-upgrades/141446-installation-error-fatal-error-call-undefined-function-mysql_connect.html)

sagar December 22nd, 2009 06:02 AM

Installation Error: Fatal Error Call to undefined function mysql_connect()
 
Trying to install FRESH ReviewPost 5.x Beta but getting following error after Installation Step 2: Checking your server

Code:

Content visible to verified customers only.
Help Please

Chuck S December 22nd, 2009 07:09 AM

It would appear to me your server mysql is not correctly installed into PHP on the server.

mysql_connect is an internal php command usuable when mysql has been installed on the server and mysql support installed into PHP SETUP.

I would like to see the whole error posted though. ;)

sagar December 22nd, 2009 08:44 AM

VB 4 is already working so I beleive mysql+php is fine

Quote:

Fatal error: Call to undefined function mysql_connect() in /domain path/install.php on line 566

Chuck S December 22nd, 2009 09:05 AM

Well any other error here?

I can only comment on what you post here.

Undefinted function in PHP means that function is not defined.

mysql_connect is not something we would define in our software. Thats a function defined in PHP.

PHP: mysql_connect - Manual


All times are GMT -5. The time now is 05:09 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97