Notifications
Clear all

Mysqli errors

2 Posts
2 Users
0 Reactions
1,503 Views
(@butterflyfiction2)
Posts: 6
Active Member
Topic starter
 

URL to your eFiction: http://butterflyfiction.we.bs
Version of eFiction: latest one
Have you bridged eFiction, if so with what?:no?
Version of PHP: Can not access to find out
Version of MySQL: Can not access to find out
Have you searched for your problem: No
If so, what terms did you try:
State the nature of your problem:

I have problems with this bit of coding from this:
Undefined property: mysqli::mysqli_errno home/www/butterflyfiction.we.bs/includes/mysqull_functions.php on line 19
Undefined property: mysqli::mysqli_error home/www/butterflyfiction.we.bs/includes/mysqull_functions.php on line 19

The code is

$result = $dbconnect->query($query) or accessDenied( _FATALERROR.(isADMIN ? "Query: ".$query."
Error: (".$dbconnect->mysqli_errno.") ".$dbconnect->mysqli_error : ""));
return $result;

and I contacted my hosting service, all they told me was this:

I noticed the error message and I assume that you use a third party plugin for your script and this plugin is not properly setup with the correct details of a database where these stories should be located. Please check your script and make sure that it is properly setup or contact your website developer in order to gather more information regarding the case.

Please help?

Do you have a test account for us?no


 
Posted : 05/04/2012 7:17 pm
(@lyndsie)
Posts: 1263
Member Moderator
 

Did you copy and paste that error message directly? It's weird because the file name is not correct. That's a typo, right?

Is this a new install or were you working with an existing site?

Right now, you need to post an index file, even a blank index.html file. You'll also want to remove the install folder as we can get to some of your site info that way.

As I can see right now, the database information is not correct and some of the files are missing. I recommend reuploading and starting again.


 
Posted : 28/05/2012 12:21 am
Share: