

![]() |
| | Thread Tools | Display Modes |
| ||||
|
Installed the script on an other server and works great!
Last edited by repute; 09-18-2008 at 09:42 AM. |
| ||||
|
Someone? Please help!
|
| ||||
|
Is this with a well known web host or a local machine? I'm curious to find out if its a server issue or maybe a bad FTP upload or corrupted download. My suggestion is to start fresh and re-download and re-install Pligg from scratch. These are a lot of errors that I've never seen in such bulk before.
The Twitter Module for Pligg CMS! Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites! |
| ||||
|
Thanks for helping me out! It's my own webserver and al otrher scripts like joomla, vbulletin are working excellent with no problems. Just re-downloaded and reinstalled twice with no luck my settings file looks like: <?php $my_base_url = 'http://www.mydomain.com'; $my_pligg_base = ''; $dblang = 'en'; include_once mnminclude.'settings_from_db.php'; ?> So define('table_prefix', 'pligg_'); is missing after install did put in _pligg when installing.
|
| ||||
|
It stripped out the table prefix from settings.php? I've never noticed that happening before for anyone else. Just for reference, my localhost copy looks like this: Code: <?php
$my_base_url = 'http://localhost';
$my_pligg_base = '/trunk';
$dblang = 'en';
define('table_prefix', 'pligg_');
include_once mnminclude.'settings_from_db.php';
?> (Note that I don't have a password set up for my localhost MySQL) Code: <?php
define("EZSQL_DB_USER", 'root');
define("EZSQL_DB_PASSWORD", '');
define("EZSQL_DB_NAME", 'pligg');
define("EZSQL_DB_HOST", 'localhost');
if (!function_exists('gettext')) {
function _($s) {return $s;}
}
?> The Twitter Module for Pligg CMS! Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites! |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IIS 6.0 W2K3 & Pligg 9.9.5 - Install (Step by Step) | yfki | Questions and Comments | 2 | 01-12-2009 03:01 AM |
| Old database on fresh install | noyp | Questions and Comments | 4 | 03-05-2007 03:21 PM |