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 ...
Search found 572 matches
- Wed Mar 14, 2007 9:46 pm
- Forum: Webserver and configuration
- Topic: phpMyFAQ + externer MS SQL 2000 Server
- Replies: 8
- Views: 18647
- Wed Mar 14, 2007 9:38 pm
- Forum: General discussions
- Topic: Admin Password Change or Retrieval
- Replies: 9
- Views: 22832
Re: Need Help on this Topic... Having same problem.
Hi,
Ciao,
Matteo
open phpMyAdmin, select the right database and execute the SQL query below:jaygee wrote:Any help is much appreciated.
Code: Select all
UPDATE
faquser
SET
pass = MD5('password')
WHERE
id = 1
Matteo
- Wed Mar 14, 2007 9:30 pm
- Forum: General discussions
- Topic: Goofy problem with Top 10 RSS feed.
- Replies: 10
- Views: 19461
- Wed Mar 14, 2007 9:22 pm
- Forum: General discussions
- Topic: [Solve] Contact layout
- Replies: 13
- Views: 23576
- Wed Mar 14, 2007 8:54 pm
- Forum: General discussions
- Topic: [Solve] Contact layout
- Replies: 13
- Views: 23576
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 reduce ...
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 reduce ...
- Wed Mar 07, 2007 10:04 pm
- Forum: Bug reports
- Topic: Notice: Undefined index
- Replies: 2
- Views: 6320
- Wed Mar 07, 2007 9:03 pm
- Forum: Bug reports
- Topic: Notice: Undefined index
- Replies: 2
- Views: 6320
- Wed Feb 28, 2007 11:41 pm
- Forum: Proposals
- Topic: Navigation suggestion
- Replies: 1
- Views: 7997
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 ...
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 ...
- Wed Feb 28, 2007 8:35 pm
- Forum: General discussions
- Topic: Goofy problem with Top 10 RSS feed.
- Replies: 10
- Views: 19461
- Tue Jan 30, 2007 12:52 am
- Forum: General discussions
- Topic: Goofy problem with Top 10 RSS feed.
- Replies: 10
- Views: 19461
- 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: 8011
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 ...
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 ...
- 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: 8011
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 this?
I've just ...
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 this?
I've just ...
- 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: 348035
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 ...
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 ...
- 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: 348035
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 ...
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 ...
- 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: 348035
Re: Can't send mail using Contact in 1.6.8...
Hi,
Ciao,
Matteo
I'm looking at your issue.eproust wrote:Could you help me ?
Ciao,
Matteo