I recently did a fresh install of PGV 4.2.3 with a fresh MySQL database. Finally got it to load and upload my GEDCOM. Had some permission issues with the “Index” file but that seems to be fixed.
Now if I try to do a search (top of page) it loads a Windows box indicating that I am trying to “open search.php”. Same with trying to open the individuals list –> trying to “open indilist.php”. These files are in the directory.
I haven’t checked every function.
Thanks for any help!
Ray
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2010-01-04
Can I access your site to see what you mean?
Have you read and followed all the instructions in other posts about:
a - having PDO installed and working with MySQL?
b - having the right collations on your DB, its tables, and thier fields?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There doesn't seem to be a way to attach a screen shot.
In the blocks table for example:
b_id & b_order are "blank".
The rest are "utf8_unicode_ci"
When I change the "blank" to "utf8_unicode_ci" manually and save, the collation stays "blank".
Sorry, I can't get the "underline" character to work.
Ray
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I’ve been running PGV 4.1.6 with no problems.
I recently did a fresh install of PGV 4.2.3 with a fresh MySQL database. Finally got it to load and upload my GEDCOM. Had some permission issues with the “Index” file but that seems to be fixed.
Now if I try to do a search (top of page) it loads a Windows box indicating that I am trying to “open search.php”. Same with trying to open the individuals list –> trying to “open indilist.php”. These files are in the directory.
I haven’t checked every function.
Thanks for any help!
Ray
Can I access your site to see what you mean?
Have you read and followed all the instructions in other posts about:
a - having PDO installed and working with MySQL?
b - having the right collations on your DB, its tables, and thier fields?
There doesn't seem to be a way to attach a screen shot.
In the blocks table for example:
b_id & b_order are "blank".
The rest are "utf8_unicode_ci"
When I change the "blank" to "utf8_unicode_ci" manually and save, the collation stays "blank".
Sorry, I can't get the "underline" character to work.
Ray
collation rules only apply to text fields. b\-id etc. are numeric fields.