Missing File
Missing File
I have used generator to add datatables editor to a crm system and although it works fine I have attempted to change the html page to a php version in order to include an existing header which checks that people are logged in and despite an earlier trial working fine, using the php version brings up the following error message. I'm assuming that there is a file missing but I'm not sure where I'd find it.
[15-May-2016 23:18:21 Europe/London] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/ixed.5.4.lin' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/ixed.5.4.lin: cannot open shared object file: No such file or directory in Unknown on line 0
Thank you in advance.
This question has an accepted answers - jump to answer
Answers
Thanks for your message - the error you are seeing relates to SourceGuardian's loader files. However, the PHP in the Editor trial and licensed version does not use SourceGuardian to protect the source code at all. Indeed, at no point is Editor's PHP code obfuscated in any way.
It sounds like your server might be configured to load the SourceGuardian loaders and it is failing to do that. I'm afraid I don't believe that this is an Editor issues, since, as I say above, Editor doesn't use SourceGuardian.
Regards,
Allan
Thank you. Not sure where this leaves me for fixing it but I'll see what I can do. Thanks again
Can you use any PHP script on your server?
Are you the sys admin for the server, or is there someone you can get to check that?
Allan
Sorry I didn't see a notification for this response. I'll have to flag it with the hosting company, I'm not the sys admin. There are other PHP scripts running on the server it just doesn't seem very happy with the new part that I added. Thank you