-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
so I'm using Linux Mint 13 with Cinnamon and suddenly there are no icons on the desktop and the right click doesn't work, it's like the desktop doesn't start up at all, but the Cinnamon interface and everything else are working just fine.
This happens only when I open the session with Cinnamon, if…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
All,
I am using PHP 5.3.1 under Ubuntu and using the SOAP package. I am getting the following errors when I include SOAP/Client.php. Any one knows how to get this working?
Thanks
Deprecated: Assigning the return value of new by reference is deprecated in
/opt/lampp/lib/php/SOAP/WSDL.php on…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How do I solve my PHP startup warning:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions
/no-debug-non-zts-20090626/imap.so' - /usr/lib/php/extensions/no-debug-non-zts-20090626
/imap.so: cannot open shared object file: No such file or directory in Unknown on
line…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I’m using codeigniter on a production server, and I’m not able to properly log the errors generated to the file. I edited php.ini like this-
error_reporting = E_ALL | E_NOTICE | E_STRICT|E_WARNING
display_errors = Off
log_errors = On
error_log = "/var/log/php-scripts.log" // This is where I would…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
the code triger the complain is as below :
#!/usr/bin/perl
use strict;
use warnings;
my $s = "aaa bbb";
my $num_of_item = split(/\s+/, $) ;
print $num_of_item;
when I run the code, perl complains that "Use of implicit split to @_ is deprecated" .
I really have no "context" for the problem, so…
>>> More