|
|
Re: Fixed... [message #10273 is a reply to message #10272] |
Tue, 27 May 2003 14:36 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Ok, 1st of all make sure that GLOBALS.php inside forum's root dir & adm/ dir are indeed symlinks to the GLOBALS.php inside the include/ directory and not copies. Then edit your GLOBALS.php for the final time ensuring that the file GLOBALS.php does include core.inc
FUDforum Core Developer
|
|
|
|
Re: Fixed... [message #10278 is a reply to message #10274] |
Tue, 27 May 2003 15:06 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Hmmm... I thought that bug was solved :/
Could you tell me if you have pdf support in your php?
FUDforum Core Developer
|
|
|
|
Re: Fixed... [message #10280 is a reply to message #10279] |
Tue, 27 May 2003 15:55 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It is likely that the distro you are using did not provide you with such a .so file, so if you want to use that feature you'll need to compile ext/pdf manually.
FUDforum Core Developer
|
|
|
|
Re: Fixed... [message #10287 is a reply to message #10284] |
Tue, 27 May 2003 16:33 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Did you enable PDF output via the admin control panel?
FUDforum Core Developer
|
|
|
|
|
|
Re: Fixed... [message #10295 is a reply to message #10294] |
Tue, 27 May 2003 17:19 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
the file can be found inside the src/ directory of your forum.
FUDforum Core Developer
|
|
|
|
Re: Fixed... [message #10301 is a reply to message #10297] |
Tue, 27 May 2003 17:48 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Hmm... which version of pdflib are you using? I am using version 5.0 and have not encountered this error. The php manual also does not indicate that this function should not be avaliable under certain conditions.
FUDforum Core Developer
|
|
|
|
|
|
Re: Fixed... [message #10305 is a reply to message #10304] |
Tue, 27 May 2003 19:11 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
That's a strange error, it implies that font loading failed, but I see no error to indicate that had happened in your report.
I would recommend to compile manually the ext/pdf extension and not use the pre-compiled binaries part of the pdflib distro.
FUDforum Core Developer
|
|
|
|
|
|
|
Re: Fixed... [message #10315 is a reply to message #10311] |
Tue, 27 May 2003 21:29 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Actually not quite right, if you
--with-pdflib=/usr/local,so
it'll build you a shared module.
FUDforum Core Developer
|
|
|
|
Re: Fixed... [message #10324 is a reply to message #10322] |
Wed, 28 May 2003 12:41 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, I am not sure why the module you are using does not work, generally the .so modules that people have are the ones that were compiled by their distro or ISP during php install and those tend to work fine. The .so from lib maintainers I've never used and considering the .so is technically for another version of PHP problems are to be expected.
FUDforum Core Developer
|
|
|
|
Re: Fixed... [message #10326 is a reply to message #10325] |
Wed, 28 May 2003 12:47 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
That could very well be the source of the problem, plus given the undefined error you got, I suspect the source code they are using to compile the extension maybe different from the one in ext/pdf.
FUDforum Core Developer
|
|
|
|