ClipShare Community Forums  

Go Back   ClipShare Community Forums > ClipShare - Standard & PRO - Version 2 and Previous > Pre-Sales Questions
Register FAQ Bug Tracker Members List Calendar Mark Forums Read

Pre-Sales Questions If you have any pre-sales questions, here's the place to ask.


Reply
 
Thread Tools Display Modes
Old 12-13-2006, 12:56 PM   #1
denizayten
Member
|Forum Newbie|
 
Join Date: Dec 2006
Posts: 5
denizayten is on a distinguished road
Default installation error

Hi.
installation step by step history

edit /include/config.php
edit /include/conf.ini
edit /js/myjavascriptfx.js

and

CHMOD the following files and directories to 777:
/images/editorimage
/templates (and all files and folders inside)
/tmp
/chimg
/flvideo
/include
/thumb
/video
/templates_c
/include/conf.ini
/include/config.php

but script non runing

error : Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'nobody'@'localhost' (using password: NO) in /adodb/drivers/adodb-mysql.inc.php on line 227

script addess = www.avrasya.tv/clipshare/
pls help.
thanks.
denizayten is offline   Reply With Quote
Old 12-13-2006, 01:23 PM   #2
Danny
ClipShare Staff
|Forum Guru|
 
Danny's Avatar
 
Join Date: Nov 2006
Posts: 1,638
Danny is on a distinguished road
Default

You have version 1.5.5
This version has a slight installation change, but this is included in the Installation Guide that came with your script distribution.

You have to edit /include/dbconfig.php and put your database info in there. conf.ini is not used anymore.
__________________
Best regards,
Danny B.
- Founder -

ClipShare | MediaShare | AVS (Adult Video Script) | Clone Script Directory | Screept



Danny is offline   Reply With Quote
Old 12-13-2006, 01:31 PM   #3
denizayten
Member
|Forum Newbie|
 
Join Date: Dec 2006
Posts: 5
denizayten is on a distinguished road
Default

thanks danny.

i'm download Visible CONF.INI File - Bug Fix and remove conf.ini file

copy include folder dbconfig.php

Edit config.php and replace the following code

$DBTYPE = 'mysql';
$DBHOST = SConfig::get("Database", "host");
$DBUSER = SConfig::get("Database", "user_name");
$DBPASSWORD = SConfig::get("Database", "password");
$DBNAME = SConfig::get("Database", "db_name");

with

require_once($config[BASE_DIR].'/include/dbconfig.php');

and

adodb-connection.inc.php modify
line 35-39

var $databaseType = 'mysql'; /// RDBMS currently in use, eg. odbc, mysql, mssql
var $database = 'clipshare'; /// Name of database to be used.
var $host = 'localhost'; /// The hostname of the database server
var $user = 'root'; /// The username which is used to connect to the database server.
var $password = 'pwd'; /// Password for the username. For security, we no longer store it.

script run.
thanks
denizayten is offline   Reply With Quote
Old 12-13-2006, 02:46 PM   #4
Danny
ClipShare Staff
|Forum Guru|
 
Danny's Avatar
 
Join Date: Nov 2006
Posts: 1,638
Danny is on a distinguished road
Default

You don't have to edit adodb-connection.inc.php
You have to edit /include/dbconfig.php
__________________
Best regards,
Danny B.
- Founder -

ClipShare | MediaShare | AVS (Adult Video Script) | Clone Script Directory | Screept



Danny is offline   Reply With Quote
Old 12-13-2006, 03:22 PM   #5
denizayten
Member
|Forum Newbie|
 
Join Date: Dec 2006
Posts: 5
denizayten is on a distinguished road
Default

Quote:
Originally Posted by Danny
You don't have to edit adodb-connection.inc.php
You have to edit /include/dbconfig.php
Danny ,

after , edit include/dbconfig.php but script non running.

include/adodb/adodb-connection.inc.php (default)
".......
var $database = '';
var $host = '';
var $user = '';
var $password = '';
......."

later , edit include/adodb/adodb-connection.inc.php.
".......
var $database = 'clipshare';
var $host = 'localhost';
var $user = 'root';
var $password = 'pwd';
......."
this time script run.

:?:
denizayten is offline   Reply With Quote
Old 12-13-2006, 04:34 PM   #6
Danny
ClipShare Staff
|Forum Guru|
 
Danny's Avatar
 
Join Date: Nov 2006
Posts: 1,638
Danny is on a distinguished road
Default

I don't see it running fine at:
http://www.avrasya.tv/clipshare/

adodb-connection.inc.php doesn't need to be edited. Only dbconfig.php
__________________
Best regards,
Danny B.
- Founder -

ClipShare | MediaShare | AVS (Adult Video Script) | Clone Script Directory | Screept



Danny is offline   Reply With Quote
Old 12-13-2006, 05:34 PM   #7
denizayten
Member
|Forum Newbie|
 
Join Date: Dec 2006
Posts: 5
denizayten is on a distinguished road
Default

Danny ;

new adress
www.avrasya.tv/video/

and adodb-connection.inc.php modify
but script runing
denizayten is offline   Reply With Quote
Old 12-13-2006, 06:40 PM   #8
ViveLesPieds
Member
|Forum Newbie|
 
Join Date: Dec 2006
Location: Internet City
Posts: 41
ViveLesPieds is on a distinguished road
Send a message via Yahoo to ViveLesPieds
Default

Quote:
Originally Posted by Danny
You have version 1.5.5
This version has a slight installation change, but this is included in the Installation Guide that came with your script distribution.
Wich version is now available ????

And, why don't you show us what are the difference with older version ? It can help some customer to buy the update :lol:

Best regards
ViveLesPieds is offline   Reply With Quote
Old 12-14-2006, 11:34 PM   #9
Danny
ClipShare Staff
|Forum Guru|
 
Danny's Avatar
 
Join Date: Nov 2006
Posts: 1,638
Danny is on a distinguished road
Default

Latest version is 1.5.5. The bugfixes found at http://helpdesk.scriptxperts.com have been added.
__________________
Best regards,
Danny B.
- Founder -

ClipShare | MediaShare | AVS (Adult Video Script) | Clone Script Directory | Screept



Danny is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation problems - ClipShare doesn't help!! marcocc Pre-Sales Questions 27 03-08-2008 03:28 AM
ClipShare : Professional Installation Service vagelis Pre-Sales Questions 10 02-20-2007 07:57 AM
Installation services pascal Pre-Sales Questions 1 02-15-2007 11:07 AM
Server installation suppose to be this morning chris Pre-Sales Questions 4 01-20-2007 12:11 AM



All times are GMT +1. The time now is 02:59 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright © 2006-2008 Envient. All Rights Reserved.

An Envient product.