Search found 572 matches

by matteo
Wed Mar 14, 2007 9:46 pm
Forum: Webserver and configuration
Topic: phpMyFAQ + externer MS SQL 2000 Server
Replies: 8
Views: 16448

Hi, you could also look at the HTML source of the installer page: you'll find the failed query surrounded by an HTML Comment Tag ( <!-- --> ). Please keep us updated 'cause PMF is supposed to fully work within your environment. Take a look also at: phpMyFAQ and MS SQL server sometimes truncate faq c...
by matteo
Wed Mar 14, 2007 9:38 pm
Forum: General discussions
Topic: Admin Password Change or Retrieval
Replies: 9
Views: 21306

Re: Need Help on this Topic... Having same problem.

Hi,
jaygee wrote:Any help is much appreciated.
open phpMyAdmin, select the right database and execute the SQL query below:

Code: Select all

UPDATE
    faquser
SET
    pass = MD5('password')
WHERE
    id = 1
Ciao,
Matteo
by matteo
Wed Mar 14, 2007 9:30 pm
Forum: General discussions
Topic: Goofy problem with Top 10 RSS feed.
Replies: 10
Views: 15071

Hi,
azism wrote:I'm open to suggestions or ideas. :?
Are you using a Feed Reader or are you simply looking at the raw XML putting the RSS URL in your browser? Could you PM the TopTen RSS URL of yor faq server?

Ciao,
Matteo
by matteo
Wed Mar 14, 2007 9:22 pm
Forum: General discussions
Topic: [Solve] Contact layout
Replies: 13
Views: 18089

Hi Philippe, In edit records (HTML mode) : Start <?PHP print "test"?> End I guess you've tuned your php.ini to avoid error printing. Please try with: <?php print "Test"; ?> You need: to use <?php PHP_Working_Code_Here ?> : as Thorsten already said, only lower case is parsed; to w...
by matteo
Wed Mar 14, 2007 8:54 pm
Forum: General discussions
Topic: [Solve] Contact layout
Replies: 13
Views: 18089

Re: Contact layout

Hi Philippe, I have installed phpMyFaq 1.6.10 on Apache 2.0/MySql5/Php5. When i try to use HTML code in "Contact information" they where printed without parse. Exemple : <B>Scola Concept</B> I want to write in bold. In version 1.6.6 it work well (on other server). since PMF 1.6.7, also to ...
by matteo
Wed Mar 07, 2007 10:04 pm
Forum: Bug reports
Topic: Notice: Undefined index
Replies: 2
Views: 5336

Hi Christian,
the issue is fixed and committed into CVS. Thanks for testing PMF!

Ciao,
Matteo
by matteo
Wed Mar 07, 2007 9:03 pm
Forum: Bug reports
Topic: Notice: Undefined index
Replies: 2
Views: 5336

Hi Christian,
we'll look at the issue.

Ciao,
Matteo
by matteo
Wed Feb 28, 2007 11:41 pm
Forum: Proposals
Topic: Navigation suggestion
Replies: 1
Views: 7258

Hi Ramón, unfortunately for you, nothing can be done without any code hack in 1.6.x and the feature of hiding categories, using users and groups permissions, could be achieved with the incoming 2.0.0 (currently in beta stage). A possible hack in 1.6.x could be that of adding the internal category i...
by matteo
Wed Feb 28, 2007 8:35 pm
Forum: General discussions
Topic: Goofy problem with Top 10 RSS feed.
Replies: 10
Views: 15071

Hi, Meh, this isn't working right... The function is leaking somewhere and the MSSQL connection times out every so often when I try to generate the XML file. you've missed to drop here yor MS SQL Server version. I've just tested it with MSSQL 2005 EE using the Management Studio as previously suggest...
by matteo
Tue Jan 30, 2007 12:52 am
Forum: General discussions
Topic: Goofy problem with Top 10 RSS feed.
Replies: 10
Views: 15071

Hi,
it could be an issue in the SQL query: right for MySQL, wrong for MSSQL. Which version of MSSQL are you using?
BTW, you could perform the query in the Query Analiser/ Management Studio and find out if any error is arised.

Ciao,
Matteo
by matteo
Mon Jan 29, 2007 11:55 pm
Forum: General discussions
Topic: Unable to see images in my pdf file (using show this as pdf)
Replies: 10
Views: 6362

Re: Unable to see images in my pdf file (using show this as

Hi, Unfortunately I am running on a host with limited accessibility to the Apache server. The errors that I can turn on and have available to me do not show any errors to that image being denied, pdf creation errors or any phpmyfaq activity. Is there a rule that I can add to the _.htaccess file to a...
by matteo
Mon Jan 29, 2007 8:38 pm
Forum: General discussions
Topic: Unable to see images in my pdf file (using show this as pdf)
Replies: 10
Views: 6362

Re: Unable to see images in my pdf file (using show this as

Hi, Example: http://www.digiscrapinfo.com/phpmyfaq/index.php?action=artikel&cat=2&id=3&artlang=en Image is located at: http://www.digiscrapinfo.com/phpmyfaq/images/longfilenameerror.jpg Code in the faq entry: <img src="/phpmyfaq/images/longfilenameerror.jpg" /> How do I fix thi...
by matteo
Tue Jan 16, 2007 8:38 pm
Forum: Bug reports
Topic: Captcha Bug free.fr - Can't send mail using Contact in 1.6.8
Replies: 18
Views: 304020

Re: Thanks it works ! [FIXED]

Hi, Your solution is working fine. Thanks my pleasure: thank you for choosing PMF as your faq service! ;) One other thing (useless for me) is not working, it is the chapka nothing is displayed so I disable this function. Could you investigate on this ? if you STF (Search The Forum) you'll find many ...
by matteo
Mon Jan 15, 2007 8:34 pm
Forum: Bug reports
Topic: Captcha Bug free.fr - Can't send mail using Contact in 1.6.8
Replies: 18
Views: 304020

Re: Can't send mail using Contact in 1.6.8...

Hi, Warning: mail() [function.mail]: Incorrect parameters number in /mnt/...mypath../eproust/phpmyfaq/sendmail.php on line 56 please, locate, backup and open the [PATH_TO_PMFINSTALL]/sendmail.php file and change this line from: ... mail($IDN->encode($PMF_CONF['adminmail']), $subject, $question, impl...
by matteo
Mon Jan 15, 2007 8:24 pm
Forum: Bug reports
Topic: Captcha Bug free.fr - Can't send mail using Contact in 1.6.8
Replies: 18
Views: 304020

Re: Can't send mail using Contact in 1.6.8...

Hi,
eproust wrote:Could you help me ?
I'm looking at your issue.

Ciao,
Matteo