Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need Help in configuration of Event Calender


rej2k7

Recommended Posts

Hello All,

 

I just kept event calender in my Osc website,

i got few errors, one was with application_top which i fix with a patch avaliable,

But the next is within my admin i got an error:

 

Fatal error: Cannot use string offset as an array ...\admin\includes\classes\table_block.php on line 69\

 

Now i got fix with this, im searching for 13hrs still i dnt get any fix,

 

Expecting help.

 

Thanks in advance,

Reji.

Link to comment
Share on other sites

Hello All,

 

I just kept event calender in my Osc website,

i got few errors, one was with application_top which i fix with a patch avaliable,

But the next is within my admin i got an error:

 

Fatal error: Cannot use string offset as an array ...\admin\includes\classes\table_block.php on line 69\

 

Now i got fix with this, im searching for 13hrs still i dnt get any fix,

 

Expecting help.

 

Thanks in advance,

Reji.

 

Could you paste code from table_block.php line 69? would be easier to help you

Link to comment
Share on other sites

Could you paste code from table_block.php line 69? would be easier to help you

 

*******************************************************************

The code is pasted below, and the 69th line is marked Bold

 

if (isset($contents[$i]['params']) && tep_not_null($contents[$i]['params'])) {

$tableBox_string .= ' ' . $contents[$i]['params'];

} elseif (tep_not_null($this->table_data_parameters)) {

$tableBox_string .= ' ' . $this->table_data_parameters;

}

 

$tableBox_string .= '>' . $contents[$i]['text'] . '</td>' . "\n";

 

 

Thank You,

Reji

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...