Search found 186 matches

by steven
Sun Mar 13, 2022 4:01 pm
Forum: TNG Settings, Mods and Information
Topic: TNG Media Access Mod
Replies: 0
Views: 23098

TNG Media Access Mod

The Media Access Mod requires users log in to access media. The mod was written for those that have a public site but want to restrict access to media. This prevent bots and others from scraping media data. After the mod is installed, the TNG privacy settings work the same except users must log in t...
by steven
Sun Jan 30, 2022 2:53 pm
Forum: TNG and Synology DSM
Topic: GEDCOM Import/Export 504 Error on Synology NAS
Replies: 2
Views: 19602

Re: GEDCOM Import/Export 504 Error on Synology NAS

I just used a virtual host to test NGINX by importing a large GEDCOM file with 179,117 people and did not have a 504 error.

For this to work, the the back-end server ( now called Default Portal ) and the virtual host must be set to NGINX.
by steven
Tue Dec 28, 2021 3:05 pm
Forum: TNG and Synology DSM
Topic: 504 Error when searching for Place with no associated events
Replies: 1
Views: 15191

Re: 504 Error when searching for Place with no associated events

I've tried using this feature on my live site and received the same error. This is not a memory problem but is caused by Apache timing out when running a long PHP script. Additionally importing a very large GEDCOM will cause the same error. To avoid this error I set up a local version of TNG that ru...
by steven
Fri Nov 12, 2021 7:51 pm
Forum: MariaDB
Topic: LAN access to MariaDB 10 on Synology
Replies: 1
Views: 14173

Re: LAN access to MariaDB 10 on Synology

Sorry for the delayed reply, been a bit busy and traveling. I don't use ODBC to connect to my Synology server's database(s). I do not think Synology offers the MariaDB connector module for ODBC. It's a bit more complicated to install, but you might check this link https://mariadb.com/docs/clients/ma...
by steven
Mon Oct 18, 2021 11:24 am
Forum: TNG Settings, Mods and Information
Topic: TNG Disable Phone Number Links
Replies: 0
Views: 29374

TNG Disable Phone Number Links

If you use social security or similar numbers with dashes in an event, IOS (Apple) mobile devices (iPhones and iPads) convert those numbers to phone links. While this is not a problem it can be annoying. The picture below shows the SS number as a link on an iPhone. /web_images/tng/settings_informati...
by steven
Tue Sep 07, 2021 10:03 am
Forum: MariaDB
Topic: Connecting to MariaDB
Replies: 11
Views: 105247

Re: Connecting to MariaDB

Your program should NOT use the user "root" to connect to any database. Root is the MariaDB and therefore the phpMyAdmin user. When you create a database, it is easier if you first create a user and then let phpMyadmin create a database with the same name and assign privileges. If you crea...
by steven
Mon Sep 06, 2021 6:55 pm
Forum: MariaDB
Topic: Connecting to MariaDB
Replies: 11
Views: 105247

Re: Connecting to MariaDB

I checked and the link and it works for me but here is the actual link: https://www.tutorialspoint.com/mariadb/mariadb_connection.htm If you can't get to that web site here is a simple connection code posted there: <html> <head> <title>Connect to MariaDB Server</title> </head> <body> <?php $dbhost =...
by steven
Fri Sep 03, 2021 1:42 pm
Forum: MariaDB
Topic: Connecting to MariaDB
Replies: 11
Views: 105247

Re: Connecting to MariaDB

Looking at your code it appears you writing a program. If that's the case I may not be able to devote enough time or answer all your questions. That said, connecting to MariaDB is pretty straight forward. Try this website with some nice tutorials for connecting to the MariaDB database. This article ...
by steven
Mon Aug 30, 2021 8:24 am
Forum: MariaDB
Topic: Connecting to MariaDB
Replies: 11
Views: 105247

Re: Connecting to MariaDB

What is advise on terms of accounts, privileges, passwords, may I - put the same passowrd on PHPMyAdmin and MariaDB please ? - the security management of the database is it true in my case please ? Regarding privleges, phpMyAdmin needs ALL permissions as it manages the databases and can edit any da...
by steven
Wed Aug 18, 2021 3:00 pm
Forum: TNG and Synology DSM
Topic: Changing the folder and database associations
Replies: 3
Views: 22623

Re: Changing the folder and database associations

In the future you can change database names using phpMyAdmin. To change the name select the database and then select the operations tab. /web_images/tng/tngsynology/ren-database-01.JPG Type in the new database name and check the Adjust privileges box. The old user name will be applied to the new dat...