I have purchased many dwzone extensions, but this one I am having problems with. I am new to php, so please walk me through what may be wrong. Here is the error I am receiving.
Fatal error: Call to undefined function GetRealPath() in C:\wamp\www\MWT_Dynamic\dwzCart\dwzCartClass.php on line 259
Time Memory Function Location 1 0.0007 704384 {main}( ) ..\cart_test1.php:0 2 0.0137 2959360 dwzCart->CreateCart( ) ..\cart_test1.php:15 3 0.0137 2959360 dwzCart->Initialize( ) ..\dwzCartClass.php:272
Here is the code from that line.
$this->mailSend = "0"; $this->killCartAfterInsertOrder = "0"; $fullPath = GetRealPath("/dwzCart/xml/dwzCart.xml"); if(!file_exists($fullPath)){ $this->ErrorMessage("The XML file ''/dwzCart/xml/dwzCart.xml'' is missing"); } }
Please help me. Thank you!
Steve |
|
|