Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have installed the Smalot/PdfParser on local server it's working good but when I transferred the library on my Plesk server then its showing that Smalot/PdfParser/Parser not found

I am trying to connect the library on controller

using this method new \Smalot\PdfParser\Parser();

and getting the output is production. ERROR: Class 'src\Smalot\PdfParser\Parser' not found.

What I have tried:

I have tried this method new \Smalot\PdfParser\Parser();

and getting the output is production. ERROR: Class 'src\Smalot\PdfParser\Parser' not found.
Posted
Updated 8-May-23 1:17am
Comments
Richard MacCutchan 8-May-23 7:44am    
The message is clear, the parser cannot be found at the specified location. You need to check exactly where it is, and how you are referencing it from within whatever code you are using.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900