php - Server SIde My code Not working -


i have integrated paypal php. working in xampp localhost. after code move server showing error ?

warning: require_once(e:\web\dotnetpo/abaceu/lms/conf.php) [function.require-once]: failed open stream: no such file or directory in e:\web\dotnetpo\project\abaceu\shopping_cart\paypal.php on line 42

fatal error: require_once() [function.require]: failed opening required 'e:\web\dotnetpo/abaceu/lms/conf.php' (include_path='.;c:\program files (x86)\php\v5.3\pear\pear') in e:\web\dotnetpo\project\abaceu\shopping_cart\paypal.php on line 42

how resolve error?

try change

e:\web\dotnetpo/abaceu/lms/conf.php 

to

e:\web\dotnetpo\abaceu\lms\conf.php 

i think it's problem '\' , causes directory issue.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -