PHP
--
Questions
--
Followers
Top Experts
The following cron job in cPanel no longer works and I receive error below?
lynx --dump http://www.mywebsite.com/components/com_catalogue/cron/adminapprove.php > /dev/null
Lynx file "/etc/lynx.lss" is not available.
Any ideas on how to fix?
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
touch /usr/local/etc/lynx.lss
touch /etc/lynx.lss






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
/usr/bin/curl http://www.mywebsite.com/components/com_catalogue/cron/enquiryprocess.php | sed "s/^/$(date)/" >> /home/mywebsit/public_html
cron_log.txt contents --> Fri Jul 5 23:12:02 EST 2013There are no new e-mailsFri Jul 5 23:16:01 EST 2013There are no new e-mails
How can I alter this to add "Enquiry Process" after the date and also create a newline with each append?
/usr/bin/curl http://www.mywebsite.com/components/com_catalogue/cron/enquiryprocess.php | sed "s/^/$(date)\n/" >> /home/mywebsit/public_html/components/com_catalogue/cron/cron_log.txt

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
PHP
--
Questions
--
Followers
Top Experts
PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.