Moving an installation ..errors

I have been asked to move a site designed by someone else from one host to another. Even if I try running the site under a localhost ( I use Zend )… I keep getting the same error !!. how can I track it down

PHP Error

File: C:\Program Files (x86)\Zend\Apache2\htdocs\system\base\classes\PPI_Dispatch.php
errno: 0
line: 106
message: Unable to locate section Http:
Backtrace

#0 C:\Program Files (x86)\Zend\Apache2\htdocs\system\base\framework.php(122): PPI_Dispatch->dispatch()
#1 C:\Program Files (x86)\Zend\Apache2\htdocs\index.php(60): require_once(‘C:\Program File…’)
#2 {main}

I don’t know how much help this will be, but from the error message you posted, there is an error in the following file:

File: C:\Program Files (x86)\Zend\Apache2\htdocs\system\base\classes\PPI_Dispatch.php
errno: 0
line: 106

Note the line number. Open that file - what is on line 106? can you paste it here?

Sponsor our Newsletter | Privacy Policy | Terms of Service