Jump to content

Coding Error


Beefie
 Share

Recommended Posts

in threads i've been getting:

Warning: Illegal string offset 'p_start' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Illegal string offset 'id' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Illegal string offset 'id' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Illegal string offset 'seo' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Illegal string offset 'p_title' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Illegal string offset 'name' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Illegal string offset 'id' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Illegal string offset 'p_end' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

---------------------------------------------------------

I think someone accidentally added a char on line 1246 for skin_topic.php

I could look at the pages coded if want to send it. But im sure the coder on here knows what they are doing :) (otherwise im highly impressed with skinning the boards without knowing anything lol so thats HIGHLY unlikely)

I just wanted to let you know :) IDK if anyone else is getting it when you open a forum and the thread. (it shows on Chrome and IE at work... i don't have Firefox installed here however so can't tell you if showing up there too :/

Link to comment
Share on other sites

  • 2 weeks later...

Not sure if anyone is working on this or ?? But the coding error got bigger today.

It is now

Warning: Illegal string offset 'p_start' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Illegal string offset 'id' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Illegal string offset 'id' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Illegal string offset 'seo' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Illegal string offset 'p_title' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Illegal string offset 'name' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Illegal string offset 'id' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Illegal string offset 'p_end' in /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php on line 1246

Warning: Cannot modify header information - headers already sent by (output started at /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php:1246) in /home/mepd/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 114

Warning: Cannot modify header information - headers already sent by (output started at /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php:1246) in /home/mepd/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 127

Warning: Cannot modify header information - headers already sent by (output started at /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php:1246) in /home/mepd/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 136

Warning: Cannot modify header information - headers already sent by (output started at /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php:1246) in /home/mepd/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 137

Warning: Cannot modify header information - headers already sent by (output started at /home/mepd/public_html/forum/cache/skin_cache/cacheid_32/skin_topic.php:1246) in /home/mepd/public_html/forum/admin/sources/classes/output/formats/html/htmlOutput.php on line 141

Link to comment
Share on other sites

somewhere in the output.php coding they repeated a code (not sure on the code but say its like this (in code below)

as the coding is trying to push out the same line of code twice :/. I didn't notice it the other day (mainly cause got used to it) however the coding error I am getting it too.

idk if the admin wants to send me the code to output.php i can look at it and see about fixing it for you no charge (obviously for MEPD i won't charge) but admin let me know! :)

<html>
<body>
<?php include 'header.php';?>
<?php include 'header.php';?>

<h1>Welcome to MEPD.NET</h1>
</body>
</html>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...