if i execute potx-cli.php from command line i see everytime potx.inc will be searched for strings... i tried this on update_status module. Here is the output on command line:

Processing potx.inc...
Invalid marker content in potx.inc:898
* t($string,$args=array())

Processing update_status.module...
Processing update_status.install...
Processing update_status.info...
PHP Warning:  Invalid argument supplied for foreach() in C:\Inetpub\wwwroot\drupal5\sites\all\modules\update_status\potx.inc on line 204

Done.
CommentFileSizeAuthor
#1 potx.files_.patch1.39 KBgábor hojtsy

Comments

gábor hojtsy’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new1.39 KB

The attached patch fixes both the potx.inc and the foreach issue. The foreach one popped up because there were no installer strings in update_status.
I cannot commit these though because CVS is down for maintanance. Will commit later.

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

CVS seems to be working again, so committed.

hass’s picture

i only opened 3 cases, while i splitted the 3 errors in 3 cases... for not loosing them... i already reported the problem with included potx.inc earlier but lost the overview...

the patch looks working well now. thx :-).

Anonymous’s picture

Status: Fixed » Closed (fixed)