Compguy11 Custom Modifications: Topic Text Color Mod - Compguy11 Custom Modifications

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Topic Text Color Mod Error Rate Topic: -----

#1 User is offline   DrunkenNinja Icon

  • Newbie
  • Group: Members
  • Posts: 3
  • Joined: 10-November 08

Posted 11 November 2008 - 01:31 AM

P[] Error: syntax Error T_DOUBLE_ARROW in (file) on line 277


heres my lines 270-280


$this->ipsclass->DB->force_data_type = array( 'title' => 'string',
'description' => 'string',
'starter_name' => 'string',
'last_poster_name' => 'string' );

$this->ipsclass->DB->do_insert( 'topics', $this->topic );
'tit_col' => 'string'),
'tit_fw' => 'string',
$this->post['topic_id'] = $this->ipsclass->DB->get_insert_id();
$this->topic['tid'] = $this->post['topic_id'];


Im trying to install the Topic Text Color mod called -SRD23- Topic Title Colored 1.3.1© by ©Sacred
Im not sure what to look for here since ive never gotten this error before. I followed the Direct installation directions and I get this error. So im not sure if there was a misprint in the instructions or if its something I did but any help would be greatly appreciated.

This post has been edited by DrunkenNinja: 11 November 2008 - 01:34 AM

0

#2 User is offline   compguy11 Icon

  • Head Programmer
  • Group: Management
  • Posts: 1,674
  • Joined: 26-November 04
  • Gender:Male
  • Location:Wherever you need me...

Posted 11 November 2008 - 02:59 AM

I have not read the instructions for this modification, but I am guessing that your lines 270 to 280 should really look like this:

$this->ipsclass->DB->force_data_type = array( 'title' => 'string',
'description' => 'string',
'starter_name' => 'string',
'last_poster_name' => 'string',
'tit_col' => 'string',
'tit_fw' => 'string' );
$this->ipsclass->DB->do_insert( 'topics', $this->topic );

$this->post['topic_id'] = $this->ipsclass->DB->get_insert_id();
$this->topic['tid'] = $this->post['topic_id'];

compguy11

http://compguy11.com

[ You may PM me if you have any questions or you wish to discuss a custom modification. ]
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users