[HELP]

NickZeGamerX

Member
Apr 2, 2016
79
9
Does anyone know how to fix these errors?

You must be registered for see images attach
 

Attachments

  • upload_2018-9-28_9-47-32.png
    upload_2018-9-28_9-47-32.png
    66.7 KB · Views: 2

Queso

echo 'Web Developer';
Nov 29, 2016
233
72
By the looks of it, you are missing three files, one of which is on a website that is unreachable.
You're missing minimail.css and minimail.js
The other missing resource is listed as tunein.com/embed/player/s215188
As for the errors in your visual.js, I suggest check the line where the error is occurring, which seems to be line 38, looks like usage errors. The last error is just a variable that isn't defined, which is called userid, you will need to define this to get the user's ID from the database, i'm guessing you're using RevCMS, so just go into class.template.php and add this
Code:
$this->setParams('userid', $users>getInfo($_SESSION['user']['id'], 'id'));
Otherwise, just remove the call for it on line 24.
 

Users who are viewing this thread

Top