Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

  • Beginning Developers

    Beginning Developers

    This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking

Activity

  • renstan replied on the discussion topic How to configure elgg using postgresql?
    Just an update. The modifying of the files doesn't work. Here's the lines I've changed: Line 657 of Application.php(as stated above) "adapter" => "pgsql", Line 151 of Database.php(as stated... view reply
  • renstan replied on the discussion topic How to configure elgg using postgresql?
    Thank you for all of your advise. I will try changing what you mentioned, Jerome. If it doesn't go well, I'll stick to MySQL. Thanks again iionly and Jerome! view reply
  • renstan added a new discussion topic How to configure elgg using postgresql? in the group Beginning Developers
    Hi there! I am new to elgg and I was wondering if postgresql works with elgg. I've tried changing the port in the settings.php to 5432 since that's the port where my local psql responds to. Here's part of the settings in my...
    • Thank you for all of your advise. I will try changing what you mentioned, Jerome. If it doesn't go well, I'll stick to MySQL. Thanks again iionly and Jerome!

    • Just an update. The modifying of the files doesn't work. Here's the lines I've changed:

      Line 657 of Application.php(as stated above)

      "adapter" => "pgsql",

      Line 151 of Database.php(as stated above)

      'driver' => 'pgsql',

      also tried

      'driver' => 'pdo_pgsql',

      It results to: Fatal error in exception handler. Check log for Exception at time 1594642615

      Since the files are part of the elgg directory in vendor, not a good idea to modify. Will be overwritten when it gets updated.

       

      Conclusion: Will stick to MySQL.

       

      Thank you, this is such a good learning experience *thumbs up*

    • It results to: Fatal error in exception handler. Check log for Exception at time 1594642615

      Just curious to know - what's in your server error log?