Wonderful, it is solved
Many thanks
JR
Search found 16 matches
- Sun Jul 26, 2009 12:57 pm
- Forum: [locked] CMSMS MLE fork
- Topic: Undefined index in include.php o
- Replies: 14
- Views: 6570
- Fri Jul 24, 2009 4:30 pm
- Forum: [locked] CMSMS MLE fork
- Topic: Undefined index in include.php o
- Replies: 14
- Views: 6570
Re: Undefined index in include.php o
Hi Alby, I would like to re-open this issue because I have new elements to give. I tried to take a new installation and I followed exactly MLE installation. When I delete cookies, the problem reappears. Could you resolve it please and tell us the solution. I would like to deliver my project without ...
- Sat Jul 18, 2009 11:13 am
- Forum: Modules/Add-Ons
- Topic: NMS: Import Users from FrontEndUsers is not functionning
- Replies: 1
- Views: 724
Re: NMS: Import Users from FrontEndUsers is not functionning
Ok, I found the bug:
Replace $dbnow = trim($db->DbTimeStamp($now,"'")) by $dbnow = trim($db->DbTimeStamp($now),"'") in action.do_feu_import_users.php.
Replace $dbnow = trim($db->DbTimeStamp($now,"'")) by $dbnow = trim($db->DbTimeStamp($now),"'") in action.do_feu_import_users.php.
- Sat Jul 18, 2009 10:36 am
- Forum: Modules/Add-Ons
- Topic: NMS: Import Users from FrontEndUsers is not functionning
- Replies: 1
- Views: 724
NMS: Import Users from FrontEndUsers is not functionning
Hi, I tried to debug NMS for the action: action.do_feu_import_users.php. It seems that $dbnow is passing through the same transformation between the function "mysql_date_ADOConnection" in mysql_date_modul.inc and the other function "do_query". In fact, $dbnow is acquiring quotes ...
- Tue Jul 14, 2009 6:28 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers user history tab returning to Users tab
- Replies: 0
- Views: 613
FrontEndUsers user history tab returning to Users tab
Hello,
Pagination links on user history tab in FrontEndUsers module return to Users tab.
Is there a patch for this bug?
Thank you
Pagination links on user history tab in FrontEndUsers module return to Users tab.
Is there a patch for this bug?
Thank you
- Tue Jul 14, 2009 5:50 pm
- Forum: [locked] CMSMS MLE fork
- Topic: Undefined index in include.php o
- Replies: 14
- Views: 6570
Re: Undefined index in include.php o
Yes, of course, this is what I did.
- Tue Jul 14, 2009 9:51 am
- Forum: [locked] CMSMS MLE fork
- Topic: Undefined index in include.php o
- Replies: 14
- Views: 6570
Re: Undefined index in include.php o
Hi Alby,
FYI:
I changed my language preference to french, I thought too, when I saw it, to change Français to Français in my config_lang.php.
Unfortunately, the problem persists.
Thank you again, waiting for CMS 1.6.1.
FYI:
I changed my language preference to french, I thought too, when I saw it, to change Français to Français in my config_lang.php.
Unfortunately, the problem persists.
Thank you again, waiting for CMS 1.6.1.
- Mon Jul 13, 2009 4:06 pm
- Forum: [locked] CMSMS MLE fork
- Topic: Undefined index in include.php o
- Replies: 14
- Views: 6570
Re: Undefined index in include.php o
This is my config_lang.php: $hls = array( 'fr_FR' => array( 'locale_cms'=>'fr_FR', 'block'=>'fr', 'parent'=>'fr', 'flag'=>'', 'text'=>'Français (French)', 'locale'=>'fr_FR.UTF-8' ), 'ar_LB' => array( 'locale_cms'=>'ar_LB', 'block'=>'ar', 'parent'=>'ar', 'flag'=>'', 'text'=>'عربي', 'locale'=>'ar_LB.U...
- Mon Jul 13, 2009 7:48 am
- Forum: [locked] CMSMS MLE fork
- Topic: Undefined index in include.php o
- Replies: 14
- Views: 6570
Re: Undefined index in include.php o
Yes, this is exactly what it is happening. It happens the first time after turning on PC. When I log in and then log out, messages disappear completely on the login page until Pc reboot. The same behaviour on Mozilla and IE, even more, If I login through Mozilla, IE still giving the same messages un...
- Fri Jul 10, 2009 9:00 pm
- Forum: [locked] CMSMS MLE fork
- Topic: PDF server generation with printing module CMS 1.6
- Replies: 1
- Views: 2462
PDF server generation with printing module CMS 1.6
Hi Alby, I don't know in which CMSMS forum I have to put my question, in all cases this has a link with languages. Is it possible with printing module to generate a PDF file without downloading the page? In other terms, I have to generate a PDF report which contains information extracted from the da...
- Fri Jul 10, 2009 8:49 pm
- Forum: [locked] CMSMS MLE fork
- Topic: Undefined index in include.php o
- Replies: 14
- Views: 6570
Re: Undefined index in include.php o
MLE languages are ok
MLE settings tests are ok
The problem persists
MLE settings tests are ok
The problem persists
- Fri Jul 10, 2009 11:39 am
- Forum: [locked] CMSMS MLE fork
- Topic: Undefined index in include.php o
- Replies: 14
- Views: 6570
Undefined index in include.php o
Hello, Since I created manually the arabic language in config_lang.php (language that does not exist with the standard installation) the following notices keep appearing at the CMS login page: Notice: Undefined index: in C:\Program Files\Apache Group\Apache2\htdocs\prj\include.php on line 262 Notice...
- Sun Jun 28, 2009 8:31 am
- Forum: [locked] CMSMS MLE fork
- Topic: Arabic language issue
- Replies: 5
- Views: 4852
Re: Arabic language issue
Thanks Alby, it is great. I was using Wordpad, it does not have this feature. I am using Notepad now and I am saving under UTF-8. It is SOLVED. I should download a good PHP editor.
Thanks
Thanks
- Sun Jun 28, 2009 6:07 am
- Forum: [locked] CMSMS MLE fork
- Topic: Arabic language issue
- Replies: 5
- Views: 4852
Re: Arabic language issue
Hi Alby, Thanks for your quick reply. In fact, I figured out this manipulation and I did exactly what you described, however for locales I used ar_LB.UTF-8 in config_lang.php like this: 'ar_LB' => array( 'locale_cms'=>'ar_LB', 'block'=>'ar', 'parent'=>'ar', 'flag'=>'', 'text'=>'??????', 'locale'=>'a...
- Sat Jun 27, 2009 9:03 pm
- Forum: [locked] CMSMS MLE fork
- Topic: Arabic language issue
- Replies: 5
- Views: 4852
Arabic language issue
Hello, In CMSMS MLE 1.6, there is not arabic language. I have tried to make a copy of fr_FR.php in the News module to ar_LB.php and translate some texts in it. Of course I was forced to save the file under "unicode text document" otherwise the arabic text will be saved as question marks. W...