PDA

View Full Version : editing the Clipshare /include/config.php


Glen74
09-22-2007, 07:17 AM
Now I'm really a Novice at this but i think i can manage the install etc but I'm not sure what to edit, do i edit the second part where the = points to ?
I know I've got to edit the yoursite and yoursite.com with my sites name and domain name but the rest I'm unsure

Thanks

Glen

Glen74
09-22-2007, 08:45 AM
OK i've gone through it again and finally sussed it out but i'm stuck on one section
In the /include/dbconfig.php it asks for DBHOST What do i put here ?

Kind Regards

Glen

Josh
09-23-2007, 07:49 AM
Hi Glen, dbhost = localhost
e.g. config
$DBTYPE = 'mysql';
$DBHOST = 'localhost';
$DBUSER = 'yourusername_DBuser';
$DBPASSWORD = 'DBpass';
$DBNAME = 'yourusername_DBname';

Glen74
09-23-2007, 08:11 AM
Hi Glen, dbhost = localhost
e.g. config
$DBTYPE = 'mysql';
$DBHOST = 'localhost';
$DBUSER = 'yourusername_DBuser';
$DBPASSWORD = 'DBpass';
$DBNAME = 'yourusername_DBname';

Hi Josh
Thanks for the help it's much appreciated
I got it to install but something went wrong so i went and tried to install PHPmotion and i just get a blank screen with that one :(

Guess I'll just have to keep practicing

Thanks
Glen

Josh
09-23-2007, 11:47 AM
I installed PHPmotion just the other day here on cirtex & it worked successfully - i wrote a thread here:
http://phpmotion.com/forum/index.php?topic=1105.0

It's using the PHP5 version of PHPmotion (http://www.phpmotion.com/downloads/v1_12/PHPMOTION_PHP5.zip)

~There is a HOW-To thread regarding blank screens:
BLANK SCREEN - when you load the setup or any other page


If you are getting a blank screen then you actually have any one of the problems above but your server is set to not show error notifications so you can see which error you are getting.

Solution:

The following files must be uploaded in binary

1) All files in the phpshiled folder

2) The file classes/config.php
taken from here (http://phpmotion.com/forum/index.php?topic=74.0)

Good luck :top: