Advertisement
Guest User

Untitled

a guest
May 19th, 2017
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.89 KB | None | 0 0
  1. Warning Message
  2.  
  3. An error was detected which prevented the loading of this page. If this problem persists, please contact the website administrator.
  4. system/libraries/drivers/Database/Mysql.php [456]:
  5. mysql_num_rows() expects parameter 1 to be resource, boolean given
  6. Stack Trace
  7.  
  8. system/libraries/drivers/Database/Mysql.php [456]:
  9. mysql_num_rows( 1 )
  10. system/libraries/drivers/Database/Mysql.php [421]:
  11. Mysql_Result->result_array( )
  12. application/controllers/migrate.php [61]:
  13. Mysql_Result->as_array( )
  14. Migrate_Controller->update_users( )
  15. system/core/Kohana.php [291]:
  16. ReflectionMethod->invokeArgs( Migrate_Controller Object
  17. (
  18. [template] => View Object
  19. (
  20. [kohana_filename:protected] => /var/www/k-pds/application/views/default.php
  21. [kohana_filetype:protected] => .php
  22. [kohana_local_data:protected] => Array
  23. (
  24. [profiler] => Profiler Object
  25. (
  26. [profiles:protected] => Array
  27. (
  28. )
  29.  
  30. [show:protected] =>
  31. )
  32.  
  33. [scripts] =>
  34. [error] =>
  35. [message] =>
  36. [success] =>
  37. [content] =>
  38. [menu] => View Object
  39. (
  40. [kohana_filename:protected] => /var/www/k-pds/application/views/menu.html.php
  41. [kohana_filetype:protected] => .php
  42. [kohana_local_data:protected] => Array
  43. (
  44. )
  45.  
  46. )
  47.  
  48. [status] =>
  49. )
  50.  
  51. )
  52.  
  53. [auto_render] => 1
  54. [uri] => URI Object
  55. (
  56. )
  57.  
  58. [input] => Input Object
  59. (
  60. [use_xss_clean:protected] => 1
  61. [magic_quotes_gpc:protected] =>
  62. [ip_address] =>
  63. )
  64.  
  65. [session] => Session Object
  66. (
  67. [input:protected] => Input Object
  68. (
  69. [use_xss_clean:protected] => 1
  70. [magic_quotes_gpc:protected] =>
  71. [ip_address] =>
  72. )
  73.  
  74. )
  75.  
  76. [db] => Database Object
  77. (
  78. [config:protected] => Array
  79. (
  80. [benchmark] => 1
  81. [persistent] =>
  82. [connection] => Array
  83. (
  84. [type] => mysql
  85. [user] => root
  86. [pass] =>
  87. [host] => localhost
  88. [port] =>
  89. [socket] =>
  90. [database] => pds
  91. )
  92.  
  93. [character_set] => utf8
  94. [table_prefix] =>
  95. [object] => 1
  96. [cache] =>
  97. [escape] => 1
  98. )
  99.  
  100. [driver:protected] => Database_Mysql_Driver Object
  101. (
  102. [link:protected] => Resource id #37
  103. [db_config:protected] => Array
  104. (
  105. [benchmark] => 1
  106. [persistent] =>
  107. [connection] => Array
  108. (
  109. [type] => mysql
  110. [user] => root
  111. [pass] =>
  112. [host] => localhost
  113. [port] =>
  114. [socket] =>
  115. [database] => pds
  116. )
  117.  
  118. [character_set] => utf8
  119. [table_prefix] =>
  120. [object] => 1
  121. [cache] =>
  122. [escape] => 1
  123. )
  124.  
  125. [query_cache:protected] =>
  126. )
  127.  
  128. [link:protected] => Resource id #37
  129. [select:protected] => Array
  130. (
  131. )
  132.  
  133. [set:protected] => Array
  134. (
  135. )
  136.  
  137. [from:protected] => Array
  138. (
  139. )
  140.  
  141. [join:protected] => Array
  142. (
  143. )
  144.  
  145. [where:protected] => Array
  146. (
  147. )
  148.  
  149. [orderby:protected] => Array
  150. (
  151. )
  152.  
  153. [order:protected] => Array
  154. (
  155. )
  156.  
  157. [groupby:protected] => Array
  158. (
  159. )
  160.  
  161. [having:protected] => Array
  162. (
  163. )
  164.  
  165. [distinct:protected] =>
  166. [limit:protected] =>
  167. [offset:protected] =>
  168. [last_query:protected] => INSERT INTO `users` (`eno`, `username`, `password`, `first_name`, `last_name`, `email`) VALUES ('10', 'temp', '3d801aa532c1cec3ee82d87a99fdf63f', 'San', 'Ljuc', 'Temp@ap.com')
  169. [query_history:protected] => Array
  170. (
  171. )
  172.  
  173. )
  174.  
  175. )
  176. )
  177. Kohana::instance( )
  178. system/core/Event.php [209]:
  179. call_user_func( Array
  180. (
  181. [0] => Kohana
  182. [1] => instance
  183. )
  184. )
  185. system/core/Bootstrap.php [55]:
  186. Event::run( system.execute )
  187. index.php [106]:
  188. require( system/core/Bootstrap.php )
  189. Loaded in 0.1456 seconds, using 2.01MB of memory. Generated by Kohana v2.3.4.
  190. Benchmarks Time Count Memory
  191. Kohana Loading 0.026 1 0.45MB
  192. Environment Setup 0.001 1 0.05MB
  193. System Initialization 0.006 1 0.14MB
  194. Controller Setup 0.033 1 0.95MB
  195. Controller Execution 0.081 1 0.03MB
  196. Total Execution 0.146 1 1.56MB
  197. Queries Time Rows
  198. TRUNCATE TABLE users 0.037 0
  199. SELECT * FROM (`login`) 0.000 27
  200. INSERT INTO `users` (`eno`, `username`, `password`, `first_name`, `last_name`, `email`) VALUES ('10', 'temp', '3d801aa532c1cec3ee82d87a99fdf63f', 'Stevan', 'Ljuljdurovic', 'Temp@yolap.com') 0.033 1
  201. Total: 3 0.070 28
  202. Session Value
  203. session_id 140j9tc0e57pd9iha8ceb1n5m4
  204. total_hits 46
  205. _kf_flash_
  206. Array
  207. (
  208. )
  209. user_agent Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.9 Safari/533.2
  210. ip_address 0.0.0.0
  211. last_activity 1271221128
  212. Cookies Value
  213. kohanasession 140j9tc0e57pd9iha8ceb1n5m4
  214. kohanasession_data c2Vzc2lvbl9pZHxzOjI2OiIxNDBqOXRjMGU1N3BkOWloYThjZWIxbjVtNCI7dG90YWxfaGl0c3xpOjQ1O19rZl9mbGFzaF98YTowOnt9dXNlcl9hZ2VudHxzOjEwNzoiTW96aWxsYS81LjAgKFgxMTsgVTsgTGludXggaTY4NjsgZW4tVVMpIEFwcGxlV2ViS2l0LzUzMy4yIChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzUuMC4zNDIuOSBTYWZhcmkvNTMzLjIiO2lwX2FkZHJlc3N8czo3OiIwLjAuMC4wIjtsYXN0X2FjdGl2aXR5fGk6MTI3MTIyMTAwMzs=
  215. Profiler executed in 0.003s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement