Search found 7 matches

by saronno
Fri Feb 05, 2010 8:56 am
Forum: General discussions
Topic: Accents and other characters in Spanish
Replies: 4
Views: 5493

Re: Accents and other characters in Spanish

Hi Torsten,

Thanks a lot, I have downloaded 2.6.2 release and copied the Spanish language page and it is working now. There are some typos though and problem with a couple of variable names in the Configuration section, Spam Control. I am attaching an update where I have corrected these errors ...
by saronno
Sun Jan 31, 2010 12:07 pm
Forum: General discussions
Topic: Accents and other characters in Spanish
Replies: 4
Views: 5493

Accents and other characters in Spanish

Hello,

I have installed phpMyFAQ 2.6.1 in a Fedora box, selecting Spanish language during the installation. All the accents in the titles and menus show wrong, even if I select an installation in English and then select Spanish language (eg. Artículos instead of Artículos). My settings in Firefox ...
by saronno
Fri Dec 04, 2009 12:14 am
Forum: General discussions
Topic: phpMyFAQ in Solaris 9
Replies: 8
Views: 7052

Re: phpMyFAQ in Solaris 9

By the way, it is also impossible for me to add a new user as admin. I get the following error:

User Administration

Please enter a password.

Please enter a valid mail address.

The specified user name is invalid.

Please enter your real name.

Obviously I had entered all the information correctly.
by saronno
Fri Dec 04, 2009 12:07 am
Forum: General discussions
Topic: phpMyFAQ in Solaris 9
Replies: 8
Views: 7052

Re: phpMyFAQ in Solaris 9

Apologies, here it is.

mysql> select * from faquser_right;
+---------+----------+
| user_id | right_id |
+---------+----------+
| 1 | 1 |
| 1 | 2 |
| 1 | 3 |
| 1 | 4 |
| 1 | 5 |
| 1 | 6 |
| 1 | 7 |
| 1 | 8 |
| 1 | 9 |
| 1 | 10 |
| 1 | 11 |
| 1 | 12 |
| 1 | 13 |
| 1 | 14 |
| 1 | 15 |
| 1 | 16 |
| 1 ...
by saronno
Thu Dec 03, 2009 12:16 am
Forum: General discussions
Topic: phpMyFAQ in Solaris 9
Replies: 8
Views: 7052

Re: phpMyFAQ in Solaris 9

Hi,

mysql> select * from faqright;
+----------+--------------+----------------------------------+-----------+------------+
| right_id | name | description | for_users | for_groups |
+----------+--------------+----------------------------------+-----------+------------+
| 1 | adduser | Right to add ...
by saronno
Tue Dec 01, 2009 11:55 pm
Forum: General discussions
Topic: phpMyFAQ in Solaris 9
Replies: 8
Views: 7052

Re: phpMyFAQ in Solaris 9

Hello,

I do not have root access neither on the web server nor in the mySQL server. I just got a user in the web server, and a DB created with a DB user in the mySQL server. Apparently I have all the rights granted in the mySQL server:

mysql> show grants ...
by saronno
Tue Dec 01, 2009 12:17 am
Forum: General discussions
Topic: phpMyFAQ in Solaris 9
Replies: 8
Views: 7052

phpMyFAQ in Solaris 9

Hello,

I have installed successfully the application (v. 2.0.17) in a Solaris 9 box with the following SW:
Apache 2.055
PHP 4.3.6
MySQL 5.0.60

Apparently everything went fine, the DB was created, but when I try to add a new category through the admin menu nothing happens, it just goes back to the ...