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






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
List problem
Author Message
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: List problem
In this case it's better to not use blank spaces as separator, in fact you actually have

src.tag.xx = exa pro //ok

I think that the blank space between exa pro will cause "pro.ADD <src.uid>" to become an argument of that list function.

serv.list.<src.tag.xx>.ADD <src.uid> will become serv.list.exa pro.ADD <src.uid>

So you can remove the blank splaces or use commas as separator like

PHP Code:
.test exa,pro
src
.tag.xx = <argv[0]><argv[1]>  // argv[0] is exa and argv[1] is pro
serv.list.<src.tag.xx>.add <src.uid

I think it should work, but i didn't test it.Blush
(This post was last modified: 05-09-2013 04:16 AM by darksun84.)
05-09-2013 04:15 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
List problem - afronola - 05-09-2013, 03:52 AM
RE: List problem - darksun84 - 05-09-2013 04:15 AM
RE: List problem - Mordaunt - 05-09-2013, 04:17 AM
RE: List problem - Alaric - 05-09-2013, 04:20 AM
RE: List problem - afronola - 05-09-2013, 05:08 AM
RE: List problem - Mordaunt - 05-09-2013, 05:14 AM
RE: List problem - afronola - 05-10-2013, 12:44 AM

Forum Jump:


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