View Single Post
  #9 (permalink)  
Old 12-05-2008, 01:41 AM
Mcfly Mcfly is offline
Junior Member
 
Join Date: Dec 2008
Posts: 9
Default

PHPMotion works flawlessly on a standard vps at hostv.
The only thing you need to add to your vps is the appropriate phpsheild loader which takes all of about 30 seconds to upload.

So to answer the phpshield question you do the following;

Quote:
[Works with ALL versions of PHPmotion]

[root ssh access to server required]

New versions of PHP are now out (5.2.5+)

These new versions have changes to the way that dynamic libraries are loaded. PHPmotion uses a dynamic library (phpshiled) which is thus affected.

You will need to determine the path to your php “extensions library” use a phpinfo() file to check this. It will look something like this /usr/local/lib/php/extensions/no-debug-non-zts-20060613 (example only)

You will then need to copy 1 file from your ftp folder into this “extension library”. The file to copy is located in the “phpshield” folder and its named phpshield.5.2.lin.
Note: If you are on a freebsd server it will be phpshield.5.2.fre
Log in to virtuozo and use the file manager to upload the phpshield .lin file to the folder above and you are done. Hopefully you have already solved this though.
Reply With Quote