Page 2 of 2

Re: error with other language same other language only engli

Posted: 25 Jul 2012, 08:53
by Nick
Regarding the language file I could tell you more if I could access it, but it's not available not here http://www.insightspirit.com/iv-include ... french.xml nor here http://www.insightspirit.com/iv-config/ ... french.xml

Try with the workaround though.

Re: error with other language same other language only engli

Posted: 25 Jul 2012, 10:29
by jm26200
hi

yes :D

replace the file and now it works

a big thank you Nick

good luck

JM

Re: error with other language same other language only engli

Posted: 07 Sep 2012, 09:23
by Eightkiller
Hy, since that time my problem with the language error has partially been resolved even with all permissions given to the folders content and iv-config.but i still got a problem with the tiny icons in the menu items (i also tried to copy the file 'function_inc.php' you uploaded in the thread, but that made the site crash, by not finding some function). Let me explain:

I have got 11 menu item in my menu each of them with a tiny icon (with a title like '[myIconName.png] MyMenuItemName' )

But only 4 ot those 11 are visible on my site, and i don't understand why.
You can check the site here : http://www.insightspirit.com

You can make the menu visible by letting your mouse cursor over the eagle in the logo on the upper left corner of the site.
Do you have an idea on what to do? Every icons are all stored the same way in the folder : iv-includes/images/icons, and everything is working on my localhost, but not on the server where my site is hosted.

The other big problem is that i can't edit a lot of things in the admin panel, everytime i try to save a change, lots of error messages are shown, you can see the attached file ( i can save properly, text for the photos in the 'Manage' section, but i can't save anything in 'settings', 'language' folders and so on)

Thanks in advance.

Re: error with other language same other language only engli

Posted: 07 Sep 2012, 13:12
by mjau-mjau
Some of your folder icons are there, others not:
http://www.insightspirit.com/iv-include ... act_16.png
http://www.insightspirit.com/iv-include ... ure_16.png

I did some guessing, and I found one of your icons here, which you are referring to incorrectly:
http://www.insightspirit.com/iv-include ... ure_16.png

Notice the large "N" in nature, while you are referring to the file with a small "n". Filenames are CaSe SeNsItIvE on your server, but may be ignored on your localhost.

As for the failures to safe, did you move files around on your server or between servers? Imagevue cant write to those files because it does not have permission. They may have inherited some incorrect permissions when moving files around, but you can try to set permissions on these files specifically ... Similar to this, except do it on the files:
https://www.photo.gallery/documentation/sett ... rmissions/

Re: error with other language same other language only engli

Posted: 07 Sep 2012, 15:41
by Eightkiller
It is very strange, because i have been very cautious with the 'case sensitive' thing, i don't see where i'm for example reffering to 'folder_nature_16.png' instead of 'folder_Nature_16.png', in my administration Panel, the title of the folder is '[folder_Nature_16.png] Nature' with a big 'N' and not a little 'n', so i'm wondering where you are seeing this?
I also did a full recursive search with notepad++ on every file in my directories, and no references to nature with a little 'n' exists, there only are references with a big 'N' wich should be good.

I checked for the others icons filenames, it is the same. If you could tell me, how you saw that.

And one more clue, i just pasted every files of the site on the server twice, and the icons that were visible were not the same, with no changes at all. For example, the first time you could not see the icon of 'Panoramas' and the second time you could :s

Thanks in advance.

Re: error with other language same other language only engli

Posted: 08 Sep 2012, 00:56
by mjau-mjau
Eightkill wrote:It is very strange, because i have been very cautious with the 'case sensitive' thing, i don't see where i'm for example reffering to 'folder_nature_16.png' instead of 'folder_Nature_16.png', in my administration Panel, the title of the folder is '[folder_Nature_16.png] Nature' with a big 'N' and not a little 'n', so i'm wondering where you are seeing this?
I also did a full recursive search with notepad++ on every file in my directories, and no references to nature with a little 'n' exists, there only are references with a big 'N' wich should be good.

I checked for the others icons filenames, it is the same. If you could tell me, how you saw that.
Well, at best, your integration is inconsistent. For example, you have for your fantasy folder:
Code
[folder_Fantasy_16.png]
That would insinuate that you wanted to load the following file with a large F:
http://www.insightspirit.com/iv-include ... asy_16.png
Yet that file does not exist, so only because Imagevue is automatically changing to lowercase, it is loading the correct file for you:
http://www.insightspirit.com/iv-include ... asy_16.png
So basically, why are you trying to add a large F if the if the filename has a small f?

So yes it turns out you are right, Imagevue is converting all calls to lowercase. I cannot remember exactly why, but there may have been a reason for this. In any case, you have a mix of Uppercase/lowercase filenames on your server, and you are also randomly calling them in your titles. A little consistency would solve everything ...

Just remove the uppercase characters in your filenames, and problem solved.

Eightkill wrote:And one more clue, i just pasted every files of the site on the server twice, and the icons that were visible were not the same, with no changes at all. For example, the first time you could not see the icon of 'Panoramas' and the second time you could :s
Sorry, I am not sure what you are saying. You have a mix of uppercase and lowercase icons:
http://www.insightspirit.com/iv-include ... asy_16.png (lowercase f)
http://www.insightspirit.com/iv-include ... als_16.png (lowercase a)
http://www.insightspirit.com/iv-include ... nis_16.png (uppercase T)
http://www.insightspirit.com/iv-include ... ure_16.png (uppercase N)

Just rename uppercase to lowercase, and it will all work ...