Icy Phoenix

     
 

[SOLVED] One Point More In The Info

[SOLVED] One Point More In The Info

Article
Reply with quote    Download Post  
Post [SOLVED] One Point More In The Info 
 
I have one point more in the info zone.
How I can remove that point?


 point



 
Last edited by Dimo on Thu 02 Aug, 2012 00:31; edited 1 time in total 
Dimo - View user's profile Send private message  
Dimo [ Tue 31 Jul, 2012 16:36 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


[SOLVED] One Point More In The Info

Comments
Reply with quote    Download Post  
Post Re: One Point More In The Info 
 
You should check in CMS what that link is for... maybe is a feature not enabled.

If you can report here, I will check.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Tue 31 Jul, 2012 16:45 ]
Reply with quote    Download Post  
Post Re: One Point More In The Info 
 
Mighty Gorgon wrote: [View Post]
You should check in CMS what that link is for... maybe is a feature not enabled.

If you can report here, I will check.


Thanks Boss for answer quickly  

In my CMS we can see that:  

info

Then...? Where is the problem?




 
Dimo - View user's profile Send private message  
Dimo [ Tue 31 Jul, 2012 16:55 ]
Reply with quote    Download Post  
Post Re: One Point More In The Info 
 
Could you check if this line is present in your lang_main.php Dimo?

Code: [Download] [Hide] [Select]
    'LINK_REFERERS' => 'HTTP Referers',


Maybe it is missing in the spanish translation?



 
Joshua203 - View user's profile Send private message  
Joshua203 [ Tue 31 Jul, 2012 20:04 ]
Reply with quote    Download Post  
Post Re: One Point More In The Info 
 
i might have overseen it, when i did the pack



 
spydie - View user's profile Send private message  
spydie [ Tue 31 Jul, 2012 20:28 ]
Reply with quote    Download Post  
Post Re: One Point More In The Info 
 
In the Spanish version is not found.
And in the English version I deleted the line but remains the error.  




 
Dimo - View user's profile Send private message  
Dimo [ Wed 01 Aug, 2012 01:42 ]
Reply with quote    Download Post  
Post Re: One Point More In The Info 
 
Why did you delete the line in the English Language. ?

If you put it back and set your site to "English" and the problem disappears - then as Spydie suggested he MAY have missed the line in the Spanish Translation.

You don't help by deleting things and then stating that it's still not working?

And if you provide a link to your site - someone may be able to look into the script/html to see what is happening there?



 
mort - View user's profile Send private message  
mort [ Wed 01 Aug, 2012 02:58 ]
Reply with quote    Download Post  
Post Re: One Point More In The Info 
 
mort wrote: [View Post]
Why did you delete the line in the English Language. ?

If you put it back and set your site to "English" and the problem disappears - then as Spydie suggested he MAY have missed the line in the Spanish Translation.

You don't help by deleting things and then stating that it's still not working?

And if you provide a link to your site - someone may be able to look into the script/html to see what is happening there?


Mort if you want see the script/html... my site is www.ykz.laforo.org

Thanks Guapo




 
Dimo - View user's profile Send private message  
Dimo [ Wed 01 Aug, 2012 04:54 ]
Reply with quote    Download Post  
Post Re: One Point More In The Info 
 
@ Dimo

OPEN language/lang_spanish/lang_main.php file

FIND:
Code: [Download] [Hide]
  1.     'LINK_REFERRERS' => 'Referidos HTTP', 

REPLACE WITH:
Code: [Download] [Hide]
  1.     'LINK_REFERERS' => 'Referidos HTTP', 




 
ThE KuKa - View user's profile Send private message  
ThE KuKa [ Wed 01 Aug, 2012 04:56 ]
Reply with quote    Download Post  
Post Re: One Point More In The Info 
 
ThE KuKa wrote: [View Post]
@ Dimo

OPEN language/lang_spanish/lang_main.php file

FIND:
Code: [Download] [Hide]
  1.     'LINK_REFERRERS' => 'Referidos HTTP', 

REPLACE WITH:
Code: [Download] [Hide]
  1.     'LINK_REFERERS' => 'Referidos HTTP', 


When I make what you say my site fall.

If I erase the file "language/lang_spanish/lang_main.php" the site come back well but in english.

I make one user for you...

User: administrador
Pass: 123456789

 




 
Dimo - View user's profile Send private message  
Dimo [ Wed 01 Aug, 2012 05:30 ]
Reply with quote    Download Post  
Post Re: One Point More In The Info 
 
Yes I see that the English language is working ok so try uploading this file to your Spanish Language folder making sure you upload it in BINARY format.

ThE KuKa's fix has already been applied to it.

If that doesn't fix it, then something is either missing or not commented out, and for that, one of the Spanish guys will have to sort out.  

lang_main-spanish.zip
Description:  
Download
Filename: lang_main-spanish.zip
Filesize: 39.48 KB
Downloaded: 160 Time(s)




 
mort - View user's profile Send private message  
mort [ Wed 01 Aug, 2012 06:41 ]
Reply with quote    Download Post  
Post Re: One Point More In The Info 
 
that should have fixed it Mort.

i had no time to review the latest changes. gonna do that in the next days



 
spydie - View user's profile Send private message  
spydie [ Wed 01 Aug, 2012 22:11 ]
Reply with quote    Download Post  
Post Re: [SOLVED] One Point More In The Info 
 
mort, the problem is solved ^^



 
Dimo - View user's profile Send private message  
Dimo [ Thu 02 Aug, 2012 00:31 ]
Reply with quote    Download Post  
Post Re: [SOLVED] One Point More In The Info 
 
Dimo wrote: [View Post]
mort, the problem is solved ^^


I'm not saying that you did and I'm also not aware of your expertise, but IF you have uploaded any files in ASCII format then I suggest that you re-upload them all using BINARY format.

Because this line below becomes a real problem with ASCII

Code: [Download] [Hide] [Select]
'No_post_mode' => 'No post mode specified', // If posting.php is called without a mode (newtopic/reply/delete/etc, shouldn't be shown normally)


If ASCII folds this line to something like this.

'No_post_mode' => 'No post mode specified', // If posting.php is called without a mode
 (newtopic/reply/delete/etc, shouldn't be shown normally)

 Then the shouldn't would need to be shouldn\'t

And that's how easy it is to create problems and also "Kill" a script.



 
Last edited by mort on Sun 12 Aug, 2012 05:45; edited 1 time in total 
mort - View user's profile Send private message  
mort [ Thu 02 Aug, 2012 01:24 ]
Reply with quote    Download Post  
Post Re: [SOLVED] One Point More In The Info 
 
That line would break PHP anyway, since it's not a comment if folded



 
Informpro - View user's profile Send private message  
Informpro [ Thu 02 Aug, 2012 01:52 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 2
Goto page 1, 2  Next
 




 


 

  cron