Please help: blog not opening 3 out of 5 times!!!

Nisha John
Nisha John
from Bangalore
13 years ago

Hi,

Not sure if this is the right place to post my query, if it is not please point me in the right direction.

My blog is on wordpress and hosted by godaddy... lately my site has been having problem loading... a message similar to the following appears Fatal error: Maximum execution time of 30 seconds exceeded in D:\Hosting\6494543\html\wp-includes\class-json.php on line 2 . I contacted godaddy and they said I will have to google it...i did...but i am not a techie...hence quite lost...anyone out there who can help me rectify this.... something about changing php5????

Any help will be hugely appreciated.

Thanks in advance.

Best regards,

Nisha

Replies 1 to 2 of 2 Descending
Sujith
Sujith
from Kerala
13 years ago

You can get the php5.ini file from your CPanel (If it is accessible), in that file search for " maximum execution time " change as per your need. Some plugin or script conflicts are there in your blog. Otherwise 30 second is optimum.

suraj78
from Latur
13 years ago

Yaa I also think that one of the plugin causing this problem, try to check your all plugins compatibility with your latest wordpress version, also check out the reviews about that plugins on wordpress.org

Nisha John
from Bangalore
13 years ago

Hi Sujith,

There is no php5.ini in godaddy...they told me to create one....and i don't know what code to put in it....godaddy will not help with the code....do you know what it could be?? Also, how do i check for conflicting plugin or scripts??? sorry if i am being a total pain.

thanks for your help.

best,

nisha

Sujith
Sujith
from Kerala
13 years ago

[PHP]  ; - things I changed - ;max_execution_time = 1600 ;max_input_time = 1600 ;post_max_size = 128M ;upload_max_filesize = 128M ;memory_limit = 32M ; ;extension_dir = "c:\php5\ext"        ;; must change ;; ;include_path = ".;C:\php5\pear"    ;; must change ;; ;error_log = syslog ;magic_quotes_gpc = Off ;output_buffering = 4096 ;register_argc_argv = Off ; ;SMTP = relay-hosting.secureserver.net        ;; should change ;; ;sendmail_from = webmaster@secureserver.net    ;; should change ;; ;upload_tmp_dir = D:\Temp\php            ;; must change?  ;; ;variables_order = "GPCS" ; ;;;;; THESE ARE THE MAIN IIS ONES ;;;;;; ;cgi.force_redirect = 0                ;; MUST change ;; ;fastcgi.impersonate = 1            ;; MUST change ;; ; ;;;;; and enable these modules ;;;;;; ;; php_mysql.dll is very important (at least for me) ;; not sure about the others. ;extension=php_curl.dll ;extension=php_gd2.dll ;extension=php_gettext.dll ;extension=php_mbstring.dll ;extension=php_mcrypt.dll ;extension=php_mhash.dll ;extension=php_mssql.dll ;extension=php_mysql.dll   ;; very important ;; ;extension=php_mysqli.dll ;extension=php_openssl.dll ;extension=php_pdo.dll ;extension=php_soap.dll ;extension=php_xsl.dll ;extension=php_zip.dll ; ;;;;; ok, that worked, but i'll change these ;;;;; ;;;;; just to match what godaddy has ;;;;; ;session.gc_divisor     = 1000 ;session.hash_bits_per_character = 5 ;session.save_path = "D:\TEMP\PHP"   ;; The rest is from  ;; windows.php.net/download ;; PHP 5.2.11 Zip file ;; php.ini-dist ;; everything is default ;; except the changes mentioned above   ;;;;;;;;;;; ; WARNING ; ;;;;;;;;;;; ; This is the default settings file for new PHP installations. ; By default, PHP installs itself with a configuration suitable for ; development purposes, and *NOT* for production purposes. ; For several security-oriented considerations that should be taken ; before going online with your site, please consult php.ini-recommended ; and http://php.net/manual/en/security.php.   ;;;;;;;;;;;;;;;;;;;; ; Language Options ; ;;;;;;;;;;;;;;;;;;;;  ; Enable the PHP scripting language engine under Apache. engine = On  ; Enable compatibility mode with Zend Engine 1 (PHP 4.x) zend.ze1_compatibility_mode = Off  short_open_tag = On  ; Allow ASP-style <% %> tags. asp_tags = Off  precision    =  12  y2k_compliance = On  output_buffering = 4096   zlib.output_compression = Off ;zlib.output_compression_level = -1   implicit_flush = Off  unserialize_callback_func=  serialize_precision = 100  allow_call_time_pass_reference = On   safe_mode = Off safe_mode_gid = Off safe_mode_include_dir = safe_mode_exec_dir =  safe_mode_allowed_env_vars = PHP_  safe_mode_protected_env_vars = LD_LIBRARY_PATH  ;open_basedir =  disable_functions =  disable_classes =  ; Colors for Syntax Highlighting mode.  Anything that's acceptable in ; <span style="color: ???????"> would work. ;highlight.string  = #DD0000 ;highlight.comment = #FF9900 ;highlight.keyword = #007700 ;highlight.bg      = #FFFFFF ;highlight.default = #0000BB ;highlight.html    = #000000  expose_php = On   ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;;  max_execution_time = 1600     ; Maximum execution time of each script, in seconds max_input_time = 1600    ; Maximum amount of time each script may spend parsing request data ;max_input_nesting_level = 64 ; Maximum input variable nesting level memory_limit = 32M      ; Maximum amount of memory a script may consume (128MB)   error_reporting = E_ALL & ~E_NOTICE  display_errors = On display_startup_errors = Off log_errors = On log_errors_max_len = 1024 ignore_repeated_errors = Off ignore_repeated_source = Off  report_memleaks = On track_errors = Off error_log = syslog   ;;;;;;;;;;;;;;;;; ; Data Handling ; ;;;;;;;;;;;;;;;;; ; ;variables_order = "EGPCS" variables_order = "GPCS"  register_globals = Off register_long_arrays = On ;register_argc_argv = On register_argc_argv = Off  auto_globals_jit = On   post_max_size = 128M   ; Magic quotes for incoming GET/POST/Cookie data. ;magic_quotes_gpc = On magic_quotes_gpc = Off  ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc. magic_quotes_runtime = Off  ; Use Sybase-style magic quotes (escape ' with '' instead of \'). magic_quotes_sybase = Off  ; Automatically add files before or after any PHP document. auto_prepend_file = auto_append_file =  default_mimetype = "text/html" ;default_charset = "iso-8859-1"   ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; ;;;;;;;;;;;;;;;;;;;;;;;;;  include_path = ".;C:\php5\pear"  doc_root =  user_dir =  extension_dir = "c:\php5\ext"    ; Whether or not to enable the dl() function.  The dl() function does NOT work ; properly in multithreaded servers, such as IIS or Zeus, and is automatically ; disabled on them. enable_dl = On  ; cgi.force_redirect is necessary to provide security running PHP as a CGI under ; most web servers.  Left undefined, PHP turns this on by default.  You can ; turn it off here AT YOUR OWN RISK ; **You CAN safely turn this off for IIS, in fact, you MUST.** cgi.force_redirect = 0     fastcgi.impersonate = 1;   ;;;;;;;;;;;;;;;; ; File Uploads ; ;;;;;;;;;;;;;;;;  ; Whether to allow HTTP file uploads. file_uploads = On  ; Temporary directory for HTTP uploaded files (will use system default if not ; specified). upload_tmp_dir = D:\Temp\php  ; Maximum allowed size for uploaded files. upload_max_filesize = 128M   ;;;;;;;;;;;;;;;;;; ; Fopen wrappers ; ;;;;;;;;;;;;;;;;;;  ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. allow_url_fopen = On  ; Whether to allow include/require to open URLs (like http:// or ftp://) as files. allow_url_include = Off  ; Define the anonymous ftp password (your email address) ;from="john@doe.com"  ; Define the User-Agent string ; user_agent="PHP"  ; Default timeout for socket based streams (seconds) default_socket_timeout = 60   ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;;   ; Windows Extensions ; Note that ODBC support is built in, so no dll is needed for it. ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5) ; extension folders as well as the separate PECL DLL download (PHP 5). ; Be sure to appropriately set the extension_dir directive.  ;extension=php_bz2.dll extension=php_curl.dll ;extension=php_dba.dll ;extension=php_dbase.dll ;extension=php_exif.dll ;extension=php_fdf.dll extension=php_gd2.dll extension=php_gettext.dll ;extension=php_gmp.dll ;extension=php_ifx.dll ;extension=php_imap.dll ;extension=php_interbase.dll ;extension=php_ldap.dll extension=php_mbstring.dll extension=php_mcrypt.dll extension=php_mhash.dll ;extension=php_mime_magic.dll ;extension=php_ming.dll ;extension=php_msql.dll extension=php_mssql.dll extension=php_mysql.dll extension=php_mysqli.dll ;extension=php_oci8.dll extension=php_openssl.dll extension=php_pdo.dll ;extension=php_pdo_firebird.dll ;extension=php_pdo_mssql.dll ;extension=php_pdo_mysql.dll ;extension=php_pdo_oci.dll ;extension=php_pdo_oci8.dll ;extension=php_pdo_odbc.dll ;extension=php_pdo_pgsql.dll ;extension=php_pdo_sqlite.dll ;extension=php_pgsql.dll ;extension=php_pspell.dll ;extension=php_shmop.dll ;extension=php_snmp.dll extension=php_soap.dll ;extension=php_sockets.dll ;extension=php_sqlite.dll ;extension=php_sybase_ct.dll ;extension=php_tidy.dll ;extension=php_xmlrpc.dll extension=php_xsl.dll extension=php_zip.dll  ;;;;;;;;;;;;;;;;;;; ; Module Settings ; ;;;;;;;;;;;;;;;;;;;  [Date] ; Defines the default timezone used by the date functions date.timezone = America/Chicago   [filter] ;filter.default = unsafe_raw ;filter.default_flags =  [iconv] ;iconv.input_encoding = ISO-8859-1 ;iconv.internal_encoding = ISO-8859-1 ;iconv.output_encoding = ISO-8859-1  [sqlite] ;sqlite.assoc_case = 0  [Pcre] ;PCRE library backtracking limit. ;pcre.backtrack_limit=100000  ;PCRE library recursion limit.  ;pcre.recursion_limit=100000  [Syslog] define_syslog_variables  = Off  [mail function] ; For Win32 only. SMTP = relay-hosting.secureserver.net smtp_port = 25  ; For Win32 only. sendmail_from = webmaster@secureserver.net  ; For Unix only.  You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path =  ;mail.force_extra_parameters =  [SQL] sql.safe_mode = Off  [ODBC]  odbc.allow_persistent = On odbc.check_persistent = On odbc.max_persistent = -1 odbc.max_links = -1 odbc.defaultlrl = 4096 odbc.defaultbinmode = 1  [MySQL] ; Allow or prevent persistent links. mysql.allow_persistent = On  ; Maximum number of persistent links.  -1 means no limit. mysql.max_persistent = -1  ; Maximum number of links (persistent + non-persistent).  -1 means no limit. mysql.max_links = -1  ; Default port number for mysql_connect().  If unset, mysql_connect() will use ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the ; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look ; at MYSQL_PORT. mysql.default_port =  ; Default socket name for local MySQL connects.  If empty, uses the built-in ; MySQL defaults. mysql.default_socket =  ; Default host for mysql_connect() (doesn't apply in safe mode). mysql.default_host =  ; Default user for mysql_connect() (doesn't apply in safe mode). mysql.default_user =  ; Default password for mysql_connect() (doesn't apply in safe mode). ; Note that this is generally a *bad* idea to store passwords in this file. ; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password") ; and reveal this password!  And of course, any users with read access to this ; file will be able to reveal the password as well. mysql.default_password =  ; Maximum time (in seconds) for connect timeout. -1 means no limit mysql.connect_timeout = 60  ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and ; SQL-Errors will be displayed. mysql.trace_mode = Off  [MySQLi]  mysqli.max_links = -1 mysqli.default_port = 3306 mysqli.default_socket = mysqli.default_host = mysqli.default_user = mysqli.default_pw = mysqli.reconnect = Off  [mSQL] msql.allow_persistent = On msql.max_persistent = -1 msql.max_links = -1  [OCI8] ;oci8.privileged_connect = Off ;oci8.max_persistent = -1 ;oci8.persistent_timeout = -1 ;oci8.ping_interval = 60 ;oci8.statement_cache_size = 20 ;oci8.default_prefetch = 10 ;oci8.old_oci_close_semantics = Off  [PostgresSQL] pgsql.allow_persistent = On pgsql.auto_reset_persistent = Off pgsql.max_persistent = -1 pgsql.max_links = -1 pgsql.ignore_notice = 0 pgsql.log_notice = 0  [Sybase] sybase.allow_persistent = On sybase.max_persistent = -1 sybase.max_links = -1 ;sybase.interface_file = "/usr/sybase/interfaces" sybase.min_error_severity = 10 sybase.min_message_severity = 10 sybase.compatability_mode = Off  [Sybase-CT] sybct.allow_persistent = On sybct.max_persistent = -1 sybct.max_links = -1 sybct.min_server_severity = 10 sybct.min_client_severity = 10  [bcmath] ; Number of decimal digits for all bcmath functions. bcmath.scale = 0  [browscap] ;browscap = extra/browscap.ini  [Informix] ; Default host for ifx_connect() (doesn't apply in safe mode). ifx.default_host =  ; Default user for ifx_connect() (doesn't apply in safe mode). ifx.default_user =  ; Default password for ifx_connect() (doesn't apply in safe mode). ifx.default_password =  ; Allow or prevent persistent links. ifx.allow_persistent = On  ; Maximum number of persistent links.  -1 means no limit. ifx.max_persistent = -1  ; Maximum number of links (persistent + non-persistent).  -1 means no limit. ifx.max_links = -1  ; If on, select statements return the contents of a text blob instead of its id. ifx.textasvarchar = 0  ; If on, select statements return the contents of a byte blob instead of its id. ifx.byteasvarchar = 0  ; Trailing blanks are stripped from fixed-length char columns.  May help the ; life of Informix SE users. ifx.charasvarchar = 0  ; If on, the contents of text and byte blobs are dumped to a file instead of ; keeping them in memory. ifx.blobinfile = 0  ; NULL's are returned as empty strings, unless this is set to 1.  In that case, ; NULL's are returned as string 'NULL'. ifx.nullformat = 0  [Session] ; Handler used to store/retrieve data. session.save_handler = files  session.save_path = "D:\TEMP\PHP"  ; Whether to use cookies. session.use_cookies = 1  ;session.cookie_secure =   ; This option enables administrators to make their users invulnerable to ; attacks which involve passing session ids in URLs; defaults to 0. ; session.use_only_cookies = 1  ; Name of the session (used as cookie name). session.name = PHPSESSID  ; Initialize session on request startup. session.auto_start = 0  ; Lifetime in seconds of cookie or, if 0, until browser is restarted. session.cookie_lifetime = 0  ; The path for which the cookie is valid. session.cookie_path = /  ; The domain for which the cookie is valid. session.cookie_domain =  ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript. session.cookie_httponly =   ; Handler used to serialize data.  php is the standard serializer of PHP. session.serialize_handler = php   session.gc_probability = 1 session.gc_divisor     = 1000  ; After this number of seconds, stored data will be seen as 'garbage' and ; cleaned up by the garbage collection process. session.gc_maxlifetime = 1440   session.bug_compat_42 = 1 session.bug_compat_warn = 1  session.referer_check =  ; How many bytes to read from the file. session.entropy_length = 0  ; Specified here to create the session id. session.entropy_file =  ;session.entropy_length = 16  ;session.entropy_file = /dev/urandom  ; Set to {nocache,private,public,} to determine HTTP caching aspects ; or leave this empty to avoid sending anti-caching headers. session.cache_limiter = nocache  ; Document expires after n minutes. session.cache_expire = 180  session.use_trans_sid = 0  ; Select a hash function ; 0: MD5   (128 bits) ; 1: SHA-1 (160 bits) session.hash_function = 0  ; Define how many bits are stored in each character when converting ; the binary hash data to something readable. ; ; 4 bits: 0-9, a-f ; 5 bits: 0-9, a-v ; 6 bits: 0-9, a-z, A-Z, "-", "," session.hash_bits_per_character = 5  url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="  [MSSQL] mssql.allow_persistent = On mssql.max_persistent = -1 mssql.max_links = -1 mssql.min_error_severity = 10 mssql.min_message_severity = 10 mssql.compatability_mode = Off ;mssql.connect_timeout = 5 ;mssql.timeout = 60 ;mssql.textlimit = 4096 ;mssql.textsize = 4096 ;mssql.batchsize = 0 ;mssql.datetimeconvert = On mssql.secure_connection = Off ;mssql.max_procs = -1 ;mssql.charset = "ISO-8859-1"  [Assertion]   [COM]   [mbstring]   [FrontBase]   [gd]   [exif]   [Tidy] ; The path to a default tidy configuration file to use when using tidy ;tidy.default_config = /usr/local/lib/php/default.tcfg  ; Should tidy clean and repair output automatically? ; WARNING: Do not use this option if you are generating non-html content ; such as dynamic images tidy.clean_output = Off  [soap] ; Enables or disables WSDL caching feature. soap.wsdl_cache_enabled=1 ; Sets the directory name where SOAP extension will put cache files. soap.wsdl_cache_dir="/tmp" ; (time to live) Sets the number of second while cached file will be used  ; instead of original one. soap.wsdl_cache_ttl=86400  ; Local Variables: ; tab-width: 4 ; End:

Copy the above mentioned codes to  notepad and rename file  to  "php5.ini"

upload the same to the root folder of your site through FTP client or CPanel

Sujith
from Kerala
13 years ago

Or

mail me your id, I can send you the php5.ini file (my id admin (@) techlineinfo.com)


LockSign in to reply to this thread