Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - SwissCharles

1
Issues / PHPRad doesn't see my PostgreSQL database..
Hi Folks

First things first:
I acted on the info re Postgres’ authentication and modified it’s 2 configuration files to use md5 plus reset the already existing user’s password on the server (ALTER USER…) .

When trying to start a new project (PHPRad Classic 2.7.3), using an existing PostgreSQL 13 database, I get the following error message:
“Fatal: 3D000: Databayse “xyz” does not exist”

What I entered:

    selected POSTGRE as DB-Server
    Server: localhost Port: 5432
    Username: cus
    his password: xxxxxx
    Database: As soon as I click on the small down-arrow, the above error message appears.
    On the DB-Server, I would like to connect to an existing schema which isn’t then shown.

The database is accessible through both, pgAdmin and my modeling tool Moon Modeler…

My environment:

    Windows 10 Pro 64 Bit
    xampp 8.0.3
    PostgreSQL 13.1
    Firefox latest

Thanks for your input on this!

Charles


 
3
Issues / Re: Fatal error: Cannot redeclare str_contains()
Hi Folks
New here...  ;)

Well, I've got the exact same error.
And to answer Willvins question: I haven't made any configuration changes yet, as this is my first foray into PHPRad.
All I did so far is to create two related tables in MariaDB using HeidySQL.
Then I started XAMPP (in it's Apache, MariaDB-Flavor) and then published what I had up to then.
And hey presto, this error as cited before turned up:
Fatal error: Cannot redeclare str_contains() in C:\xampp\htdocs\repairshack\helpers\Functions.php on line 524[/i]

Any news on this? Is it OK to just comment out this function?
Or is there some other needle in the haystack to tread on ;)

Thanks for your time and effort - much appreciated!

Charlie