PDA

View Full Version : Missing files


Largo
11-12-2005, 01:58 PM
Hi,

I using this script, and I cannot log to admin ... I send the error what I see, and when I want to go to index of catolog is install screen ... I can install this 1000 and nothing. I go to phpmyadmin, and I don't see the tables ...

Version RC5.2

Please help me,
Largo

David
11-12-2005, 02:19 PM
I'd be interested to know the contents of includes/config.php

Largo
11-12-2005, 02:21 PM
Hi,

This is error when I try to go after install :

{url not in service}

After want to go admin :
{url not in service}

This is the content of config.php :

[/quote]<?php
/**
* Project: PHPLinkDirectory: Link exchange directory
*
* License: GNU GPL (http://www.opensource.org/licenses/gpl-license.html)
*
* This program is free software;
*
* you can redistribute it and/or modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2 of the License,
* or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with this program;
* if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* For questions, help, comments, discussion, etc., please join the
* PHP Link Directory Forum http://www.phplinkdirectory.com/forum/

*
* @link http://www.phplinkdirectory.com/
* @copyright 2004-2005 NetCreated, Inc. (http://www.netcreated.com/)
* @package PHPLinkDirectory
* @version 2.0.0 RC5.2
**/
error_reporting(E_ALL ^ E_WARNING ^ E_NOTICE);
header('Content-Type: text/html; charset=utf-8');
/*
* Add our installation path to the include_path
*/
define('INSTALL_PATH', substr(__file__,0,-18));
if(!defined('PATH_SEPARATOR')){
define('PATH_SEPARATOR', strtoupper(substr(PHP_OS, 0, 3)) == 'WIN'?';':':');
}
ini_set('include_path', ini_get('include_path').PATH_SEPARATOR .INSTALL_PATH);
define('TABLE_PREFIX','PLD_');
define('ADODB_ASSOC_CASE', 1);
require_once 'include/tables.php';
define('DEMO', false);

?>

David
11-12-2005, 02:57 PM
I see the problem now.
Do a search here on ADODB
There seems to be an issue with the files you uploaded. There is lots of info available on this topic thru search.
Good luck! :)

Ap0s7le
11-12-2005, 05:15 PM
Largo,

This requires a manual install.

Contact me via PM and we'll see about getting this up and working.

Kind Regards,

-Casey

Largo
11-12-2005, 05:47 PM
OK,

I'll send to You PM with data for server ...