normal bugs and human interface bugs

Please report bugs here!

Moderator: Thorsten

Post Reply
dams
Posts: 3
Joined: Fri Jan 28, 2005 4:35 pm

normal bugs and human interface bugs

Post by dams »

When you vote for an article:
Parse error: parse error, unexpected ';' in /var/www/phpmyfaq-1.5.0-beta2/savevoting.php on line 22

How is the "Send to a friend" function supposed to work? There is nowhere to configure the mail server and it does not work...

When you want to write an open question or an article from the main page, the edition boxes are next to a message and since the messages all have a different size, the boxes appear in a fuzzy maner...

In the administration part of the site:

when logged in, this message appears at the bottom of the page (below "System Information"):
Fatal error: Call to undefined function: pg_version() in /var/www/phpmyfaq-1.5.0-beta2/inc/pgsql.php on line 405

when you delete a category, only the "yes, delete" button is functionnal on the confirmation page. The "no" button is inoperant.

when you choose to delete a news, there is no "no" button on the confirmation page, only "yes, delete"...

when you choose to edit a category, the edition boxes appears at the very bottom of the page or out of the page cause there is lot of empty space between the title and the boxes (I use Firefox 1.0).

when editing an article and you want ot insert an image, the image browser does not show the right directories, only "/" and "/CVS".

when you go in "Edit News" then you edit an existing news, the title of the page is not changed but added. So you have 2 titles: "Add News", then "Edit News" below. And if you choose to delete
a news, the title is "Add News" (it does not seem to come from a bad translation, cause it is the same in english and french).

when I change the language file from the configuration page, nothing changes. Even if I logout, reload the page, etc... Instead, PHPMyFaq uses the lang of the browser, even if it is not the one configured in this page.

in this version (beta2), the wrong version is showed (beta1).

In "Administration of Records", "n/a" is not a very good message if there is nothing. It should be a complete sentence.
Thorsten
Posts: 15798
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

thanks for your detailed bugreport. I'll fix all reported bugs as soon as possible and release a third beta version!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Thorsten
Posts: 15798
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,
When you vote for an article:
Parse error: parse error, unexpected ';' in /var/www/phpmyfaq-1.5.0-beta2/savevoting.php on line 22
it's fixed in CVS.
How is the "Send to a friend" function supposed to work? There is nowhere to configure the mail server and it does not work...
it uses the PHP mail() function. I'll test it.
When you want to write an open question or an article from the main page, the edition boxes are next to a message and since the messages all have a different size, the boxes appear in a fuzzy maner...
The CSS isn't finished yet, so please be patient.
when logged in, this message appears at the bottom of the page (below "System Information"):
Fatal error: Call to undefined function: pg_version() in /var/www/phpmyfaq-1.5.0-beta2/inc/pgsql.php on line 405
this is fixed in CVS.
when you choose to edit a category, the edition boxes appears at the very bottom of the page or out of the page cause there is lot of empty space between the title and the boxes (I use Firefox 1.0).
Seems to be a CSS problem, I'll fix it.
when I change the language file from the configuration page, nothing changes. Even if I logout, reload the page, etc... Instead, PHPMyFaq uses the lang of the browser, even if it is not the one configured in this page.
You have to disable the automatic language detection.
in this version (beta2), the wrong version is showed (beta1).
fixed in CVS (now called beta3).
In "Administration of Records", "n/a" is not a very good message if there is nothing. It should be a complete sentence.
You're right...

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply