sliede Posted April 14, 2009 Report Share Posted April 14, 2009 ievadu SQL tabulu pēc šādiem parametriem -- phpMyAdmin SQL Dump -- version 3.1.3 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Mar 05, 2009 at 02:58 AM -- Server version: 5.0.70 -- PHP Version: 5.2.8-pl2-gentoo SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -------------------------------------------------------- -- -- Table structure for table `donors` -- CREATE TABLE IF NOT EXISTS `donors` ( `id` int(10) NOT NULL auto_increment, `nick` varchar(150) NOT NULL, `price` varchar(10) NOT NULL, `time` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2; -- -- Dumping data for table `donors` -- INSERT INTO `donors` (`id`, `nick`, `price`, `time`) VALUES (1, 'unknown', '15', '2009-03-05 02:43:45'); Un iznākums - Es nezinu kas varētu būt par vainu.. Quote Link to comment Share on other sites More sharing options...
Klez Posted April 14, 2009 Report Share Posted April 14, 2009 rādi šurp select`u. Quote Link to comment Share on other sites More sharing options...
sliede Posted April 14, 2009 Author Report Share Posted April 14, 2009 FULL skripts sheit.. Faili - config.php , index.php , style.css , mootools.js , db.donate.sql Quote Link to comment Share on other sites More sharing options...
Klez Posted April 14, 2009 Report Share Posted April 14, 2009 izmanto paste.php.lv un iekopee tur to daļu kas nedarbojas nevis visus failus ... Quote Link to comment Share on other sites More sharing options...
FNM Posted April 14, 2009 Report Share Posted April 14, 2009 http://paste.php.lv/e065c9525d7d7cb9177396392e8b5441/nonum Quote Link to comment Share on other sites More sharing options...
Grey_Wolf Posted April 14, 2009 Report Share Posted April 14, 2009 sliede --> sql dumpam nav nekaada sakara ar to tavu kljuudu, kljuda visticamak ir pie SELECT ... GROUP BY .. jo tieski ta ir noradiits kljudas zinjojumaa... --- Quote Link to comment Share on other sites More sharing options...
sliede Posted April 15, 2009 Author Report Share Posted April 15, 2009 un kā lai to izlabo? p.s varbūt vispār nodzēst Quote Link to comment Share on other sites More sharing options...
Aleksejs Posted April 15, 2009 Report Share Posted April 15, 2009 Datu izdzēšana nelīdzēs. Tev ir jāatrod vieta tajā skriptā, kas izdod šo kļūdas paziņojumu, kurā ir minēts "group by" un jāizlemj, vai tā ir kļūda skriptā, vai arī DB nav izveidota skriptam vajadzīgā kolonna. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.