FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » FUDforum 3.0+ » PDF generation
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
PDF generation [message #30927] Tue, 21 March 2006 00:20 Go to next message
razvu is currently offline  razvu   United States
Messages: 8
Registered: March 2006
Karma: 0
Junior Member
Hi!

I have the 2.6.0 from Egroupware installed. When I click on generate pdf, I get an error that "the feature has been disabled by the admin".
What should I enable? The only link I saw about pdf was in Global Configuration, but it was for showing the pdf link, not for enabling the feature...Maybe I didn't look in the right place.

Thank you!
Re: PDF generation [message #30939 is a reply to message #30927] Tue, 21 March 2006 14:18 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
You need to make sure that the PDF PHP extension is enabled and also make sure that PDF settings in the admin control panel are enabled as well.

FUDforum Core Developer
Re: PDF generation [message #30949 is a reply to message #30939] Tue, 21 March 2006 19:18 Go to previous messageGo to next message
razvu is currently offline  razvu   United States
Messages: 8
Registered: March 2006
Karma: 0
Junior Member
Hi!
I'm sorry I have to ask again, but where should I enable the PDF PHP extension? Is it somewhere in the forum settings, or in Egw?
I've had these programs installed just for a few days...

Thanks again!
Re: PDF generation [message #30957 is a reply to message #30949] Wed, 22 March 2006 16:28 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
There is a forum admin control panel called PDF management, that is where you enable PDF generation functionality.

FUDforum Core Developer
Re: PDF generation [message #30959 is a reply to message #30957] Wed, 22 March 2006 16:45 Go to previous messageGo to next message
razvu is currently offline  razvu   United States
Messages: 8
Registered: March 2006
Karma: 0
Junior Member
I'm trying to find it, but either I'm too stupid, or it's not there...
This is what I have under Admin Control Panel:

Checks/Consistency
Forum Consistency
Rebuild Search Index
Compact Messages
Syncronize FUDforum Sources

General Management
Global Settings Manager
Replacement & Censorship System
MIME Managment System
RDF Feed Managment
Custom Dictionary Spell Checker
File Manager
Lock/Unlock Forum's Files
Forum Statistics
Action Log Viewer
Error Log Viewer
System Info

Forum Management
Category & Forum Management
Deleted Forums
Announcement Manager
Topic Pruning
Attachment Pruning
Mailing List Manager
Newsgroup Manager

User Management
Moderator/User Manager
Groups Manager
Mass Email
Rank Manager

Template Management
Theme Manager
Template Editor
Message Editor

Icon Management
Smiley Manager
Forum Icon Manager
Message Icon Manager

Avatar Management
Avatar Approval
Avatar Manager

Filters
Email filter
IP filter
Login filter
File filter

Forum Data Management
Make forum datadump
Import forum data

Is it under one of these sections? Maybe the feature is disabled for Egroupware???
I'm realy sorry to ask the same question again...

Thank you for your help
Re: PDF generation [message #30961 is a reply to message #30959] Wed, 22 March 2006 16:47 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Your PHP probably lacks PDF extension support, which is why the control panel for PDF is not being shown.

FUDforum Core Developer
Re: PDF generation [message #30966 is a reply to message #30961] Wed, 22 March 2006 17:11 Go to previous messageGo to next message
razvu is currently offline  razvu   United States
Messages: 8
Registered: March 2006
Karma: 0
Junior Member
Yes, I looked in the system info and I couldn't see any pdf support there. Is there any way I can enable it, or it is completely up to the hosting company?
Is it a free module?

Thanks
Re: PDF generation [message #30982 is a reply to message #30966] Thu, 23 March 2006 17:51 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
If you can find the binary version of the module you can load it via the dl() function. But in most cases it is something you need your sysadmin to do for you.

FUDforum Core Developer
Re: PDF generation [message #30986 is a reply to message #30927] Thu, 23 March 2006 18:19 Go to previous messageGo to next message
razvu is currently offline  razvu   United States
Messages: 8
Registered: March 2006
Karma: 0
Junior Member
Hi!

Thanks again for the time you take replying!
I looked in the forum's 3xxxxxxxxx directory, and I have a php file called pdf.php and another one called rdf.php (along with other files and directories).
I also looked in the /setup/base/src and there is a file called pdf.php.t .
Does this mean that the extension is already installed? If yes, why I cannot see it? Shocked
I thought that having this extension is a way to bypass the pdflib, which in most cases is not installed.
I am the person who can make any changes in the files that are installed, I can reinstall them, etc, but I cannot alter server's settings, as the site is hosted with a provider.

Thank you!
Re: PDF generation [message #30987 is a reply to message #30986] Thu, 23 March 2006 18:44 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Those are PHP scripts to talk with the PDF library, not the library itself.

FUDforum Core Developer
Re: PDF generation [message #30988 is a reply to message #30927] Thu, 23 March 2006 19:46 Go to previous messageGo to next message
razvu is currently offline  razvu   United States
Messages: 8
Registered: March 2006
Karma: 0
Junior Member
Update:
Ilia, I found a message in this forum talking about using FPDF. Can you please tell me where to get the simplified library and how to use it?
I don't need to print the whole forum, just little articles, etc.

Thanks again.

Oh, I see.
What is the library name, so I can start looking for it? If I can find it, and put it there in a directory, how do I use it?

Thank you!

[Updated on: Thu, 23 March 2006 20:09]

Report message to a moderator

Re: PDF generation [message #31003 is a reply to message #30988] Fri, 24 March 2006 16:17 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
FPDF pdf generation is only available in the stand-alone FUDforum.

FUDforum Core Developer
Re: PDF generation [message #31020 is a reply to message #30927] Fri, 24 March 2006 19:22 Go to previous message
razvu is currently offline  razvu   United States
Messages: 8
Registered: March 2006
Karma: 0
Junior Member
thank you, I think I have to give up then...
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Problems Upgrading
Next Topic: Error with getfile.php
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Sep 19 16:09:46 GMT 2024

Total time taken to generate the page: 0.02114 seconds