Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Bug Reports » Problem extending sql_from
Re: Problem extending sql_from [message #1860 is a reply to message #1856] Mon, 17 November 2008 13:09 Go to previous messageGo to previous message
bonzo_bcn is currently offline  bonzo_bcn
Messages: 152
Registered: June 2008
Senior Member
Here it is:
Page Stack:

  [0] main_menu
  [1] ceae
  [2] ceae_entidad_importes(list1)


0: array =
  file: string = /Applications/MAMP/htdocs/radicore/includes/include.xml.php5.inc
  line: integer = 89
  function: string = createElement
  class: string = DOMDocument
  type: string = ->
  args: array =
    0: string = sum(importe)
1: array =
  file: string = /Applications/MAMP/htdocs/radicore/includes/include.xml.php5.inc
  line: integer = 643
  function: string = addData2XMLdoc
  args: array =
    4: array =
2: array =
  file: string = /Applications/MAMP/htdocs/radicore/includes/std.list1.inc
  line: integer = 193
  function: string = buildXML
  args: array =
    0: array =
      0: array =
    1: array =
    2: array =
3: array =
  file: string = /Applications/MAMP/htdocs/radicore/ceae/entidad_importes(list1).php
  line: integer = 19
  args: array =
    0: string = /Applications/MAMP/htdocs/radicore/includes/std.list1.inc
  function: string = require



Can the cause be something that I've put in the php file:?
<?php
// *****************************************************************************
// List the contents of a database table and allow the user to view/modify
// the contents by activating other screens via navigation buttons.
// *****************************************************************************

$table_id = 'entidad_s01';                      // table name
$screen   = 'entidad_importes.list1.screen.inc';     // file identifying screen structure

// customise the SQL SELECT statement
$sql_select  = 'noment,sum(importe)';
$sql_from    = null;
$sql_where   = null;
$sql_groupby = '1';
$sql_having  = null;
$sql_orderby = '1';
$sql_search_table = null;

require 'std.list1.inc';            // activate page controller

?>

[Updated on: Mon, 17 November 2008 13:10]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Incorrect Login Message
Next Topic: login fails after upgrade to ver 1.42
Goto Forum:
  


Current Time: Mon Aug 05 05:24:38 EDT 2024

Total time taken to generate the page: 0.00920 seconds