Jump to content
TNG Community

Shows Issues mod can't install.


SiEiNo

Recommended Posts

The mod 'Shows issues' cannot install, and an error message says "Bad Target".

TNG: 12.3

Mod: Shows issues: 12.0.0.3a

Anyone who knows . . . .?

ENo

Error Show Issues Mod.jpg

Link to comment
Share on other sites

Rob Severijns

Hello Eno,

Which mod are you using?

1: Are you sure you have the latest version of the mods you are using?

2: Did you do the update of the cust_text.php?

 

image.png

 

I have experienced the "Bad Target" issue before and with the help of other forum members it was often solved.

Kind regards,

 

Rob

Link to comment
Share on other sites

Hi Rob,

   

TNG:12.3

Mod: Shows issues: 12.0.0.3a 

I don't know when the error came along., I haven'ttry to install it before today..

All updates are done!

ENo

Link to comment
Share on other sites

Rob Severijns

Hi Eno,

 

Ah oke .....now I see. 😀

I read it as a mod having issues while the mod's name is "Show Issues"

I believe that since TNG 12.3 there were minor changes to the way .cfg are coded to make them work in TNG 12.3.

So you need a change in the .cfg file to fix this problem.

Unfortunaly I'm unable to fix this for you so you will need to wait for someone with more knowledge of coding.

The wiki of the mod says it's been tested with TNG 12.0.3 and that's at least 3 versions back.

Good luck and kind regards,

 

Rob

Link to comment
Share on other sites

For TNG 12.3, until the author has a chance to fix it,  you can change line 64 of the cfg file as follows:

                        if( $parent['marrtype'] ) {

change to:

                        if( !empty($parent['marrtype']) ) {

Then it should install.  I don't use the mod, so can't help testing it.

I have  alerted the mod's author.

Link to comment
Share on other sites

18 timer siden, tngrlkrz skrev:

For TNG 12.3, until the author has a chance to fix it,  you can change line 64 of the cfg file as follows:

                        if( $parent['marrtype'] ) {

change to:

                        if( !empty($parent['marrtype']) ) { 

Then it should install.  I don't use the mod, so can't help testing it.

I have  alerted the mod's author.

Mod

På 30.4.2020 at 18.20, XerxX skrev:

Hi Ken,

 

I got your message and I agree with you re true/false.

I will not change any morree mods.

Thanks,

Erik

 

18 timer siden, tngrlkrz skrev:

For TNG 12.3, until the author has a chance to fix it,  you can change line 64 of the cfg file as follows:

                        if( $parent['marrtype'] ) {

change to:

                        if( !empty($parent['marrtype']) ) { 

Then it should install.  I don't use the mod, so can't help testing it.

I have  alerted the mod's author.

Thanks Ron,

The mod is installed!

ENo

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...