On Sat, Jun 30, 2012 at 12:57 PM, Gary Lebowitz wrote:
> By the way, I told GoDaddy about the # deprecation issue and they told me
> that I could simply change my root directory php5.ini file. But the error
> message is related to the PHP.ini file in /web/config, as I said. I could
> almost hear t
By the way, I told GoDaddy about the # deprecation issue and they told me
that I could simply change my root directory php5.ini file. But the error
message is related to the PHP.ini file in /web/config, as I said. I could
almost hear them shrugging their shoulders, what-me-worry style. If anyone
wi
On Thu, Jun 28, 2012 at 8:37 PM, tamouse mailing lists
wrote:
>
> Just a quick followup -- # comments are deprecated for .ini files,
> only, correct? They are still full citizens in php source, aren't
> they?
Correct, Tam.
--
Network Infrastructure Manager
http://www.php.net/
--
PHP Gene
On Thu, Jun 28, 2012 at 1:00 PM, Daniel Brown wrote:
>> PHP Deprecated: Comments starting with '#' are deprecated in
>> /web/conf/php5.ini on line 1256 in Unknown on line 0
>
> Comment-out, using semicolons (;), any comments in your
> /web/conf/php5.ini file that begin with the hashmark (#),
On Thu, Jun 28, 2012 at 1:44 PM, Gary Lebowitz wrote:
> Hi,
>
> I am running Moodle 2.2.3 and using PHP 5.3 on a Linux server with GoDaddy
> and am getting the message about "depreciation" after having typed the
> following command into their cron job manager:
> /web/cgi-bin/php5_3 "$HOME/html/mo
According to what i can understand from that message is that you have line(s)
starting with # in your php.ini file. A proper ini file should use ; as the
beginning from a comment.
Check the given file at the given line and change the first # symbol into a ;
one.
Greetings.
Sent from my iPh
Hi,
I am running Moodle 2.2.3 and using PHP 5.3 on a Linux server with GoDaddy
and am getting the message about "depreciation" after having typed the
following command into their cron job manager:
/web/cgi-bin/php5_3 "$HOME/html/moodle223a/admin/cli/cron.php"
PHP Deprecated: Comments starting
7 matches
Mail list logo