Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

Newbie Spellweaver
Joined
Sep 21, 2017
Messages
14
Reaction score
0
Fatal error: Call to a member function fetch() on string in /home/vol14_7/byethost32.com/b32_20884318/pkmorigin.web1337.net/htdocs/includes/ingame.inc.php on line 142

Error line:
while ($record = $query->fetch(PDO::FETCH_ASSOC)) {



No problem, have you set your SMTP details for sending email?

But I do not know how to configure smtp
 
Newbie Spellweaver
Joined
Feb 3, 2015
Messages
30
Reaction score
11
Fatal error: Call to a member function fetch() on string in /home/vol14_7/byethost32.com/b32_20884318/pkmorigin.web1337.net/htdocs/includes/ingame.inc.php on line 142

Error line:
while ($record = $query->fetch(PDO::FETCH_ASSOC)) {





But I do not know how to configure smtp


I do not know why you get this error, do you have the latest updates?
Set the smtp configuration in the settings table.
 
Initiate Mage
Joined
Feb 13, 2018
Messages
1
Reaction score
0
thanks man, really like this



lol where is the downloadl ink? this is fucked
 
Newbie Spellweaver
Joined
Sep 21, 2017
Messages
6
Reaction score
0
Download link:
 
Last edited:
Initiate Mage
Joined
Jun 17, 2015
Messages
1
Reaction score
0
Hello, I installed on my server, but I can see that it has some bugs. Someone helps me to get 100%
 
Junior Spellweaver
Joined
Feb 27, 2012
Messages
188
Reaction score
19
you can display the errors in PHP (index.php) and then debug it :).
You should atleast have PHP 7.0 installed
 
Newbie Spellweaver
Joined
May 14, 2014
Messages
43
Reaction score
1
How do I fix this?

If I remove '}' it indicates another error ..
 
Newbie Spellweaver
Joined
May 14, 2014
Messages
43
Reaction score
1
Because it's a .php file, try ending the line with a semicolon ; . This in turn will end to statement after the closing bracket or }.

Thanks for your comment, but I do not know how to fix it ..?

Here is my index.php:



Thanks in advance :)
 
RaGEZONER || Webdevloper
Banned
Joined
Oct 6, 2011
Messages
614
Reaction score
130
Learn PHP. Do not want a browser game if you do not understand it. Others will not do it for you.
 
Experienced Elementalist
Joined
Feb 21, 2012
Messages
285
Reaction score
25
Hi, I just have a bit of confusion. I have seen in the github page of this project that it was something about using a linux system for the cronjobs. Do we really have to use a linux machine for this thing to properly work? Also will the latest xampp version with PHP 7 work with this? Hoping for some reply. Thank you very much!
 
Newbie Spellweaver
Joined
Feb 3, 2015
Messages
30
Reaction score
11
How do I fix this?

If I remove '}' it indicates another error ..

enable php short tags. in other words follow the readme.



Hi, I just have a bit of confusion. I have seen in the github page of this project that it was something about using a linux system for the cronjobs. Do we really have to use a linux machine for this thing to properly work? Also will the latest xampp version with PHP 7 work with this? Hoping for some reply. Thank you very much!

Windows should work fine with scheduled task or something.
 
Back
Top