Skip to content
This repository has been archived by the owner on Jan 21, 2019. It is now read-only.

Error #47

Open
BluestarCo opened this issue Jun 10, 2016 · 2 comments
Open

Error #47

BluestarCo opened this issue Jun 10, 2016 · 2 comments

Comments

@BluestarCo
Copy link

hi

i got this error when open php

`
Warning: include(./proto/protocolbuffers.inc.php) [function.include]: failed to open stream: No such file or directory in D:\Ampps\www\play\src\MarketSession.php on line 5

Warning: include(./proto/protocolbuffers.inc.php) [function.include]: failed to open stream: No such file or directory in D:\Ampps\www\play\src\MarketSession.php on line 5

Warning: include() [function.include]: Failed opening './proto/protocolbuffers.inc.php' for inclusion (include_path='.;C:\php\pear') in D:\Ampps\www\play\src\MarketSession.php on line 5

Warning: include(./proto/market.proto.php) [function.include]: failed to open stream: No such file or directory in D:\Ampps\www\play\src\MarketSession.php on line 6

Warning: include(./proto/market.proto.php) [function.include]: failed to open stream: No such file or directory in D:\Ampps\www\play\src\MarketSession.php on line 6

Warning: include() [function.include]: Failed opening './proto/market.proto.php' for inclusion (include_path='.;C:\php\pear') in D:\Ampps\www\play\src\MarketSession.php on line 6

Fatal error: Class 'RequestContext' not found in D:\Ampps\www\play\src\MarketSession.php on line 21`

@sfatfarma
Copy link

You should change the 2 include lines from the top of the MarketSession.php file to:

include(dirname(FILE) . "/proto/protocolbuffers.inc.php");
include(dirname(FILE) . "/proto/market.proto.php");

@sfatfarma
Copy link

Also, this api will not work. It's using a dead login method (deprecated in 2012, taken offline now)...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants