Forum Problem with a file error

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
Ikov377
New to forums
New to forums
Posts: 2
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Feb 05, 2016 4:29 pm

Forum Problem with a file error

Post by Ikov377 »

Hello everyone,

I am pretty new at this and my forums are not accessible. When I try to access my forums I get this error code:
Parse error: syntax error, unexpected ':' in /usr/www/ikov377/public/forum/datastore/chatters.a19385e1d4.php on line 6

Also this error code claims there is something wrong in line 6. This is the located file and can you find the mistake?

Code: Select all

<?php

return <<<'VALUE'
[]
VALUE;
{"user_id":"972268","username":"2k8","formattedUsername":"<span style=\"color:#2B547E;text-shadow: 0px 0px 0.7em #2B547E;\"><img src=\"http:\/\/i.imgur.com\/NuCg0jc.png\">2k8<\/span>","forumUserID":34,"canBeIgnored":true,"canBypassBadwords":0,"groupID":16,"prefix":"<span style=__DBQ__color:#2B547E;text-shadow: 0px 0px 0.7em #2B547E;__DBQ__><img src=__DBQ__http:\/\/i.imgur.com\/NuCg0jc.png__DBQ__>","suffix":"<\/span>","photo":"http:\/\/ikov-rsps.com\/forum\/uploads\/monthly_2016_01\/chat.png.b3d11f2e9bc63570caa554eb4c89f1ea.thumb.png.dc8a964fbddf07c95895621e9ff707fb.png","profileUrl":{"data":{"scheme":"http","host":"ikov-rsps.com","path":"\/forum\/index.php?\/profile\/34-2k8\/","query":"\/profile\/34-2k8\/"},"queryString":[],"isInternal":true,"isFriendly":true},"canModerate":0,"seo_name":"2k8","last_update":1454703353}}
VALUE;
Thanks in advance!
Ikov377
New to forums
New to forums
Posts: 2
Joined: Fri Feb 05, 2016 4:29 pm

Re: Forum Problem with a file error

Post by Ikov377 »

Sorry the code is hard to see:

<?php

return <<<'VALUE'
[]
VALUE;
{"user_id":"972268","username":"2k8","formattedUsername":"<span style=\"color:#2B547E;text-shadow: 0px 0px 0.7em #2B547E;\"><img src=\"http:\/\/i.imgur.com\/NuCg0jc.png\">2k8<\/span>","forumUserID":34,"canBeIgnored":true,"canBypassBadwords":0,"groupID":16,"prefix":"<span style=__DBQ__color:#2B547E;text-shadow: 0px 0px 0.7em #2B547E;__DBQ__><img src=__DBQ__http:\/\/i.imgur.com\/NuCg0jc.png__DBQ__>","suffix":"<\/span>","photo":"http:\/\/ikov-rsps.com\/forum\/uploads\/monthly_2016_01\/chat.png.b3d11f2e9bc63570caa554eb4c89f1ea.thumb.png.dc8a964fbddf07c95895621e9ff707fb.png","profileUrl":{"data":{"scheme":"http","host":"ikov-rsps.com","path":"\/forum\/index.php?\/profile\/34-2k8\/","query":"\/profile\/34-2k8\/"},"queryString":[],"isInternal":true,"isFriendly":true},"canModerate":0,"seo_name":"2k8","last_update":1454703353}}
VALUE;
Post Reply