Kenzx   23-02-2024, 07:28 AM
#1
Does anyone know how to fix it?, I'm very confused

PHP Code:
Parse errorsyntax errorunexpected string content ""expecting "-" or identifier or variable or number in C:\xampp\htdocs\forumss\inc\functions.php(4817) : eval()'d code on line 2 
Matty   23-02-2024, 07:31 AM
#2
What version of PHP are you running?
Kenzx   23-02-2024, 07:32 AM
#3
version 8.2.4
Matty   23-02-2024, 07:40 AM
#4
(23-02-2024, 07:32 AM)Kenzx Wrote: version 8.2.4

Are you using the Curves UX theme? If so....

Go to Admin CP > Templates & Style > Templates > (your theme) > Navigation Templates > Nav

Find this code:

PHP Code:
<if $_SERVER['REQUEST_URI'] != '/' then>
<
div class="navigation">
{
$nav}{$activesep}{$activebit}
</
div>
</if> 

and replace with:

Code:
<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>
Kenzx   23-02-2024, 07:44 AM
#5
working now., thanks for helping me
  
Users browsing this thread: 1 Guest(s)
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.