Welcome Guest, Not a member yet? Register   Sign In
Status 200, but Database Error!
#1

[eluser]yuro[/eluser]
Hello,

i have another question for the message error Number 1054.

The programming of the database tables are correctly, when i search the website on google, it is in the title Database Error.

I find a website, which describe this problem.

http://stensi.com/datamapper/pages/troubleshooting.html

I tried the steps, but it doesn't work!! Sad

It is written that must be downloading the latest version of the mysql_driver.php and update the file! But it's not working Sad

My Hosting Server works with MySQL 5.0.91 and the data are from CodeIgniter Version 1.7.0 ?!

Please help!
#2

[eluser]CodeIgniteMe[/eluser]
The links for mysql_driver.php and the CodeIgniter SVN are broken.
In my theory, you should upgrade you CodeIgniter version to the latest available.
#3

[eluser]InsiteFX[/eluser]
CodeIgniter SVN Site
#4

[eluser]yuro[/eluser]
And what file should I download?


edit:

I downloaded following files:

First I downloaded the file "mysql_driver.php", then came the Message:
Quote:NULL
Fatal error: Call to undefined method CI_DB_mysql_driver::_escape_identifiers() in
/.../system/database/DB_driver.php on line 1355

Then I updated the file "DB_driver.php", this was the next error message:
Quote:Fatal error: Call to undefined method CI_DB_mysql_driver::_protect_identifiers() in /.../system/database/DB_active_rec.php on line 295

Third I have updated the following file "DB_active_rec.php", and that was the message:
Quote:NULL
Fatal error: Call to undefined method CI_Loader::get_package_paths() in /.../system/libraries/Lang.php on line 98

At the last I updated the file "Lang.php" in my directory, and this was the message:
Quote:NULL
Fatal error: Call to undefined method CI_Loader::get_package_paths() in /.../system/libraries/Lang.php on line 104

And thats the line in the data Lang.php:
Code:
foreach (get_instance()->load->get_package_paths(TRUE) as $package_path)
   {
    if (file_exists($package_path.'language/'.$idiom.'/'.$langfile))
    {
     include($package_path.'language/'.$idiom.'/'.$langfile);
     $found = TRUE;
     break;
    }
   }

What should I do?
#5

[eluser]InsiteFX[/eluser]
Download the full svn, it is a complete new CodeIgniter...
#6

[eluser]yuro[/eluser]
You means the directories system and application ?
#7

[eluser]CodeIgniteMe[/eluser]
I think InsiteFX means is download the whole new CI package from SVN, not just the systems and application directories
#8

[eluser]InsiteFX[/eluser]
Yes, also the index.php has been changed!
It's CodeIgniter 3.0 Dev version
#9

[eluser]yuro[/eluser]
Ok, Now I upload the directories system and application from your link.

But I haven't the directory core.. the files are in the path /system/libraries/.But theres no problem or?




Theme © iAndrew 2016 - Forum software by © MyBB