Search found 572 matches

by matteo
Thu Dec 15, 2005 9:31 pm
Forum: General discussions
Topic: Blank Screens
Replies: 14
Views: 17023

david63 wrote:Here is my config.php file:
Sorry, I meant not the PMF file configuration but the PMF configuration as printed out by the startpage after a successful login as a PMF administrator, precisely the System Information section.
by matteo
Thu Dec 15, 2005 9:25 pm
Forum: General discussions
Topic: Image Manager Doesnt Upload
Replies: 18
Views: 22121

Sorry... need more explanations

Sorry, I'm not quite sure to have really understood your question so let me summarize the picture: 1. By design the images inserted into the PMF server, by means of the Image Manager provided with the WYSIWYG Editor, are saved into the folder: [PATH_TO_PMFINSTALL/images . 2. It's not so hard to modi...
by matteo
Thu Dec 15, 2005 8:59 pm
Forum: General discussions
Topic: Just got it set up. Need to ask a few questions
Replies: 11
Views: 18573

Re: Just got it set up. Need to ask a few questions

When you click on the left-hand navbar for that category, yes, the subcategories appear / expand underneath it. However, the main page area says "no entries available". Well, no, there are no entries directly under the Category. But there ARE entries under its three subcategories. I'm con...
by matteo
Thu Dec 15, 2005 6:56 pm
Forum: General discussions
Topic: Blank Screens
Replies: 14
Views: 17023

Is this what you want? Yes, those lines explain the reason for which you are seeing a blank page: Apache fails upon your request and returns a 0 byte response (this is the reason for the blank page that is... really blank, empty). Now we must investigate why Apache crashes on some of your request u...
by matteo
Tue Dec 13, 2005 9:10 am
Forum: General discussions
Topic: WYSIWYG Only in Admin backend??
Replies: 4
Views: 6733

Any info yet if this will be available in version 1.6 ? Please read the timeline at http://devblog.phpmyfaq.de/archive/2005/537/status-update-for-phpmyfaq-155160-2/#more-537 : some info can be found in the docs/TODO.txt file: 1.6.0 "Prometheus": - add username to a category (done) - add r...
by matteo
Tue Dec 13, 2005 8:46 am
Forum: Webserver and configuration
Topic: install error xml
Replies: 1
Views: 9426

Not a SUSE support board

Hi taeschd,
this is a board for supporting PMF and not SUSE or PHP :wink:
I'll suggest U to googling for "install PHP 5 SUSE" e.g.: give a try to http://www.aditus.nu/jpgraph/apache2suse.php
by matteo
Sun Dec 11, 2005 1:35 pm
Forum: General discussions
Topic: Image Manager Doesnt Upload
Replies: 18
Views: 22121

MMhhh.. unfortunately I run PMF on Linux systems and not within PHP 5..x: Thorsten will help us :wink: I think that we must investigate the upload process within PHP&Windows: an idea would be to check for/set a temp folder within which PHP temporarly store the uploaded files: I'll suggest you to...
by matteo
Sat Dec 10, 2005 5:45 pm
Forum: General discussions
Topic: Image Manager Doesnt Upload
Replies: 18
Views: 22121

Need of PMF configuration

Please post you PMF Server configuration: we must investigate more in depth your configuration.
by matteo
Sat Dec 10, 2005 4:39 pm
Forum: Webserver and configuration
Topic: Warning message from SMTP Server "..first check your ma
Replies: 2
Views: 9686

Issue on your SMTP & PHP configuration

When you submit a question an email is sent to thePMF administrator: in your case you've to better confgure the SMTP support for your PHP on your server. In other words this is not related to PMF but to the way your PHP relay on an SMTP server that is asking to authenticate the connection with a POP...
by matteo
Sat Dec 10, 2005 1:35 am
Forum: General discussions
Topic: Image Manager Doesnt Upload
Replies: 18
Views: 22121

PHP Upload

Try to check your php.ini for these lines:

Code: Select all

; Whether to allow HTTP file uploads.
file_uploads = On
by matteo
Sat Dec 10, 2005 1:11 am
Forum: General discussions
Topic: Image Manager Doesnt Upload
Replies: 18
Views: 22121

BTS wrote:nope nothing there and I've even tried uploading very small 4k jpg's
I've just tested it upon my PMF 1.5.4 with a 133KB JPG. It seems that in your case PHP is not able to upload files on your server.
by matteo
Sat Dec 10, 2005 1:07 am
Forum: General discussions
Topic: Image Manager Doesnt Upload
Replies: 18
Views: 22121

hmmm... well then I'm not sure what the purpose of the upload button is?? It gives the user the possibility of adding images to a faq record. These below are the steps: 1. Open the ImageManager 2. Browse.. for selecting the picture you want to add 3. Click Upload 4. Select the image in the list of ...
by matteo
Sat Dec 10, 2005 12:59 am
Forum: General discussions
Topic: Image Manager Doesnt Upload
Replies: 18
Views: 22121

Re: Image Manager Doesnt Upload

It says "uploading" but the jpg is never uploaded. I've given full read/write security to the entire FAQ directory. Can you check inside your PMFROOT/images if the image you've uploaded is really there? In the Image Manager "big" pictures are presented as filename - filesize and...
by matteo
Sat Dec 10, 2005 12:51 am
Forum: General discussions
Topic: Image Manager Doesnt Upload
Replies: 18
Views: 22121

Re: image upload ...

Let us say that faq root directory is /httpdocs/faq. I can enter an URL like /httpdocs/faq/images/somefile but not /httpdocs/attachements/somefile as I would prefer. Simply in order to keep my own images seperated from the ones that come with the FAQ system. IIRC, this a feature planned in the 1.6....
by matteo
Sat Dec 10, 2005 12:47 am
Forum: Bug reports
Topic: PDF export failed
Replies: 11
Views: 16835

E_ALL & ~E_NOTICE

It reports:

Code: Select all

error_reporting	2039
The value 2039 stands for

Code: Select all

E_ALL & ~E_NOTICE
. For trying to debug your issue it would be more useful to set it as:

Code: Select all

E_ALL
, or set the value to 2047.
Make sure you restart Apache before trying the pdf export.