Fatal Error: Maximum Execution Time Of 30 Seconds Exceeded
Feb 5, 2007
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
View 12 Replies
ADVERTISEMENT
Aug 21, 2008
i always get :-
Fatal error: Maximum execution time of 30 seconds exceeded in /home/ante/public_html/me/classes/http.php on line 418
Warning: fclose(): supplied argument is not a valid stream resource in /home/ante/public_html/me/classes/other.php on line 145
when i try upload big files (up 140mb to my vps using RapidLeech
and here my php.ini
[url]
i chnaged the php.ini to the new value and restart http only
my vps info
safe mod : on
Operating system: Linux
PHP version: 5.2.5
Apache version: 1.3.41 (Unix)
View 4 Replies
View Related
Nov 5, 2014
I have this error when i put import to mysql database
Code:
#1064 - 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 '<script></script><p>ERROR: Maximum execution time of 300 seconds exceeded (Util.' at line 244
I have in domain > doemainname >
max_execution_time
Standaard
Geef een aangepaste waarde op 0
and insert in
usr/local/psa/admin/htdocs/domains/databases/phpmyadmin in the file config.sample.inc.php following command
$cfg['ExecTimeLimit'] = 70000;
but it will not work...
View 2 Replies
View Related
May 27, 2009
I am trying to run a php script on our server to split a very large file. As a result of the file size the script is timing out with this error:
Fatal error: Maximum execution time of 30 seconds exceeded in [url]on line 155
How can I extend the server execution time to the script can complete? I have cpanel with WHM installed.
View 8 Replies
View Related
Feb 21, 2008
During the last couple of weeks my main server has started acting weird.
Sometimes(often) when accessing my site, I get a page saying that server or location could not be found. Reload and "bam" page loads again. Average load on the server is 0.50
When executing scripts (I.E uploading files using web2ftp or cp file manager) server shuts the connection after a few seconds and say page cannot be found.
I set the execution time in php to 60sec, so this is not the issue.
When I ping the server, I do not get any packet losses.
View 4 Replies
View Related
Mar 27, 2009
I have an apache server on windows which I wanted to speed up using caching systems.
I tried installing squid, and I got it working with a basic example config. It seemed to work well, however under more heavy load I experienced some weird behaviour where network output is 0 for several seconds at the time, and all clients just hang in the wind and wait for a respons.
Remote to the server is working fine, so it's definitely a squid issue.. with only apache running the server is constantly sending out data, no halts there.
Any hints on what errors I should be looking for?
View 1 Replies
View Related
Jun 7, 2015
I have installed NGINX + PHP-FPM + PHP5Memcached + Memcached + APC on my VServer. My Problem is Page loading time of around 40-60 seconds. Installed is 12.0.18 Update #49
[URL] .....
Connection Setup: TIME
Stalled: 1.860 ms
Request/Response
TIME
Request sent: 0.214 ms
Waiting (TTFB): 47.08 s
Content Download: 41.757 ms
Explanation 47.12 
I have reconfigured the Domains but nothing changed and Bootstrap Repair
Code:
/usr/local/psa/admin/bin/httpdmng --reconfigure-all
/usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh repair
If I disable Nginx and use "Apache Module" for PHP than the TTFB time is shorter but is not the prefered way. If I use "CGI" or "FASTCGI" without Nginx than the Page loading time is a little bit shorter but with Erros on the Website.
I tried to reinstall Nginx from Plesk but this gave me Error after enable it
root@vserver:/# /usr/local/psa/admin/sbin/nginxmng -e
[2015-06-08 00:26:12] ERR [util_exec] proc_close() failed
...
[2015-06-08 00:26:13] ERR [util_exec] proc_close() failed
[2015-06-08 00:26:15] ERR [panel] Apache config (14337159720.96731500) generation failed: Template_Exception: Destination directory '/etc/nginx/plesk.conf.d/vhosts' not exist
file: /opt/psa/admin/plib/Template/Writer/Webserver/Abstract.php
line: 75
code: 0
Destination directory '/etc/nginx/plesk.conf.d/vhosts' not existClick to expand...
View 3 Replies
View Related
Oct 5, 2007
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
View 3 Replies
View Related
Jul 6, 2009
Now I'm looking at our last cpu_exceeded_logs file and there is long list point to "/ramdisk/bin/php5" which I don't know much about it or don't know how to deal with that. would you please tell what exactly it means and what should I do to avoid it?
Example of my last cpu_exceeded_logs file:
Quote:
Mon Jul 6 00:34:50 2009: used 0.77 seconds of cpu time for /ramdisk/bin/php5
Mon Jul 6 00:34:50 2009: used 0.50 seconds of cpu time for /ramdisk/bin/php5
Mon Jul 6 00:34:50 2009: used 0.80 seconds of cpu time for /ramdisk/bin/php5
Mon Jul 6 00:34:50 2009: used 0.55 seconds of cpu time for /ramdisk/bin/php5
I can't find the cause of problem when look at /ramdisk/bin/php5.
View 5 Replies
View Related
Sep 9, 2008
i'm currently running a 256mb vps using directadmin.
It seems that directadmin uses around 200mb ram average without visitors...
I'm using a wordpress blog.
However when i try download sometthing from my server using flashget split to 10 parts
and download, my ram usage shoot up to 230mb+ .
after 5min, it will show "Fatal error: Out of memory"..
so vps really requires that much ram? 256 not enough?
View 14 Replies
View Related
Mar 7, 2008
My Directadmin Linux Server with PHP 5 comes out with these errors
Fatal error: session_start() all of a sudden, anyone knows why and how to solve?
View 4 Replies
View Related
Mar 24, 2008
When clicking the link it shows
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.
View 6 Replies
View Related
Jan 23, 2007
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
View 2 Replies
View Related
Oct 14, 2007
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?
I'm on CentOS 5 btw.
View 4 Replies
View Related
Nov 25, 2008
i just moved all cpanel backup from bluehost to my new dedicated server running cpanel. i restored the backup and i am getting page showing cpu exceeded error.
View 2 Replies
View Related
Jul 27, 2007
my server is centos and cpanel 11
new server take error will time user want login to horde
A fatal error has occurred
Could not connect to database for SQL SessionHandler.
Details have been logged for the administrator.
and exim stat is failed
View 8 Replies
View Related
Jan 9, 2006
HI
I'm using CPANEL/WHM in my server
I tried to change the the backup bath to /backup
but it show's this error
[a fatal error or timeout occurred while processing this directive]
any idea ??
View 9 Replies
View Related
Aug 16, 2008
Fatal error: Call to undefined function: imagettfbbox()
I am getting the above given error message.
View 1 Replies
View Related
Jul 11, 2007
Getting this error constantly when accessing user's cpanel.
This shows up in the dedicated IP address column/row only
a fatal error or timeout occurred while processing this directive
I did /scripts/upcp --force numerous times, did not fix the error.
My resolv.conf is fine too
View 6 Replies
View Related
Jul 21, 2015
I have reboot the system and I have follow messing when i will open the plesk panel:
ERROR: Class 'vz' not found (Manager.php:142)
What can I do?
When I make /usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh repair
Then I become follow messing from log /var/log/plesk/install/plesk_12.0.18_repair.log, see the attachment.
View 13 Replies
View Related
Jun 29, 2015
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.
View 5 Replies
View Related
May 1, 2013
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.
View 1 Replies
View Related
Mar 30, 2009
I'm getting the following error when I'm trying to access Fantastico from cPanel:
Fatal error: Call to undefined function get_output() in /tmp/cpanel_phpengine.1238461774.28418Q1lWZzC0r_ on line 971
I have safe_mode set to On and shell_exec function disabled. When allowing shell_exec and safe_mode Fantastico is working in this server.
But I have many server where safe_mode set to On and shell_exec function is disabled and Fantastico is running just fine.
View 1 Replies
View Related
Feb 24, 2007
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.
View 1 Replies
View Related