Search found 572 matches

by matteo
Sat Dec 10, 2005 12:24 am
Forum: Bug reports
Topic: PDF export failed
Replies: 11
Views: 16839

Who is the owner of these files?

These rights are correct if the owner of the files&folders is the user under which Apache or the website is running.
Another check is to verify:

Code: Select all

grep error_reporting /etc/php.ini
in order to evaluate if other errors could be masked by your current PHP errors setting.
by matteo
Fri Dec 09, 2005 9:48 pm
Forum: Bug reports
Topic: PDF export failed
Replies: 11
Views: 16839

I do not know how you manage the files on your server (FTP? SSH?): generally this is striclty a permissions issue. Please post:
1. the OS of the server
2. the way you manage files on the server
by matteo
Fri Dec 09, 2005 6:11 pm
Forum: Bug reports
Topic: PDF export failed
Replies: 11
Views: 16839

If you look at inc/pdf.php, line 28, as written in your error:

Code: Select all

require_once('fpdf.php');
that is to say, you are missing the file inc/fpdf.php: please check your file system if you've made mistakes in uncompressing the PMF 1.5.4 tar.gz/zip file :wink:.
by matteo
Sun Dec 04, 2005 4:31 pm
Forum: General discussions
Topic: phpMyFAQ linking its self to index files in sub directories
Replies: 5
Views: 7263

PMF deploy

Thanks to the picture you provided about your files&folders deployment I've some ideas about your strange behaviour: in my opinion the issue is strictly related with a mis-configuration of the .htaccess file provided with PMF in order to use mod_rewrite support. One of its rules is: # start page...
by matteo
Sun Dec 04, 2005 9:36 am
Forum: General discussions
Topic: phpMyFAQ linking its self to index files in sub directories
Replies: 5
Views: 7263

Unable to help you

Sorry, I can't understand your issues. If you remove PMF templates, PMF doesn't work at all! Within the templates there are special PMF tags that are filled up at run-time with the related PMF data: if you remove them: 1. you can't see any PMF data 2. you'll see many errors claiming PMF templates Pl...
by matteo
Sun Dec 04, 2005 9:29 am
Forum: Bug reports
Topic: Display problem for phpmyfaq 1.5 for some users
Replies: 2
Views: 5458

This is a CSS issue: I found that PMF has some problems with IE 5.5 and below. It must be investigated if it is a PMF CSS issue or a IE CSS issue. In the meantime I suggest your users to install e.g.Mozilla or Firefox if the can't update to IE 6 SP1 and related hotfixes (suggested for security issue...
by matteo
Thu Dec 01, 2005 10:44 pm
Forum: General discussions
Topic: Problem with "Add Content" after upgrade to 1.5.4
Replies: 3
Views: 5852

Usually it happens when you miss to fill some fields: within standard 1.5.4 PMF templates it works. If you look at save.php[ you''l see that the required fields in terms of their HTTP POST KEY names are: - username - rubrik - thema - content - useremail and you have an additional condition upon rubr...
by matteo
Thu Dec 01, 2005 8:58 pm
Forum: General discussions
Topic: php Block for php-Nuke
Replies: 6
Views: 8074

Please try to open

Code: Select all

http://www.ti99ers.org/home/phpmyfaq/feed/topten/rss.php
in your browser (IE5.0+ / Mozilla 1.4+): I'm able to see the XML of your RSS feed. I doubt that the php-Nuke code you're trying to use is broken.
by matteo
Wed Nov 30, 2005 9:21 pm
Forum: General discussions
Topic: Edit Configuration questions
Replies: 2
Views: 4042

Please try to click upon <Add Content> link in the top of the home page and then go at the bottom of the that page: you'l find what you've provided as the "Copyright text for the startpage" just (currently only) there :wink:
by matteo
Mon Nov 28, 2005 10:29 pm
Forum: General discussions
Topic: Main page news problem
Replies: 2
Views: 4081

Please, could you take a look at this file:

inc/config.php

posting this info below:

Code: Select all

// Number of news articles
$PMF_CONF["numNewsArticles"] = "3";
by matteo
Mon Nov 28, 2005 10:24 pm
Forum: General discussions
Topic: Problem with comments
Replies: 11
Views: 12532

myaddress_AT_myisp_DOT_com stands for: myaddress@myisp.com It is a rough but useful antispam feature: you could disable it opening inc/functions.php , searching for: function safeEmail($email) { return str_replace(array('@', '.'), array('_AT_', '_DOT_'), $email); } and replacing it with: function s...
by matteo
Mon Nov 28, 2005 10:17 pm
Forum: General discussions
Topic: Help! Missing categories...
Replies: 10
Views: 10907

You've removed the language dropdown so it is not possible to test if it is a language issue. Please try to re-insert it in your template or check the PMF configuration in order to disable Automatic Content Negotiation.
by matteo
Fri Nov 25, 2005 1:29 am
Forum: General discussions
Topic: Getting rid of [en]
Replies: 2
Views: 4070

If you click "Show all categories" as a user you'll get a list of categories, each of them indicating the numer of faq classified in that category. Maybe you're talking about: a. the <select> populated wth all the categories: if yes, please open inc/category.php and search for the printCat...
by matteo
Tue Nov 22, 2005 9:57 pm
Forum: General discussions
Topic: How to add external LINK to phpMyFAQ Header
Replies: 5
Views: 7641

Try this code below:

Code: Select all

<h1><a title="{header}" href="http://www.troop1610.com">{header}</a></h1>
by matteo
Tue Nov 22, 2005 2:02 pm
Forum: General discussions
Topic: Database backup problem
Replies: 11
Views: 14025

You exactly right. The single quote was not coded correctly. So any article that has a single quote generated an error. The only backups that I did were with 1.5.2 and 1.5.4 being the last one the most current with heavy editing so I can't go back to the 1.5.2 one. I better start fixing 1 meg backu...