Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   VPS Hosting (http://www.bvlist.com/showthread.php?t=12170)

elvira 14th October 2019 18:47

VPS Hosting
 
need little help, on localhost source works normally then move to vps server I get this error in fuctions


Parse error: syntax error, unexpected '}' in /home/admin/web/xxxxxxx.net/public_html/include/functions.php on line 1574

what can be wrong on my server

Napon 14th October 2019 22:14

you have one too many
}


open close remove one



}

on line 1574

elvira 14th October 2019 23:21

then get



Parse error: syntax error, unexpected end of file in

fireknight 15th October 2019 09:39

As Napon tried to explain you will have one to many open or close braces.
You will need to search through the file to find and remove the extra one.


Use your php editor to search all open braces first and take note of how many.
Then use it to search all close braces and take a note of how many.


This will let you know which one has to many.
And you know which one you are looking for.


By the way - which source are you using ?


All times are GMT +2. The time now is 07:04.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.