01-22-2019, 01:41 PM
Hi, 4.3.26 on Ubuntu/Apache2
Just wanted to check something (I'm spinning up another instance to test further while I type):
I attempted to run a test system and live system off the same db - it seemed to work OK while I worked on it.
The latest feature initially required an AJAX GET (just to bring in a list of comments). Whilst working on the subsequent AJAX POST, I noticed that the files called by AJAX were not being added to the pages table. Moreover, there were many entries in pages_permissions for pages that did not exist.
The pages called by AJAX have a successful call to init and a call to a DB instance, and return data correctly.
If I access these pages directly in my browser, I am prompted to secure them - but the pages table is not updated.
Is this a result of the live/test 'stunt' or is it anything to do with calling by AJAX?
cheers
Just wanted to check something (I'm spinning up another instance to test further while I type):
I attempted to run a test system and live system off the same db - it seemed to work OK while I worked on it.
The latest feature initially required an AJAX GET (just to bring in a list of comments). Whilst working on the subsequent AJAX POST, I noticed that the files called by AJAX were not being added to the pages table. Moreover, there were many entries in pages_permissions for pages that did not exist.
The pages called by AJAX have a successful call to init and a call to a DB instance, and return data correctly.
If I access these pages directly in my browser, I am prompted to secure them - but the pages table is not updated.
Is this a result of the live/test 'stunt' or is it anything to do with calling by AJAX?
cheers