|
|||
Daten und JahrestageKann Abfrage nicht ausführen: SELECT tng_people.ID, tng_people.personID, lastname, lnprefix, firstname, tng_people.living,tng_people.private, tng_people.branch, prefix, suffix, nameorder, birthplace, birthdate, tng_people.gedcom, treename FROM (tng_people, tng_trees ) WHERE tng_people.gedcom = tng_trees.gedcom AND DAYOFMONTH(birthdatetr) = '01' AND MONTH(birthdatetr) = '10' AND birthdatetr != '0000-00-00' AND ((tng_people.living !=1 && tng_people.private != 1)) ORDER BY DAY(birthdatetr), MONTH(birthdatetr), YEAR(birthdatetr), lastname, firstname LIMIT 50 Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php5) in Unknown on line 0 |