Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    New Pligger chardiar's Avatar
    Joined
    Jan 2007
    Posts
    2
    Thanks
    Received:0
    Given: 0

    Please, what's wrong?

    Hi to all,

    I have a problem installing and trying to setup a site:

    1 - Step 1:

    Notice: Undefined variable: errors in xxxxxxxx/midominio/portal/install/install1.php on line 20

    Enter your MySQL database settings below:

    Database Name
    Database Username
    Database Password
    Database Server
    Table Prefix
    (ie: "pligg_" makes the tables for users become pligg_users)

    - Step 2:
    Database connection established...

    Found database...

    '../libs/dbconnect.php' was updated successfully.


    Notice: Undefined variable: errors in xxxxxxxx/midominio/portal/install/install2.php on line 38

    Notice: Undefined variable: output in xxxxxxxx/midominio/portal/install/install2.php on line 39


    There were no errors, continue onto the next step...


    - Step 3:

    Notice: Undefined variable: errors in xxxxxxxx/midominio/portal/install/install3.php on line 13
    Creating database tables...

    Creating table: 'blogs'...
    Creating table: 'categories'...
    Creating table: 'comments'...
    Creating table: 'friends'...
    Creating table: 'languages'...
    Creating table: 'links'...
    Creating table: 'trackbacks'...
    Creating table: 'users'...
    Creating table: 'tags'...
    Creating table: 'votes'...
    Creating table: 'pageviews'....
    Creating table: 'config'
    Creating table: 'messages'
    Creating table: 'modules'
    Creating 'god' user...
    Inserting default categories...
    Inserting default modules...
    Inserting default 'config' data...

    Tables were created successfully!


    Notice: Undefined variable: errors in xxxxxxxx/midominio/portal/install/install3.php on line 51

    Notice: Constant table_prefix already defined in xxxxxxxx/midominio/portal/settings.php on line 5

    Notice: Constant table_prefix already defined in xxxxxxxx/midominio/portal/libs/settings_from_db.php on line 23

    Notice: Constant table_blogs already defined in xxxxxxxx/midominio/portal/config.php on line 91

    Notice: Constant table_categories already defined in xxxxxxxx/midominio/portal/config.php on line 92

    Notice: Constant table_comments already defined in xxxxxxxx/midominio/portal/config.php on line 93

    Notice: Constant table_friends already defined in xxxxxxxx/midominio/portal/config.php on line 94

    Notice: Constant table_languages already defined in xxxxxxxx/midominio/portal/config.php on line 95

    Notice: Constant table_links already defined in xxxxxxxx/midominio/portal/config.php on line 96

    Notice: Constant table_trackbacks already defined in xxxxxxxx/midominio/portal/config.php on line 97

    Notice: Constant table_users already defined in xxxxxxxx/midominio/portal/config.php on line 98

    Notice: Constant table_tags already defined in xxxxxxxx/midominio/portal/config.php on line 99

    Notice: Constant table_votes already defined in xxxxxxxx/midominio/portal/config.php on line 100

    Notice: Constant table_pageviews already defined in xxxxxxxx/midominio/portal/config.php on line 101

    Notice: Constant table_config already defined in xxxxxxxx/midominio/portal/config.php on line 102

    Notice: Constant table_modules already defined in xxxxxxxx/midominio/portal/config.php on line 103

    Notice: Constant table_messages already defined in xxxxxxxx/midominio/portal/config.php on line 104

    Notice: Undefined variable: errors in xxxxxxxx/midominio/portal/install/install3.php on line 84


    Pligg appears to have installed successfully!

    Things to do next:


    4- In midominio.com/portal/admin_config.php

    Notice: Constant table_prefix already defined in xxxxxxxx/midominio/portal/libs/settings_from_db.php on line 23

    Warning: Cannot modify header information - headers already sent by (output started at xxxxxxxx/midominio/portal/libs/settings_from_db.php:23) in xxxxxxxx/midominio/portal/libs/html1.php on line 167


    ------------------------

    Thanks in advance... its an very nice software !!!

  2. #2
    New Pligger justacommentor's Avatar
    Joined
    Jan 2007
    Posts
    5
    Thanks
    Received:0
    Given: 0
    yeh me too .. just jumped into pligg and the installation already has errors

  3. #3
    Pligg Developer/Admin kbeeveer46's Avatar
    Joined
    Jun 2006
    Posts
    3,215
    Thanks
    Received:1
    Given: 0
    justacommentor, how are we supposed to help you with a post like that?

  4. #4
    Pligg Developer/Admin kbeeveer46's Avatar
    Joined
    Jun 2006
    Posts
    3,215
    Thanks
    Received:1
    Given: 0
    chardiar, I think you need to reupload the files and make sure they all upload correctly. Make sure when you chmod that it chmod's all the files in the directory, too.

  5. #5
    New Pligger justacommentor's Avatar
    Joined
    Jan 2007
    Posts
    5
    Thanks
    Received:0
    Given: 0
    kbee .. my problem is the same as the TS

    and im running it on local windows machine with apache / php 5..

  6. #6
    New Pligger chardiar's Avatar
    Joined
    Jan 2007
    Posts
    2
    Thanks
    Received:0
    Given: 0
    Quote Originally Posted by kbeeveer46 View Post
    chardiar, I think you need to reupload the files and make sure they all upload correctly. Make sure when you chmod that it chmod's all the files in the directory, too.

    Hi kbeeveer46 very thanks for your answer but I did it and I changed the Cute ftp to SmartFTP Client too and the problem is the same.

    Apache server, Linux, /var/www/midominio/, PHP/4.3.9, MSQL 4.1.12

  7. #7
    New Pligger justacommentor's Avatar
    Joined
    Jan 2007
    Posts
    5
    Thanks
    Received:0
    Given: 0
    any updates? im also having this problem with a fresh installation..

    i consider myself a seasoned php programmer.. there were so many Notices and Warnings that I personally feel that the code needs to be cleaned up.. but i understand its beta anyway..

  8. #8
    Pligg Developer/Admin kbeeveer46's Avatar
    Joined
    Jun 2006
    Posts
    3,215
    Thanks
    Received:1
    Given: 0
    Someone came into the IRC chat with us last night and had this same problem. They're not actually errors but notices.. They shouldn't be effecting the Pligg install at all. That particular person was using EasyPHP (which is like WAMP or Xampp) and trying to install Pligg on their local machine. The reason you are getting these notices is because of the amount of error reporting options you have enabled in your php.ini. We recommended to this person that they use WAMP or Xampp instead. If you don't have access to your php.ini file then you might have to contact your hosting provider.

  9. #9
    Constant Pligger savant's Avatar
    Joined
    Apr 2006
    Posts
    1,181
    Thanks
    Received:0
    Given: 0
    in php.ini look for this line

    ; - Show all errors except for notices and coding standards warnings
    ;
    error_reporting = E_ALL & ~E_NOTICE

    if it isn't that, set it to that to only get errors.

  10. #10
    New Pligger justacommentor's Avatar
    Joined
    Jan 2007
    Posts
    5
    Thanks
    Received:0
    Given: 0
    ok what exactly does pligg require..

    "..that your server has installed a recent version of PHP and MySQL.." .. so what is the minimum version required?

    I have php 5 and mysql 4

    on a another note, i hope the developer teams will take notice of the Notices and Warnings, as they are there for a reason

Page 1 of 2 12 LastLast

Similar Threads

  1. What am I doing wrong?
    By oobie11 in forum Questions & Comments
    Replies: 0
    Last Post: 10-22-2009, 03:16 PM
  2. I have done something wrong
    By magpie2419 in forum Questions & Comments
    Replies: 2
    Last Post: 09-11-2008, 08:54 AM
  3. What is wrong Please help me
    By Small in forum Questions & Comments
    Replies: 6
    Last Post: 08-09-2008, 10:52 AM
  4. what is wrong about this
    By hong0 in forum Questions & Comments
    Replies: 1
    Last Post: 09-14-2007, 05:22 AM
  5. Am I Doing something wrong ?
    By Templora in forum Questions & Comments
    Replies: 2
    Last Post: 12-05-2006, 07:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Pligg Modules and Pligg Templates from Pligg Pro Web Hosting Services by Midphase Dreamhost Web Hosting Donate to Pligg