Author Topic: framed  (Read 2679 times)

Offline CLEMCLEM

  • Newbie
  • *
  • Posts: 5
framed
« on: June 24, 2007, 06:59:19 AM »
heelo,

i have setup up rc on my webserver,
inside another program,
i have renamed index.php to mail.php
i have modifie many .php to replace in the form, the post adress ./ by ./mail.php
in the mail.php, i have put this

// set session related variables
$COMM_PATH = sprintf('./mail.php?_task=%s', $_task);
$SESS_HIDDEN_FIELD = '';
 $_framed = '1';

the other program is dolibarr,
i have change many things in the css to show things, i have add height and width.
i have some probleme that i cannot find solution :

in internet explorer,
when framed is not active,
when you clic on sent messqge, or drqft, it show the messqge "loading" and then message are not diplayed

if framed is active
(
// set session related variables
$COMM_PATH = sprintf('./mail.php?_task=%s', $_task);
$SESS_HIDDEN_FIELD = '';
$_framed = '1';
)
it show an error message "out of memory at line 2259" (sometimes another message)
then you click ok on this message, it load all the message in the box

how to use the framed potion ?

Offline CLEMCLEM

  • Newbie
  • *
  • Posts: 5
Re: framed
« Reply #1 on: June 24, 2007, 09:16:45 AM »
sorry :

how to use this option ?