Dompdf not found

alberto
alberto
Offline
0
Did follow the intructions, I see the pdf icon but when clicked :dry: I get a not found error...
any hint..? thanks
Attachments:
Responses (26)
  • Accepted Answer

    Wednesday, November 21 2012, 10:03 AM - #Permalink
    0
    what is the specific error? this is strange...

    IMPORTANT: we are moving this site to a new server. please, consider answering us directly at joomlafinances@gmail.com, because last entries in the forum (those made today and tomorrow) could be lost
    The reply is currently minimized Show
  • Accepted Answer

    alberto
    alberto
    Offline
    Wednesday, November 21 2012, 02:56 PM - #Permalink
    0
    I get the:
    Not Found

    The requested URL /hoagrandvenetian/5-2012-1.dompdf was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    The reply is currently minimized Show
  • Accepted Answer

    alberto
    alberto
    Offline
    Wednesday, November 21 2012, 03:09 PM - #Permalink
    0
    Just found out the PDF icon works fine on the backend, but it does not work on the front end...
    any idea?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, November 21 2012, 03:52 PM - #Permalink
    0
    it's a SEF issue, no doubt.
    your SEF engine is translating the PDF links to ".dompdf".. isn't it?
    this should be easy to solve just by changing a little code thing.
    if you don't mind editing PHP code, please do this:

    open /components/com_invoices/helpers/helpers.php and go to line 104, and write this:

    $url .= "&format=dompdf";

    does this solve the problem?
    The reply is currently minimized Show
  • Accepted Answer

    alberto
    alberto
    Offline
    Wednesday, November 21 2012, 04:54 PM - #Permalink
    0
    No it did not solve the problem
    Not Found

    The requested URL /hoagrandvenetian/9-2012-1.dompdf&format=dompdf was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    This is the URL:
    http://hoagrandvenetian.com/hoagrandvenetian/9-2012-1.dompdf&format=dompdf

    Something silly probably in your code?
    I just added $url .= "&format=dompdf"; to line 104 as sugested...

    thanks
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, November 21 2012, 04:58 PM - #Permalink
    0
    ok, I see. well let me try one thing.. but I need access (because othewise I'm not allowed to see the invoice...) can you send me access to my email?
    The reply is currently minimized Show
  • Accepted Answer

    alberto
    alberto
    Offline
    Wednesday, November 21 2012, 06:41 PM - #Permalink
    0
    Did send credentials for front end, please let me know if you find the problem.
    thansk
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, November 21 2012, 06:42 PM - #Permalink
    0
    I just aswered 1 minute ago! :)
    The reply is currently minimized Show
  • Accepted Answer

    alberto
    alberto
    Offline
    Wednesday, November 21 2012, 06:49 PM - #Permalink
    0
    Works great!
    thansk
    The reply is currently minimized Show
  • Accepted Answer

    Monday, November 26 2012, 10:06 PM - #Permalink
    0
    What fixed this as I am having the same issue.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, November 26 2012, 10:34 PM - #Permalink
    0
    DomPDf won't appear if you have your magic_quotes_gpc on your PHP directives turned to ON. it should be Off... is it?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, November 26 2012, 10:53 PM - #Permalink
    0
    It is set to off
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 27 2012, 12:12 AM - #Permalink
    0
    Ok.. And what's your PHP version?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 27 2012, 09:56 PM - #Permalink
    0
    I have PHP Ver 5.3.3-7
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, November 28 2012, 03:20 PM - #Permalink
    0
    that's good. then it's the magic_quotes_gpc.. it has to be. I mean, maybe you think it's Off but the instance you're running is loading a php.ini in which is ON.

    what does your Joomla backend say? (on global configuration -> PHP info)
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 29 2012, 02:27 AM - #Permalink
    0
    Here is what my Joomla backend says:


    Setting Value

    Safe Mode Off
    Open basedir None
    Display Errors Off
    Short Open Tags On
    File Uploads On
    Magic Quotes Off
    Register Globals Off
    Output Buffering On
    Session Save Path /var/lib/php5
    Session Auto Start 0
    XML Enabled Yes
    Zlib Enabled Yes
    Native ZIP Enabled Yes
    Disabled Functions None
    Mbstring Enabled Yes
    Iconv Available Yes
    The reply is currently minimized Show
  • Accepted Answer

    alberto
    alberto
    Offline
    Thursday, November 29 2012, 07:42 AM - #Permalink
    0
    In my case the ownership of the files caused the problem. I uploaded the Dompdf as root ..

    Not sure if this will help
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 29 2012, 10:37 AM - #Permalink
    0
    thanks for the info but there are actually 3 "magic quotes" variable., the one called magic_quotes_gpc is the important one...

    maybe if you can give me access to your site I'll be able to see what's going on...
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 29 2012, 03:36 PM - #Permalink
    0
    I gave you access and sent you the login info.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, October 21 2013, 04:07 PM - #Permalink
    0
    Hi,
    i have the same problem with "invoice manager".
    The magic quotes are off, the ver of PHP is 5.3.16. From backend is all ok, but not in frontend.

    How can i fix it?

    Tnx
    Andrea
    The reply is currently minimized Show
  • Accepted Answer

    Monday, October 21 2013, 04:08 PM - #Permalink
    0
    the dompdf folder is correctly uploaded? where did you upload it?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, October 21 2013, 04:12 PM - #Permalink
    0
    Hi Germinal,

    this is the folder: components/com_invoices/helpers/dompdf

    thi is the error: The requested URL /xxx/xxx-xxxxxxx/66-52.dompdf was not found on this server.

    from the backend is ok, this is only in frontend
    The reply is currently minimized Show
  • Accepted Answer

    Monday, October 21 2013, 04:14 PM - #Permalink
    0
    this is very strange. it's very strange that PDF creation works on backend but not on frontend..

    could you send me access (joomla) to the site?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, October 21 2013, 04:21 PM - #Permalink
    0
    i send you a mail immediately
    The reply is currently minimized Show
  • Accepted Answer

    Monday, October 21 2013, 06:58 PM - #Permalink
    0
    news? suggestions?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 03 2014, 12:19 PM - #Permalink
    0
    If you are having this problem turn off the following setting

    Global Configuration >>> Site >>> Adds Suffix to URL

    That will solve it
    The reply is currently minimized Show
Your Reply