Some bugs with fresh install of 9.9.5

Register an Account
Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 09-12-2008, 06:09 AM
repute's Avatar
Casual Pligger
 
Join Date: Jul 2007
Posts: 46
Installed the script on an other server and works great!

Last edited by repute; 09-18-2008 at 09:42 AM.
Reply With Quote
  #2 (permalink)  
Old 09-13-2008, 06:15 AM
repute's Avatar
Casual Pligger
 
Join Date: Jul 2007
Posts: 46
Someone? Please help!
Reply With Quote
  #3 (permalink)  
Old 09-13-2008, 07:03 AM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 4,934
Send a message via AIM to Yankidank
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!
Reply With Quote
  #4 (permalink)  
Old 09-13-2008, 07:40 AM
repute's Avatar
Casual Pligger
 
Join Date: Jul 2007
Posts: 46
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.
Reply With Quote
  #5 (permalink)  
Old 09-13-2008, 07:58 AM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 4,934
Send a message via AIM to Yankidank
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';
?>
and my dbconnect.php looks like:
(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;}
}
?>
All of your errors are new for me, so I don't know where to start. It has to be something to do with your server setup, but you're already running the php/mysql versions I would suggest. Maybe posting a link to a php info file might help us out.

The Twitter Module for Pligg CMS!
Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites!
Reply With Quote
Reply

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


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development