Hi,my domain name is www.gnplaza.com and script is installed on www.gnplaza.com/friends This is a script like Myspace.I have created a MYSQL databse and used it in the confi.php as was said in the installation guide
The data base info i have used are:
//db access info
$sql_host='localhost';//host
$sql_user='iuxghaie_something';//db user
$sql_pass='khanbhai';//db pass
$sql_db='iuxghaie_space';//db name
//path and url
$base_path="/home/iuxghaie/public_html/friends";//full path to script
$main_url="http://gnplaza.com/friends";//url to the script
$cookie_url="gnplaza.com";//the domain name of your website without http://www
$tribes_folder="groups";//folder for groups to be created
I am not sure about the $base_path .Ithink i have done some mistake here.
Any way i have installed the script and it's working but still i am getting error in some part of the pages.
ERROR I AM GETTING IS
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/iuxghaie/public_html/friends/functions.php on line 1030
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/iuxghaie/public_html/friends/functions.php on line 1030
Warning: array_merge() [function.array-merge]: Argument #3 is not an array in /home/iuxghaie/public_html/friends/functions.php on line 1030
Warning: array_merge() [function.array-merge]: Argument #4 is not an array in /home/iuxghaie/public_html/friends/functions.php on line 1030
0
PLease let me know how can i fix this .Thanks for the same
Bye
The data base info i have used are:
//db access info
$sql_host='localhost';//host
$sql_user='iuxghaie_something';//db user
$sql_pass='khanbhai';//db pass
$sql_db='iuxghaie_space';//db name
//path and url
$base_path="/home/iuxghaie/public_html/friends";//full path to script
$main_url="http://gnplaza.com/friends";//url to the script
$cookie_url="gnplaza.com";//the domain name of your website without http://www
$tribes_folder="groups";//folder for groups to be created
I am not sure about the $base_path .Ithink i have done some mistake here.
Any way i have installed the script and it's working but still i am getting error in some part of the pages.
ERROR I AM GETTING IS
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/iuxghaie/public_html/friends/functions.php on line 1030
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/iuxghaie/public_html/friends/functions.php on line 1030
Warning: array_merge() [function.array-merge]: Argument #3 is not an array in /home/iuxghaie/public_html/friends/functions.php on line 1030
Warning: array_merge() [function.array-merge]: Argument #4 is not an array in /home/iuxghaie/public_html/friends/functions.php on line 1030
0
PLease let me know how can i fix this .Thanks for the same
Bye
Comment