as I said the solution is here
viewtopic.php?t=5346
Search found 8 matches
- Thu Aug 09, 2007 9:53 am
- Forum: General discussions
- Topic: does not display text of article
- Replies: 3
- Views: 6306
- Tue Aug 07, 2007 9:36 am
- Forum: Bug reports
- Topic: bug found and solved
- Replies: 1
- Views: 5391
bug found and solved
if you can't see the content, look and the "glossary.php" file, it mean need à dot on ligne 123 like this :
Code: Select all
$content .= preg_replace_callback(
- Mon Aug 06, 2007 7:21 am
- Forum: Bug reports
- Topic: user list + new user
- Replies: 9
- Views: 15055
- Wed Aug 01, 2007 8:23 pm
- Forum: Bug reports
- Topic: user list + new user
- Replies: 9
- Views: 15055
- Wed Aug 01, 2007 7:28 am
- Forum: Bug reports
- Topic: user list + new user
- Replies: 9
- Views: 15055
I FOUND THE BUG
Finally after some sweat I get it!
It was only a problem with that sort of caracter :
é and
the solution was on the "language_fr.php file"
$PMF_LANG["ad_entry_email"] = "adresse email :";
$PMF_LANG["ad_user_realname"] = "Nom réel :";
doesn't work
$PMF_LANG["ad ...
It was only a problem with that sort of caracter :
é and
the solution was on the "language_fr.php file"
$PMF_LANG["ad_entry_email"] = "adresse email :";
$PMF_LANG["ad_user_realname"] = "Nom réel :";
doesn't work
$PMF_LANG["ad ...
- Tue Jul 31, 2007 8:21 am
- Forum: Bug reports
- Topic: user list + new user
- Replies: 9
- Views: 15055
up !
here they are :
SELECT display_name FROM faq_faquserdata ;
""
"Anonymous User"
"test"
"NICOUE Diane"
"GAILLAT Jean"
I found someting in the user list xml file, it may cause the bug :
(I look in "ajax.user_list.php" file but didn't found how to solute the bug, sorry)
<item name="email">
<name ...
SELECT display_name FROM faq_faquserdata ;
""
"Anonymous User"
"test"
"NICOUE Diane"
"GAILLAT Jean"
I found someting in the user list xml file, it may cause the bug :
(I look in "ajax.user_list.php" file but didn't found how to solute the bug, sorry)
<item name="email">
<name ...
- Wed Jul 25, 2007 9:23 am
- Forum: Bug reports
- Topic: user list + new user
- Replies: 9
- Views: 15055
+1
Up
- Tue Jul 24, 2007 10:52 am
- Forum: Bug reports
- Topic: user list + new user
- Replies: 9
- Views: 15055
+1
hi,
I have the same problem with user list in the admin list
My config :
I have the same problem with user list in the admin list
Code: Select all
http://localhost/fos/admin/index.php?action=user
- V2.0.2
wamp server
win XP sp 2