PDA

View Full Version : Error with Joomla


aosendatsu
10-17-2006, 04:16 PM
I recently uploaded Joomla on my site. I'm sure I've got all the files and stuff, but I keep getting this message:


Parse error: syntax error, unexpected '}' in /hosted/subs/ulmb.com/a/o/aosendatsu/public_html/index.php on line 141


Anyone have any suggestions on what I'm doing wrong?

arenlor
10-17-2006, 06:07 PM
yeah, on line 141 of the file index.php there is a } which doesn't have a matching { anywhere on it. That's a PHP error.

UnlimitedMB
10-17-2006, 06:49 PM
Unless you modified the source code this shouldnt happen.

Well I assume that joomla wouldnt release a non functioning script.

lomarb
10-18-2006, 01:24 AM
make sure all joomla files are uploaded. minus the the filetypes not allowed on the server.

aosendatsu
10-28-2006, 03:32 PM
i uploaded them all...same error. I don't know how to mod PHP so I can't have messed with it.

I'll download / upload the whole thing again and see if that works.

UnlimitedMB
10-28-2006, 05:34 PM
A parse error means a serious problem with your code, it doesnt have anything to do with any server restrictions or missing files.

If there was a missing file you would get an error like "no such file or directory".

The script you are trying to install is completely broken.