Search found 4 matches

by rayne
2014-11-23 00:35
Forum: ADDT
Topic: PHP 5.4 onwards
Replies: 8
Views: 9794

Re: PHP 5.4 onwards

Silly me, it was a permission problem. When I installed PHP 5.4, /var/lib/php/session was changed to 755. Changing it to 733 fixed most issues I was having. Login, dynamic lists, dynamic forms all work. The only problem I have found so far is that deleting a record from a dynamic list does not seem ...
by rayne
2014-11-22 18:41
Forum: ADDT
Topic: PHP 5.4 onwards
Replies: 8
Views: 9794

Re: PHP 5.4 onwards

OK, thanks! I host my sites on a server that I maintain. I had to upgrade that server to PHP 5.4 to install forum software.

I am also going to look at this again this weekend and see if I can figure it out.

Thanks for keeping in touch about this issue!
Rayne
by rayne
2014-11-21 22:12
Forum: ADDT
Topic: PHP 5.4 onwards
Replies: 8
Views: 9794

Re: PHP 5.4 onwards

Thanks for the reply. My permissions seem to be correct and all the paths appear to be correct. I am also receiving this error when submitting a form: Error: Internal error. Developer Details: tNG_fields.getFakeRecordset: SQL error: Error creating fake recordset: SQL: SELECT '' AS kt_login_user, '' ...
by rayne
2014-11-21 19:11
Forum: ADDT
Topic: PHP 5.4 onwards
Replies: 8
Views: 9794

Re: PHP 5.4 onwards

I have updated a site that where ADDT was working correctly (PHP 3.3.4) to PHP 5.4 and found the login page now does not work. The correct login now fails with this message: PHP Warning: Unknown: open(/var/lib/php/session/sess_1fsqs5di7668gq9qu56198j5q6, O_RDWR) failed: Permission denied (13) in Unk...