Support Forum
Hi All,
As per the below viewing the output of phpinfo() on the server I'm using shows that SourceGuardian is enabled, but still, when I try to do the Symfony initialisation I get the sg_load() not found error... Has any one else ever seen this and found out what was causing it?
SourceGuardian
SourceGuardian Loader Support enabled
SourceGuardian Loader Version 8.2
SourceGuardian Loader Build Number 0x00000011
phpSHIELD Support enabled
Directive Local Value Master Value
sourceguardian.restrict_unencoded 0 0
I've installed ViMP and had it working on a couple VM's to get all the steps right before having one of our Unix admins repeat on one of our corporate servers, but even the admins are at a loss as to what's happening here...
Thanks,
John
As per the below viewing the output of phpinfo() on the server I'm using shows that SourceGuardian is enabled, but still, when I try to do the Symfony initialisation I get the sg_load() not found error... Has any one else ever seen this and found out what was causing it?
SourceGuardian
SourceGuardian Loader Support enabled
SourceGuardian Loader Version 8.2
SourceGuardian Loader Build Number 0x00000011
phpSHIELD Support enabled
Directive Local Value Master Value
sourceguardian.restrict_unencoded 0 0
I've installed ViMP and had it working on a couple VM's to get all the steps right before having one of our Unix admins repeat on one of our corporate servers, but even the admins are at a loss as to what's happening here...
Thanks,
John
13.02.2011 09:50
Hello jmasson,
did you install sourceguardian as zend_extension, like discribed [ur=http://www.vimp.com/en/documentation-faq-article/items/installing-the-sourceguardian-php-extension-only-vimp-community-and-vimp-professional.htmll]here[/url]? (But I think you have)
I think the created sourceguardian.ini-file isn´t loaded by php5-cli.
With
you can see, if sourceguardian is loaded by php5-cli
You can read the whole phpinfo() for the cli with
Cheers,
did you install sourceguardian as zend_extension, like discribed [ur=http://www.vimp.com/en/documentation-faq-article/items/installing-the-sourceguardian-php-extension-only-vimp-community-and-vimp-professional.htmll]here[/url]? (But I think you have)
I think the created sourceguardian.ini-file isn´t loaded by php5-cli.
With
Code:
php -i | grep sourceguardian
you can see, if sourceguardian is loaded by php5-cli
You can read the whole phpinfo() for the cli with
Code:
php -i | less
Cheers,
ViMP Support Team
14.02.2011 18:10
Thanks very much Kai you are right!!
Doing a php -i | grep sourceguardian reveals nothing (I also went through the output from php -i to double check and it's not there).
I will go back and double check the instructions and what was done, but it was pretty much what I did on my test machines so not sure what I could have missed. Are you aware of anything specific that would cause it to not be available to php5-cli ?
Thanks again!
John
Doing a php -i | grep sourceguardian reveals nothing (I also went through the output from php -i to double check and it's not there).
I will go back and double check the instructions and what was done, but it was pretty much what I did on my test machines so not sure what I could have missed. Are you aware of anything specific that would cause it to not be available to php5-cli ?
Thanks again!
John
15.02.2011 01:02
Worked it out...
Apache was loading the php.ini file but for whatever reason PHP was looking in the wrong place. Fixed this and it's now working.
Thanks!
Apache was loading the php.ini file but for whatever reason PHP was looking in the wrong place. Fixed this and it's now working.
Thanks!
15.02.2011 06:16
