I run few export procedures which take a long time ot process (lots of joined sql) and generate quite large output. Plesk 11.0.x required some php/fcgif adjustments but I got it to work.
Now I switched ot Plesk 12 and have to set it up again.
I started with Plesk / PHP Settings for this domain:
I upgraded my PHP to 5.2.4 ang changed server API from Apache to CGI, and now a site doesnt load anymore...
It gives this error message: Fatal error: Internal Optimizer error: can't translate opcode 60 (JMP_NO_CTOR), please contact Zend support in /home/vrock/public_html/rwf/rwengine.lib on line 0
PHP Version 5.2.4 Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies
Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/site_perl/5.6.2/i686-linux/YAML/Syck.pm line 72. YAML::Syck::Load(undef) called at /usr/local/cpanel/Cpanel/DataStore.pm line 67 eval {...} called at /usr/local/cpanel/Cpanel/DataStore.pm line 49 Cpanel::DataStore::load_ref('/home/user/.cpanel/filter.yaml', 'HASH(0x97c9640)') called at /usr/local/cpanel/Cpanel/DataStore.pm line 37 Cpanel::DataStore::fetch_ref('/home/user/.cpanel/filter.yaml') called at /usr/local/cpanel/Cpanel/Email.pm line 3290 Cpanel::Email::_fetchfilter('/home/user/.cpanel/filter.yaml') called at /usr/local/cpanel/Cpanel/Email.pm line 3920 Cpanel::Email::has_spam_autodelete() called at cpanel.pl line 354 main::__ANON__() called at cpanel.pl line 1763 main::exectag('<cpanel Email="has_spam_autodelete()">') called at cpanel.pl line 4806 main::dotag(undef) called at cpanel.pl line 4673 main::cpanel_parseblock('SCALAR(0x919fa24)') called at cpanel.pl line 4625 main::cpanel_parse('GLOB(0x9406294)') called at cpanel.pl line 1295
I've forced updated exim, spam assassin and cpanel, still same problem.
I installed SourceGuardian loader, but it doesnt seem to be working very well... I know zend and sourceguardian are not from the same company.. so why does this message appear ?
Im using php 4.4.4, this website has been migrated some ours ago from another server with php 5.x, may be that ?
Fatal error: SourceGuardian Loader - script was encoded for another version of zend engine in /home/myxxxxxx/public_html/index.php on line 2
I just installed X Window System, KDE 3, and Vncserver today... everything was done without an error. However, I noticed that I couldn't open up a new ssh session. This was after the installation was done and I needed a new shell window. Maybe something got in conflict with the installation of X or KDE?
I then logon to KDE via VNC, tried to open up Terminal, and got this error:
Code: A Fatal Error Has Occurred - Konsole
Konsole is unable to open a PTY (pseudo teletype). It is likely that this is due to an incorrect configuration of the PTY devices. Konsole needs to have read/write access to the PTY devices
What is PTY devices, and exactly how do I fix this. Where is the config file for PTY?
Using Plesk 12.0.18 and CentOS 6.6, I installed PHP 5.6 through the Plesk Updates menu. After that, the new version was not automatically selectable inside Plesk Panel. I added it using php_handler.However, when selecting PHP 5.6 for a website, I only get a 500 server error.
Trying to troubleshoot, I ran "/opt/plesk/php/5.6/bin/php-cgi -v", which also resulted in an error:Fatal Error Unable to allocate shared memory segment of 67108864 bytes: mmap: Cannot allocate memory (12)The same kind of error is logged in the error_log for the website I switched to 5.6.
The error also occurs when calling "php-cgi -v" directly in the command line.The same error occured when I tried the same thing with PHP 5.5.
recently i created a domain subscription with 3 alias domains. Thanafter i created a sub domain to a folder in the main domain. At first all went fine but after deleting the alias domains subdomains ans domain supscrption to register all the 4 domains each seperately a problem accured and i cant add any subdomain to none of the 4 domains. registering the domains themselves as individual domain works for each one perfect. But as soon as i try to add a subdomain on any of that 4 domains i get an error that the dns data could not be updated. As it looks like there is still some codes in the plesk database that links to 4 domains in any kind together and prevents me to creste a subdomain.
How can i manually remove all the domains subdomains and alias domain garbage from the plesk database. I use windows version of plesk panel 11.0.9 on windows 2008 server datacenter edition. I have good skils in IT but im not familiar with mysql and plesk. how to remove the records from plesk Mysql database. Command line commands internal commands locations that have to be altered and all other needed steps.
The problem appeared from register globals, in the shop oscommerce after the actualization PHP to the version 4.4.5 information appears me: FATAL ERROR: register_globals is disabled in php.ini, please enable it! and if I add: php_flag register_globals On to the file .htaccess this: one can not display page.
while i am restoring db (110MB) via SSH following error occur
Code: ERROR 1064 (42000) at line 145689: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' Fatal error: Maximum execution time of 30 seconds exceeded in ' at line 1
I trying to migrate a domain from cpanel 11.42 to my new plesk 12 vps.
When i do this i got a error:
PHP Fatal error: Call to a member function getElementsByTagName() on a non-object in /usr/local/psa/admin/plib/backup/Conflicts/Detector.php on line 536
The domain has 3 sub domains, 1 parked domain and several mailboxes.
This is a fresh plesk12 installation on a kvm vps on centos 6.6
We used the migration and transfer tool to copy data from another server. After the full migration without changing any setting from the configuration files, any mail account hosted on this server cannot receive emails.
I am hoping someone might be able to point me in the right direction here.
I just setup a new server (running Ubuntu LAMP). I also install phpmyadmin as I plan to create a php/mysql web app off it. However now when I try to access phpmyadmin I get the below error
Also even when I try to run a login system which works on my other server I get a similar error?
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 311296 bytes) in /usr/share/phpmyadmin/libraries/common.inc.php on line 794
I have tried changing my php.ini file allow 16MB thinking maybe my max size was set too low but that did not fix it