Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 25

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Archive > Mambo 4.5 > Mambo 4.5 General Talk

 
 
LinkBack Thread Tools Display Modes
Old 19.05.2004, 15:57   #1 (permalink)
Baby Mamber
 
Join Date: May 2004
Posts: 14
benoit is on a distinguished road
RedCross please help expected ')' error

ok i have a probleme with the latest version of mambo. Everytime a i log in and go to a page that got an editor in it i get the IE javascript error pop-up that says :error a runtime error as ocure do you wich do debug line :170 error: expected ')'. i have try reinstalling one 3 different servers (one mac os x server, one redhat, one freeBSD) i get the same error everytime one each server. i try to use different editors (default, htmlarea3_xtd and fckeditor) each time the only thing that change in the line number for exemple with fckeditor the message is line: 154 expected ')' :? can anyone help ? this is a straight install with no ad-on. each server is running dozens of sites (non-mambo but all using php/mysql) without issues.

i am lost here please help
benoit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Old 19.05.2004, 16:12   #2 (permalink)
mmx
Expert Mamber
 
Join Date: Apr 2004
Location: Virginia Beach, Virginia USA
Posts: 309
mmx is on a distinguished road
Send a message via MSN to mmx
Default Re: please help expected ')' error

It sounds like something happened to one of the files during the installation.

Messages of that nature usually have a second part that identifies the file where the error is occuring. This should identify the problem file. If the problem is not in that file, it could be in one of the include/require files. You might consider replacing the file set (not your database). If configuration.php exists, the new file set should just load and you can check again to see if the problem persists.
mmx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 19.05.2004, 16:30   #3 (permalink)
Baby Mamber
 
Join Date: May 2004
Posts: 14
benoit is on a distinguished road
Default Re: please help expected ')' error

this is a javascript error there is no aditional information about the file but thanks i will take all the help i can get
benoit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 19.05.2004, 16:41   #4 (permalink)
Baby Mamber
 
ShutterBC's Avatar
 
Join Date: Apr 2004
Location: Boston, MA USA
Posts: 22
ShutterBC is on a distinguished road
Send a message via ICQ to ShutterBC Send a message via AIM to ShutterBC Send a message via MSN to ShutterBC Send a message via Yahoo to ShutterBC
Default Re: please help expected ')' error

Does this problem happen on http://demo.mamboserver.com ?

Also, I wonder if you have any add-on tools integrated into your IE that could be causing any problems. Not likely, but possible. (I think.)
__________________
Rich Moffitt
Keep on swingin'...
ShutterBC is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 19.05.2004, 17:05   #5 (permalink)
Baby Mamber
 
Join Date: May 2004
Posts: 14
benoit is on a distinguished road
Default Re: please help expected ')' error

i could not tell you since this is only doing it when i am in edit mode (and i dont have an accont to edit on this demo site) its only when i see the editor that the error occures
benoit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 19.05.2004, 17:17   #6 (permalink)
mmx
Expert Mamber
 
Join Date: Apr 2004
Location: Virginia Beach, Virginia USA
Posts: 309
mmx is on a distinguished road
Send a message via MSN to mmx
Default Re: please help expected ')' error

Show a complete error message.
mmx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 19.05.2004, 17:24   #7 (permalink)
Baby Mamber
 
Join Date: May 2004
Posts: 14
benoit is on a distinguished road
Default Re: please help expected ')' error

error a runtime error as ocure do you wich do debug ?

line :170
error: expected ')'

and yes or no button

here it is :


benoit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 19.05.2004, 17:54   #8 (permalink)
mmx
Expert Mamber
 
Join Date: Apr 2004
Location: Virginia Beach, Virginia USA
Posts: 309
mmx is on a distinguished road
Send a message via MSN to mmx
Default Re: please help expected ')' error

What editor were you using when the message appeared?

This isn't a Mambo error. Your script debugger thinks it found an error. That debugger is famous for reporting errors that do not exist. It assumes that the Javascript is coded to Microsoft specifications and not necessarily the original Netscape specification.

Can you use the editor without problems after clicking No. If so, I would turn the script debugger off through the Advanced tab in Internet Options.
mmx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 19.05.2004, 18:15   #9 (permalink)
Baby Mamber
 
Join Date: May 2004
Posts: 14
benoit is on a distinguished road
Default Re: please help expected ')' error

yes everything seems to work fine if i just say no but i want to know why do i get this error on all my mambo instalation (now 3 of them) this is hardly normal and leave me with the headhacke of explaining to all users that can edit content to turn script debuging off. Also i have looked on multiple windows xp machine and they all give me the error so its no sommething with my particular computer. I have made nomberous searchs on mambo forums and i have found at least half a dozen pepole with the same issue but no one ansewred or understand the probleme. Its a mambo issue since i can change editor and still get the same error (except for the line number)
benoit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 19.05.2004, 22:12   #10 (permalink)
mmx
Expert Mamber
 
Join Date: Apr 2004
Location: Virginia Beach, Virginia USA
Posts: 309
mmx is on a distinguished road
Send a message via MSN to mmx
Default Re: please help expected ')' error

It's a Microsoft issue and always has been. Microsoft did not develop Javascript, Netscape did. The rules used by the debugger to validate code have had problems since it was first released in 1995. It never gets fixed because it's virtually impossible to post bug reports to the company.

Quote:
Originally Posted by benoit
yes everything seems to work fine if i just say no but i want to know why do i get this error on all my mambo instalation (now 3 of them) this is hardly normal and leave me with the headhacke of explaining to all users that can edit content to turn script debuging off. Also i have looked on multiple windows xp machine and they all give me the error so its no sommething with my particular computer. I have made nomberous searchs on mambo forums and i have found at least half a dozen pepole with the same issue but no one ansewred or understand the probleme. Its a mambo issue since i can change editor and still get the same error (except for the line number)
mmx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mambo Error when writing content Neoprogger Mambo 4.5 General Talk 8 22.08.2005 10:06
AcoGallery2 Batch.GD libery error BennieBlanco Mambo 4.5 Installation and Upgrades 31 25.05.2004 08:15
Simpleboard error installation wavi Mambo 4.5 Installation and Upgrades 4 20.05.2004 19:47
AkoBook error pfunk Mambo 4.5 General Talk 7 19.05.2004 07:03
component install error dirtsurfer Mambo 4.5 Installation and Upgrades 2 30.04.2004 20:39


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

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.