The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 786 - File: showthread.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/showthread.php 786 errorHandler->error






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A "problem" with opening a Dialog
Author Message
Shidhun
Journeyman
*

Posts: 59
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Jul 2012
Reputation: 1



Post: #1
A "problem" with opening a Dialog
Hi,

after trying to figure out what is wrong for a few day's, i now try my luck at this forum Smile

The Problem is the following Error :

Code:
17:34:4c:Setup_Start acct='0000000000', char='0000', IP='0.0.0.0'
17:34:ERROR:(Rassensystem_Rassenwahl.scp,623)Undefined symbol 'd_charerstellung'
17:34:ERROR:(Rassensystem_Rassenwahl.scp,623)Invalid RES_DIALOG.

My Problem is, that i really don't understand why there is a problem opening the said dialog.

The Script is a combined race-/class-System. After picking your desired race and answering the right multiple-choice questions for creating this specific race, you of course get the Race-Flag and then a Gump for the selection of your desired class openes.. or in this case it should open.

Code:
if <argchk> = 3
    tag.klasse = <hval <src.GetClass> | <def.rasse_mensch>>
    color=colors_skin
    body=c_man
    sysmessage @180 test
    update
    if <def.klassensystem_moveaftercreate>
        src.go <def.klassensystem_moveaftercreate_p>
    else
        src.go 2670,2165,0
    endif
    dialog d_charerstellung //<.........................here is the Line 623
return 0
else
dialog d_rassenwahl
endif
return 0

The Gump-Dialog itself works perfectly on my sphere-installation at home. I even tried to shorten the individual Gump-Dialog just in case if the Error was caused by too many pages. But this didn't change anything.

So, what Problem can there possibly be? As mentioned, opening the dialog on my sphere at home works without any problem. The Problem happens to occur only on our gameserver.

Perhaps somebody has an idea what might be the problem. (Perhaps some interference with other scripts, or a setting in the ini perhaps?)

thanks
07-11-2012 02:39 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
A "problem" with opening a Dialog - Shidhun - 07-11-2012 02:39 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)