Discussions
Compare notes among each other.

Your shopping cart

There are no items in your cart.

ViMP Admin Guide

Download the ViMP 2.6 Admin Documentation!

Download now!

ViMP Hosting

All from one source! Host your ViMP portal in our cloud-based SaaS solution!
 
ViMP Hosting

ViMP Servers

Dedicated power for your ViMP portal with full control and exclusive usage!
 
ViMP Servers

Support Forum

 
Avatar
jmasson
Posts:
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
13.02.2011 09:50
Avatar
support
ViMP Support
Posts: 3787
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
iconCode:
php -i | grep sourceguardian

you can see, if sourceguardian is loaded by php5-cli

You can read the whole phpinfo() for the cli with
iconCode:
php -i | less


Cheers,
ViMP Support Team
14.02.2011 18:10
Avatar
jmasson
Posts:
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
15.02.2011 01:02
Avatar
jmasson
Posts:
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!
15.02.2011 06:16
 
Log in or register in order to write forum posts.