Doesn't know if this is in the right section, so sorry if not.
Does anyone have any MOD/Admin notices? Example text goes here ?
http://prntscr.com/90d2eh
Xf meaning xenforo - sorry
class.forms.php
<?php
namespace Revolution;
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
class forms implements iForms
{
public $error;
final public function setData()
{
global $engine;
foreach($_POST as $key => $value)
{...
Alright, First time posting in a long time lol.
Anyway, My news seems fine like this:
But then when you click to view the full article, it will not work. It shows like this:
Does anybody know where the issue might be/how to fix it?