b.kehlmeier55
Member
- Messages
- 47
- Reaction score
- 0
- Points
- 6
My script is pretty bare bones and I don't see how I could be causing this to happen. Can someone explain this to me? The only info I can find on the web deals with the ini file. The script resides in my home directory and the following is from the error log file
[25-Jun-2013 08:55:02 America/Chicago] PHP Warning: Module 'PDO' already loaded in Unknown on line 0
[25-Jun-2013 08:55:02 America/Chicago] PHP Warning: Module 'pdo_sqlite' already loaded in Unknown on line 0
[25-Jun-2013 08:55:02 America/Chicago] PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0
Update: I have commented out all of the code in my php script, yet the cron job still triggers these errors.
[25-Jun-2013 08:55:02 America/Chicago] PHP Warning: Module 'PDO' already loaded in Unknown on line 0
[25-Jun-2013 08:55:02 America/Chicago] PHP Warning: Module 'pdo_sqlite' already loaded in Unknown on line 0
[25-Jun-2013 08:55:02 America/Chicago] PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0
Update: I have commented out all of the code in my php script, yet the cron job still triggers these errors.
Last edited: