You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to php, mysql (and github) etc so forgive me if this is obvious. I'm trying to run openfuego on an Amazon AWS ec2 free tier instance.
When I run fetch.php, I get the following errors:
PHP Fatal error: Call to a member function prepare() on a non-object in /home/ec2-user/niemanlab-openfuego-32e257b8/consume.php on line 79
PHP Fatal error: Call to a member function prepare() on a non-object in /home/ec2-user/niemanlab-openfuego-32e257b8/app/Universe.class.php on line 27
Does anyone have a suggestion on what I'm doing wrong? Any help would be much appreciated!
The text was updated successfully, but these errors were encountered:
I'm new to php, mysql (and github) etc so forgive me if this is obvious. I'm trying to run openfuego on an Amazon AWS ec2 free tier instance.
When I run fetch.php, I get the following errors:
PHP Fatal error: Call to a member function prepare() on a non-object in /home/ec2-user/niemanlab-openfuego-32e257b8/consume.php on line 79
PHP Fatal error: Call to a member function prepare() on a non-object in /home/ec2-user/niemanlab-openfuego-32e257b8/app/Universe.class.php on line 27
Does anyone have a suggestion on what I'm doing wrong? Any help would be much appreciated!
Reply to this email directly or view it on GitHub: #18
I'm new to php, mysql (and github) etc so forgive me if this is obvious. I'm trying to run openfuego on an Amazon AWS ec2 free tier instance.
When I run fetch.php, I get the following errors:
PHP Fatal error: Call to a member function prepare() on a non-object in /home/ec2-user/niemanlab-openfuego-32e257b8/consume.php on line 79
PHP Fatal error: Call to a member function prepare() on a non-object in /home/ec2-user/niemanlab-openfuego-32e257b8/app/Universe.class.php on line 27
Does anyone have a suggestion on what I'm doing wrong? Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: