161
DCrussader
Re: userinfo.php blank page for some users in xoops 2.5.4 and profile module

All lines should end with CRLF (my opinion), LF causes trouble, already reported bug with language files written by GiJoe 10 years ago. MyAlbum, Protector, Avanam, d3forum... all of those modules, language files are not read properly.

And those LF only caused a bug for over 5 versions in another xoops fork, the admin / preferences page was blank... thanks to LF only.
May The Source Be With You!



162
DCrussader
Re: userinfo.php blank page for some users in xoops 2.5.4 and profile module

Everything will take time, but after it we can put this Mac Apple OS delimiter problem away and to see something else ?

I can contact my HSP and he can make u VBox/VMWare image like shared hosts - with same configuration, environment, same Cent OS version, and u to see why this is coming.

Both profiles gives blank page or above error from chrome 20.0
May The Source Be With You!



163
DCrussader
Re: XOOPS Poll 1.32 RC ready for testing

Quite enough stable for RC, can be moved to stable and final.
May The Source Be With You!



164
DCrussader
Re: userinfo.php blank page for some users in xoops 2.5.4 and profile module

I can give u access to my host, but this isn't helpfull
What about the LF problem reported by banned cms ?
Since affects language files, why not and rest ?
May The Source Be With You!



165
DCrussader
Re: userinfo.php blank page for some users in xoops 2.5.4 and profile module

same config (XOOPS 2.5.5 RC + Wishcraft Profile) - blank page remains. So it's the core, if Wishcraft made a lot of changes to the module....

this bug persist and on clean default installation from 2.3.0
was build-in in some forks, now is solved by forks.

http://xoops.cmsbg.info/modules/profile/userinfo.php?uid=1

ERROR 500 by chrome, possibly bcz some files within core/module ends with LF only instead of CRLF. LF causes infinite line....

Quote:

i should explain that i can not see any error when i activate the debug mode for all users (in xoops_data/configs/xoopsconfig.php 0 - To all users)


Use Chrome 20.0 Beta and u will see
May The Source Be With You!



166
DCrussader
Re: Fmcontent new version : Test and report bugs

Quote:

It not good idea for xoops each person start one module whit Different name and other person start other module whit other name.


Then what's the best idea.... Banned CMS to be XOOPS, Xoosla to be XOOPS, XCL to be XOOPS, exv2 to be XOOPS. All of them are developed by different people, why not all of them uses the same name ?

SmartSection is written by Marcan (Marc Andre)
News is written by Herve Thouzard
WF-Section/Channel by Catzwolf

Quote:

The answer is : just one or two person. This is not correct way to development web tools. We need one module for static pages and one module for dynamic pages . Just two module and news is good name for dynamic pages module.


NEWS is used, forget about it! There are several other names. Check Content section here (http://extensions.joomla.org) - Are there over 300 extensions named News ?

Quote:

I don't wanted start new module....


You don't have to start new one, just change the name. How over 10,000 extensions can exists without naming conflicts, here 3 modules on cross can't ?

Call it vNews, call it VoltanNews, call it XOOPSContent, whatever, just not News!
May The Source Be With You!



167
DCrussader
Re: Subscribers 1.2 Beta Ready for Testing on XOOPS 2.5.5 RC

admin.php
Line 6
define("_AM_SUBSCRIBERS_SOME_ERROR", "Hum, some requests were not performed!");

Hum ?

Line 41
define("_AM_SUBSCRIBERS_MISSING_PHPEXCEL","PHPExcel Framework was not found, please install it!");
And this framework is available where ?

modinfo.php Lines 23 to 25
define("_MI_SUBSCRIBERS_CONF_CAPTCHA_CHOICE1","Activate to users and visitors");
should be "Activate for registered users and anonymous"
define("_MI_SUBSCRIBERS_CONF_CAPTCHA_CHOICE2","Activate to visitors only");
should be "Activate for anonymous users only"
define("_MI_SUBSCRIBERS_CONF_CAPTCHA_CHOICE3","Desactivate");
should be
"Deactivate"

Updated en-GB files, converted to UTF-8, removed illegal spaces
http://sourceforge.net/projects/gtlt/files/XOOPS/Modules/en-GB_XOOPS2_mod_subscribers-1.2Beta_Mamba.zip/download

Transifex task -https://www.transifex.net/projects/p/xoops-mods-i18n/r/subscribers12b/
May The Source Be With You!



168
DCrussader
Re: Birthday 2.3 RC2 ready for testing on XOOPS 2.5.5 RC

modinfo.php
Lines 18-23 (no longer supported editors)
define("_MI_BIRTHDAY_FORM_COMPACT","Compact");
define("_MI_BIRTHDAY_FORM_DHTML","DHTML");
define("_MI_BIRTHDAY_FORM_SPAW","Spaw Editor");
define("_MI_BIRTHDAY_FORM_HTMLAREA","HtmlArea Editor");
define("_MI_BIRTHDAY_FORM_FCK","FCK Editor");
define("_MI_BIRTHDAY_FORM_KOIVI","Koivi Editor");

Line 24 - needs correction, proper name is tinyMCE

main.php
define("_AM_BIRTHDAY_XOOPS_PROFILE","Xoops Profil");
should be changed to
define("_AM_BIRTHDAY_XOOPS_PROFILE","Xoops Profile");

Corrected en-GB files, all illegal spaces are removed
http://sourceforge.net/projects/gtlt/files/XOOPS/Modules/en-GB_XOOPS2_mod_birthday-2.3RC2_Mamba.zip/download
May The Source Be With You!



169
DCrussader
Re: Avaman 0.22 RC2 Ready for Testing on XOOPS 2.5.5 RC

en-GB corrected language files, converted to Unicode UTF-8 and transformed to XOOPS coding standards -http://sourceforge.net/projects/gtlt/files/XOOPS/Modules/en-GB_XOOPS2_mod_avaman-0.22RC2_Mamba.zip/download

(a bit offtopic) I'm afraid that some modules made by GiJoe and currently maintained by randoms (XOOPS Community, Wishcraft) are affected by this "anarchy").

This is how each line in the language file must look
define('_MI_AVAMAN_MODULEDESC','Managing system avatars and smilies');


not like GiJoe wrote it
define'_MI_AVAMAN_MODULEDESC' 'Managing system avatars and smilies' ) ;


quote from Marc Andre:
Quote:

Line Termination

Line termination follows the Unix text file convention. Lines must end with a single linefeed (LF) character. Linefeed characters are represented as ordinal 10, or hexadecimal 0x0A.

Note: Do not use carriage returns (CR) as is the convention in Apple OS's (0x0D) or the carriage return - linefeed combination (CRLF) as is standard for the Windows OS (0x0D, 0x0A).


Protector language files are not included anyway. But they're affected by the anarchy set.
MyAlbum-P currently maintained by Wishcraft, Unix delimiters, but GiJoe way of typing.... translations are halved, over 90% of the strings are not included.

During my absence next 2 weeks, will try to verify every XOOPS 2.5.5 RC file for Apple OS (CR - 0x0D) and to replace it with CRLF, probably the userinfo bug will gone. For rest modules.... if got time.

Should I write How To coders to maintain they're modules and language files, or u will do it ?
May The Source Be With You!



170
DCrussader
Re: Download: myAlbum-p 3.06 - Warning & notices / Feature Requests

es-ES -http://sourceforge.net/projects/gtlt/files/XOOPS/Modules/Spanish/es-ES_XOOPS2_mod_myalbum-3.06.zip/download

all translations done on modules forked by GiJoe's work, can be counted as zero.

All definitions within GiJoe modules looks like this
define"_CONSTANT" "Text goes here" ) ;


They're should be changed to this way:
define("_CONSTANT","Text goes here");


in addition all definitions in language files must end with CRLF as end of line, not LF only.
May The Source Be With You!




TopTop
« 1 ... 14 15 16 (17) 18 19 20 ... 41 »



Login

Who's Online

142 user(s) are online (117 user(s) are browsing Support Forums)


Members: 0


Guests: 142


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits