CGI Timeout Error [php_curl.dll Not Found]

Apr 30, 2007

PHP pages on my server are not responding. Following message appears in Logs:

Unknown(): Unable to load dynamic library 'c:program filesswsoftpleskadditionalphpextensionsphp_curl.dll' The specific module could not be found.

Plesk 7.5.6 Control Panel
PHP 4.3 is installed on server.

It was working perfect till last night. How can I fix this, any advice?

The php_curl.dll is available in above location and have correct permissions.

View 3 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Page Not Found / Timeout / 502 Bad Gateway Error Creating Accounts

Jun 22, 2015

As I read, when Plesk and WHMCS are in the same server, you may have 502 bad gateway errors when creating an account through WHMCS..Page not Found/Timeout/502 Bad Gateway error creating accounts with Plesk 10+..By default Plesk 10 and above performs a forced restart of apache when an account is created or suspended which causes WHMCS to lose connection to the server, and if your WHMCS is on the same server, you will also lose connection to WHMCS at the same time.

In order to resolve this please refer to the following knowledgebase article for instructions on configuring Plesk to perform a graceful restart instead: URL..

But when I activate nginx in Plesk the 502 bad Gateway problem comes back.Is there an option to activate Nginx graceful restart in Plesk?

View 4 Replies View Related

Error APF :: Error Fetching Interface Information: Device Not Found

Apr 28, 2009

im still getting the following error

Code:
root@main [/tmp/apf-9.7-1]# ./install.sh
Installing APF 9.7-1: eth0: error fetching interface information: Device not found
Completed.

Installation Details:
Install path: /etc/apf/
Config path: /etc/apf/conf.apf
Executable path: /usr/local/sbin/apf

Other Details:
eth0: error fetching interface information: Device not found
cp: cannot stat `/etc/apf.bk.last/vnet/*.rules': No such file or directory
Imported options from 9.7-1 to 9.7-1.
Note: Please review /etc/apf/conf.apf for consistency, install default backed up to /etc/apf/conf.apf.orig
my host has said
Code:
edit the apf.conf file to venet0:0 instead of eth0
which ive done and im still getting the error, Ive pasted my current conf.apf config below

Code:
#!/bin/sh
#
# APF 9.7 [apf@r-fx.org]
# Copyright (C) 1999-2007, R-fx Networks <proj@r-fx.org>
# Copyright (C) 2007, Ryan MacDonald <ryan@r-fx.org>
# This program may be freely redistributed under the terms of the GNU GPL
#
# NOTE: This file should be edited with word/line wrapping off,
# if your using pico/nano please start it with the -w switch
# (e.g: pico -w filename)
# NOTE: All options in this file are integer values unless otherwise
# indicated. This means value of 0 = disabled and 1 = enabled.

##
# [Main]
##
# !!! Do not leave set to (1) !!!
# When set to enabled; 5 minute cronjob is set to stop the firewall. Set
# this off (0) when firewall is determined to be operating as desired.
DEVEL_MODE="1"

# The installation path of APF; this can be changed but it is not recommended.
INSTALL_PATH="/etc/apf"

# Untrusted Network interface(s); all traffic on defined interface will be
# subject to all firewall rules. This should be your internet exposed
# interfaces. Only one interface is accepted for each value.
IFACE_IN="venet0"
IFACE_OUT="venet0"

# Trusted Network interface(s); all traffic on defined interface(s) will by-pass
# ALL firewall rules, format is white space or comma separated list.
IFACE_TRUSTED=""

# This option will allow for all status events to be displayed in real time on
# the console as you use the firewall. Typically, APF used to operate silent
# with all logging piped to $LOG_APF. The use of this option will not disable
# the standard log file displayed by apf --status but rather compliment it.
SET_VERBOSE="1"

# The fast load feature makes use of the iptables-save/restore facilities to do
# a snapshot save of the current firewall rules on an APF stop then when APF is
# instructed to start again it will restore the snapshot. This feature allows
# APF to load hundreds of rules back into the firewall without the need to
# regenerate every firewall entry.
# Note: a) if system uptime is below 5 minutes, the snapshot is expired
# b) if snapshot age exceeds 12 hours, the snapshot is expired
# c) if conf or a .rule has changed since last load, snapshot is expired
# d) if it is your first run of APF since install, snapshot is generated
# - an expired snapshot means APF will do a full start rule-by-rule
SET_FASTLOAD="0"

View 6 Replies View Related

Why Getting Session Timeout Error In IE

Aug 17, 2007

I am assisting a client who is linking to an online calculator, he is putting a frame on top of the calculator page, so people will still see his information. However, for some reason he is getting a Session Timeout Error in IE.

I don't get this error in Firefox using this method, or ever going to the direct page in IE.

Let me give a better explanation:

If you visit:
[url]

Just put in a fake name and email, it loads a frame at top, and then the online calculator, which is this page:
[url]

Why I am getting a Session Timeout? Is there a better solution. I never get the same error if I go directly too:
[url]

We want a frame or better solution because we still want the contact information to be in front of the consumer.

Does this maybe have to do with a cookie and frame?

View 4 Replies View Related

Timeout Error Starting MySQL

Nov 6, 2007

I'm having a bit of trouble here with MySQL, I don't know what to do. Centos 4.3, Mysql 4.1

Data is stored in /var/lib/mysql/

I'm looking to move that information to a second hard drive soon, and did a quick test of just copying it to another place on my existing drive. It won't start.

Quote:

[root@localhost ~]# service mysqld start
Timeout error occurred trying to start MySQL Daemon.
Starting MySQL: [FAILED]

Error logs

Code:
071106 12:14:33 mysqld started
071106 12:14:33 [Warning] Can't create test file /var/lib/mysqltf/localhost.lower-test
/usr/libexec/mysqld: Can't change dir to '/var/lib/mysqltf/' (Errcode: 13)
071106 12:14:33 [ERROR] Aborting

071106 12:14:33 [Note] /usr/libexec/mysqld: Shutdown complete

071106 12:14:33 mysqld ended

071106 12:17:00 mysqld started
071106 12:17:00 [Warning] Can't create test file /var/lib/mysqltf/localhost.lower-test
/usr/libexec/mysqld: Can't change dir to '/var/lib/mysqltf/' (Errcode: 13)
071106 12:17:00 [ERROR] Aborting

071106 12:17:00 [Note] /usr/libexec/mysqld: Shutdown complete

071106 12:17:00 mysqld ended
I have tried even chmod 777ing the msyqltf folder (my copy) to no avail.

my.cnf

Code:
[mysqld]
datadir=/var/lib/mysqltf/
socket=/var/lib/mysqltf/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1

[mysql.server]
user=mysql
basedir=/var/lib

[mysqld_safe]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

I've tried moving it to different locations. I even tried moving the original folder and renaming it, and still get this problem.

View 14 Replies View Related

Error Or Timeout Occurred While Processing This Directive

Jul 20, 2009

I am having the error in all the cpanel of the server when i contactected the cpanel they asked to change the permission of the all the domains using the bash command can one can help in running the commands so that all the permission changes properly ....

View 10 Replies View Related

[a Fatal Error Or Timeout Occurred While Processing This Directive]

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

Timeout Error Occurred Trying To Start MySQL Daemon

Oct 30, 2009

I just installed mySQL server on a brand new dedicated server and am getting Timeout error occurred trying to start MySQL Daemon. I have uninstalled and reinstalled it a few times and am still getting the same error.

View 11 Replies View Related

A Fatal Error Or Timeout Occurred While Processing This Directive

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

Timeout Error Occured Trying To Start MySQL Daemon

May 10, 2007

I am getting the error (as listed in the title) on my server. This is a BRAND NEW FRESH install on a brand new server...

OS: Unix Fedora
Kernel Version: Kernel 2.6.18-1/2798.fc6 on an i686
Hardware Information: Brand new Dell SC1435 Server
Software Version: MySQl 5
Control Panel: Nothing yet

Apache starts ok but when I go to strart MySQL I get the following error...

[root@server112]# /etc/rc.d/init.d/mysqld start
Timeout error occurred trying to start MySQL Daemon
Starting MySQL: [FAILED]

Does anyone have any ideas?
I did some pretty extensive searching...
Web Hosting Talk article that basically describes the same error. I followed everything as listed in his suggestion and it didn't change anything.

Also Checked here but this didn't work either.

View 6 Replies View Related

Plesk 11.x / Windows :: FTP Backup Failed - CURL Timeout Error

May 28, 2014

I'm having this issue when trying to set automatic backups to a separate server:

Cannot export dump file 'Friday_02_05_14_info_1405020913.xml' to 'ftp://Scott@00.000.000.00/Backup/'
[Transport error: unable to send directory to repository: Transport error: unable to put local file D:PleskPrivateTemp/repo_transport_tmp_01cf65e52b9bf130friday_02_05_14_1405020913.zip to friday_02_05_14_1405020913.zip: Curl error: Timeout was reached]Click to expand...

View 3 Replies View Related

Error Page Not Found

Dec 14, 2007

Im facing problem from last 48 hours when i try to access my site

www.yourdomain.com/forum

then it showing me error Page not found
Not Found

The requested URL /forum was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

and when i checked this forum folder through shell and cpanel then its there and when i try to access it through
[url]
then its working fine does any of you know whats the problem was plz help me my site was already closed from 48 hours God Bless you

View 7 Replies View Related

Error 67 The Network Name Cannot Be Found

Jul 23, 2007

I have a problem trying to mount a network share.

Here is the full story: I have setup a WDS server running DHCP, DNS, WINS and WDS services on it.

After I succesfully boot the network image I try to mount a network share located on this server running "net use * IPofServer"

At this monent I reiceve System Error 67 has occured. The network name cannot be found.
I've tried "net use * NameOfServer" but still no luck. (net use z: or net use * don't matter in this case).

I though that since it could not resolve the name, I've installed a WINS server on the server but this client that I boot still cannot do the job.

Also not to forget the server is an Win 2k3 SP2 Active Directory one.

If I traceroute the server IP from the client it resolves the server name.
nslookup doesn't work since the network booted image is WinPE 2.0 which is Vista.

I've looked closely on internet for a way to solve this but all the solutions that I've found failed to work though.

View 5 Replies View Related

Wc Error - Lib/tls/libc.so.6: Version `GLIBC_2.4' Not Found

Sep 28, 2007

For some reason, my server - wc suddenly does not work. I tried googling, but nobody else had the problem.

Nothing else is wrong with the server except this.

root@gold [~]# wc
wc: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by wc)

View 1 Replies View Related

ERROR! MySQL Manager Or Server PID File Could Not Be Found

Feb 14, 2008

Recently,Mysql has been a problem that is going down.So,I have to restart Mysql Service everyday. You can see for further information at here

Quote:

ERROR

Couldn't connect to database.
Please contact admin about this err. Back

DETAIL
2002 : Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

This is the error when i restart Mysql Service via SSH

Quote:

ERROR! MySQL manager or server PID file could not be found!
Starting MySQL SUCCESS!

what i should do and give me a solution to kill this error

View 2 Replies View Related

Error 404/500 Not Found Traffic - How To Redirect From Reseller Level

Nov 14, 2008

I have multiple Cpanel accs and wish to apply for all clients an Error 404/500 page redirect to a custom page.

View 4 Replies View Related

Error 404/500 Not Found Traffic - How To Redirect From Reseller Level

Nov 14, 2008

Error 404/500 not found traffic - how to redirect from reseller level

I have multiple Cpanel accs and wish to apply for all clients an Error 404/500 page redirect to a custom page.

View 3 Replies View Related

Plesk 12.x / Linux :: Internal Error - Package With UID - Not Found

Dec 19, 2014

Trying to access any APS installed in Plesk i obtain this error: Internal error: Package with UID 'fb00f4ad-620a-4052-96b7-398bd99d9d6d' not found.The error panel.log:

[19-Dec-2014 13:17:19 Europe/Berlin] Exception: Package with UID 'fb00f4ad-620a-4052-96b7-398bd99d9d6d' not found.
file: /usr/share/aps_php/aps_php.php
line: 12519

[code]....

This post change the error, but i think that is not the correct way: [URL] ..... Any way to reinstall/regenerate APS database and anything related with it?

View 2 Replies View Related

Plesk 12.x / Linux :: PHP Fatal Error - Class Vz Not Found

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

Plesk 11.x / Windows :: Migration Error - IP Address Not Found

May 5, 2013

I'm trying to migrate a server that has the version 10 to another server with version 11.

When I run the migration manager, I get the message "IP Address not found '.

Both teams have the same type of IP, exclusive.

View 2 Replies View Related

Plesk 12.x / Linux :: File Not Found Error After Upgrade From 11.5

Jun 19, 2014

After upgrading Plesk today the panel is reachable however the content area displays the message "File not found." for all pages.

View 6 Replies View Related

APF + BFD :: Eth0: Error Fetching Interface Information: Device Not Found

Sep 8, 2008

i have a problem when i wget anyfile after i install

APF+BFD into my server

my server is VPS ..

my VPS details is

---------------------
Server Name: bOx
User Name: b0x
Operating System: CentOS 5
RAM: 512 MB Guaranteed 2 GB BurstedTotal
Disk Space: 10 GB
Bandwidth Quota: 500 GB
Quota Used: 0 GB
Control Panel Type: cPanel (license enabled)
Server IP Address: 72.152.456.37
---------------------

now my VPS when i restart my APF its show me this
eth0: error fetching interface information: Device not found
eth0: error fetching interface information: Device not found

and my SSH Froze in this ..

View 12 Replies View Related

Plesk 12.x / Linux :: WordPress Tab Internal Error - Package With UID Not Found

Jul 7, 2015

I am getting Package with UID '9f03febe-57f4-4233-ace8-23f5ce964198' not found error.

I have applied this => [URL] ...

But problem is not solved this time I am getting same error but different UID number.

View 6 Replies View Related

Plesk 11.x / Linux :: URLs With Special Characters - Error 404 Not Found

May 28, 2014

I'm migrating some websites from old server with virtualmin, some websites have files with special characters as à,ö,ç etc...

On the other server the files (images for example) are served well but on the new server with plesk 11.5 error 404 appears. (Nginx reverse proxy is activated)...

View 2 Replies View Related

Plesk 11.x / Windows :: URLs With Special Characters - Error 404 Not Found

May 28, 2014

I'm migrating some websites from old server with virtualmin, some websites have files with special characters as à,ö,ç etc.. On the other server the files (images for example) are served well but on the new server with plesk 11.5 error 404 appears. (Nginx reverse proxy is activated)

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved