PowerAdmin: Unable To Include The DB

Jan 19, 2008

ERROR: Unable to include the DB/mysql.php file for `mysql://poweradmin-user:***@localhost/pmwh'

Does someone has an idea? I'v installed it according this howto:[url] yet it is giving me this error .

View 1 Replies


ADVERTISEMENT

PowerAdmin - Not All Tables Are Ok

Dec 17, 2007

This is the error that i get when i run test_setup.php:

Not all tables are ok!

Sorry, but there are error(s) found in the following table(s): 'records' 'domains'.

Please fix these errors and run the script again.
---
whereas rest of the tables (users, users_seq and zones)have been created.

Did i forget some step where these tables were to be created?

How can i create these tables now?

View 1 Replies View Related

PowerAdmin Error

Dec 17, 2007

Notice: Use of undefined constant DB_PORTABILITY_DELETE_COUNT - assumed 'DB_PORTABILITY_DELETE_COUNT' in /usr/share/pear/DB/mysql.php on line 827

Notice: Use of undefined constant DB_PORTABILITY_DELETE_COUNT - assumed 'DB_PORTABILITY_DELETE_COUNT' in /usr/share/pear/DB/mysql.php on line 827

Notice: Use of undefined constant DB_PORTABILITY_DELETE_COUNT - assumed 'DB_PORTABILITY_DELETE_COUNT' in /usr/share/pear/DB/mysql.php on line 827

Notice: Use of undefined constant DB_PORTABILITY_ERRORS - assumed 'DB_PORTABILITY_ERRORS' in /usr/share/pear/DB/mysql.php on line 884

Notice: Use of undefined constant DB_ERROR_CONSTRAINT_NOT_NULL - assumed 'DB_ERROR_CONSTRAINT_NOT_NULL' in /usr/share/pear/DB/mysql.php on line 886

Fatal error: Call to undefined method DB_result::getCode() in /usr/share/pear/PEAR.php on line 528

Above is the Error that i get in case i submit the install.php page in order to create administrator account for start using poweradmin.

View 0 Replies View Related

What Is Managed Vps Include

Mar 19, 2009

I see some hosts provide fully managed VPS. If that's the case, what does that mean exactly? Does it mean the host manages updates and backups and that kind thing? what other maintenance does full managed VPS can provide besides updates and backups?

View 7 Replies View Related

How Use Php Include On Windows Server!

Sep 30, 2007

I am running a Windows 2003 with PLESK on it which has php support. But i am not able to "include" .php pages into my .html pages or .php into .php.

Like on Linux servers we use phpinclude() to include .php pages n .html, but its not working on Windows server for me.

View 6 Replies View Related

Include .html Into .php (PLESK)

Nov 19, 2007

I have a server running PLESK 8.2 (latest version). With PHP4 and 5 support. I want to include .php files into .html (which work fine on LINUX CPANEL but on on WINDOWS PLESK).

Please can anyone suggest how can i make my WINDOWS server work so that it includes .php into .html. (.php included in .php works fine).

ALSO i tried to add (application/x-httpd-php in IIS MIME TYPES to extension .html and even .php but it did not work.)

View 5 Replies View Related

Function.include Error

Jan 8, 2007

Ive searched google and this forum for hours and have not found any solution to this below error on a site of mine.

I am using php 5.2

Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/comosabe/public_html/footer.php on line 5

View 2 Replies View Related

Remote Include In Fantastico = Patch Now

Mar 13, 2007

Fantastico has released a new update which patches a remote include exploit found in their popular product.

Of course you need to have a valid user account through cPanel in order to use this.

View 3 Replies View Related

Function.include Error After Transfer

Jun 18, 2008

We transfer some hosted website from our usa server to our cana server and they have function.include error in new server.

View 2 Replies View Related

Include() With Phpsuexec Does Not Output Error

Oct 18, 2007

We have a strange issue where include('./somebadfilepath.txt');

Will not output the standard WARNING from PHP. Instead it just displays a blank page.

phpsuexec is installed.

This also happens for other functions like fopen or fopen when supplied a URL path. No error,

View 4 Replies View Related

PHP Cannot Include File Only When Accessed With Https

Nov 25, 2007

My PHP script has an include statement. All works fine when I access the script using http. HOWEVER, when I access the exact same page using https, PHP complains that it fails to open the include file. I've checked and the include_path lists the correct dirs in both cases.

View 4 Replies View Related

Modifying Apache Status To Include Full SubDomain URL

May 19, 2008

if its possible to display subdomains on the Apachelog page? For example under "vhost" it would list the full website address of each subdomain?

View 2 Replies View Related

Apache :: Include Information On Last Page Served In RewriteCond

Feb 8, 2014

I run a the polyglot website [URL] .... and my question is about "how to serve a page in the language preferred by the user, if available?"

At the moment I use Multiviews to add a language code to the requested URL according to the AcceptLanguage header (e.g. if "tr", serve index.html.tr instead of index.html), but this information doesn't always match user wish and I was told that serving different filenames for the same requested URI can prevent proper pages indexing by search engines.

So, I will now store web pages in each language in a specific directory, e.g. subdirectories en, it ru, tr, etc. For instance /tr/index.html will be in Turkish.

On every page, user can change language clicking on a link showing e.g. "uk" for Ukrainian. Now I want that once they do that all pages requested by the same client be served in the same language, unless/until user click on another language link.

I know that I could set a cookie or use HTTP-REFERER for that, but possibly the browser can be set to refuse cookies or not sent the Referer HTTP header.

So my question is : knowing that when a user click on a language link we serve a page in the corresponding directory, how could I reuse that information for next request of the same client (same IP address), including it in a RewriteCond directive so that I can serve requested page in the same language directory, if it exists.

I wish to avoid server side scripting (at present the website is 100% static).

View 1 Replies View Related

Plesk 12.x / Linux :: Statistics Do Not Include External Databases

Oct 13, 2014

The sql server I have my users use is on a different server from which plesk is installed. Plesk should include the size of the user's databases from the external server as well otherwise the user can have a database as large as he wants. It's no longer restricted by the plans limits.

View 7 Replies View Related

Using Vhost.conf To Override Suexec Directive In Httpd.include

Oct 20, 2009

I need to change the server configuration on Plesk such that the SuexecUserGroup directive is removed, so the user's cgi scripts run as the apache user (www-data), rather than as the user specified in that directive (the domain user), as on an unshared (non-VPS) server. I don't care about security from other domains because only one domain runs on it anyway, so making the user domain-specific is irrelevant from a security point of view and stops some of the user's code working.

This directive is found in
/var/www/vhosts/domainname.com/conf/httpd.include
and is:
SuexecUserGroup user psacln
(this line appears twice, for ports 443 and 80)

I understand that this file can't be modified, as it may be overwritten by Plesk. Therefore additional directives must go in the vhost.conf file.

Will the following vhost.conf file do the trick and override the directives in httpd.include?

<VirtualHost domainIP:443>
SuexecUserGroup www-data www-data
</VirtualHost>
<VirtualHost domainIP:80>
SuexecUserGroup www-data www-data
</VirtualHost>

View 1 Replies View Related

Plesk 12.x / Linux :: Full Backup Does Not Include Horde And Roundcube Databases

Apr 22, 2015

So I was trying to look up something from the horde Databases just to find that the full server backup that can be triggered in "tools & settings" -> "backup manager" does NOT include the horde and roundcube databases, even with "configuration and content" selected.

Sure, there are 7 days worth of daily backups in /var/lib/dumps but it would be nice to have those files included in the "full backup" Or am I missing something here?

View 4 Replies View Related

Plesk 12.x / Linux :: How To Include More Directories In Backup With Backup Manager

Feb 11, 2015

I have an Ubuntu 14.04 LTS 64 bit virtual private server with Plesk 12. The server is hired from a hosting provider. The server is used to run the Odoo ERP application (using postgres database).

The Odoo application is running fine and now I want to create a backup of the application using Plesks Backup manager.

I choose configurations and content option in the backup manager but the created backup is only 200kb.

I think the problem is the location where the Odoo application is installed is not included in the backup. I made a tar backup from the server and extracted it on my pc. It seems that the main parts of the Odoo application are in the var, opt, etc and usr directories (not in a domain but under root).

Installing the application in a domain would solve the Plesk backup issue I think but the installation script of Odoo puts Odoo in var, opt, etc and usr directories even if I put the install script in the directory of a created domain. Since the manual Odoo installation is complicated I am very happy to use the script.

My questions are:

1. Is it possible to include the directories var, opt, etc and usr in the Plesk backup and how and where do I do that?

2. Can I restore such a backup without no problem in Plesk?

View 1 Replies View Related

<!--#include Virtual="menu.html" -->

Jul 6, 2009

am using xampp 1.7.1 as my local server.

i want to include menu.shtml into index.html, but its not working.

am using this code.
<!--#include virtual="menu.html" -->

View 2 Replies View Related

Unable To Start APF In Vps

Jun 4, 2008

I am unable to start apf firewall in openvz vps, i have following error:

root@server [~/apf-0.9.6-3]# /usr/local/sbin/apf -s
apf(9352): {glob} activating firewall
apf(9405): {glob} unable to load iptables module (ip_tables), aborting.
apf(9352): {glob} firewall initalized
apf(9352): {glob} fast load snapshot saved

How can resolve this issu?

View 3 Replies View Related

Unable To Identify

Nov 5, 2009

I am running a website with a huge traffic on a single server with 2GB Ram and its working fine from last 3 years but from last 1 week the website is being unstable, not all the time but sometimes,

Following are the conditions when the problem occures:-

- When we enter the URL in browser and hit enter, it takes bit long on connecting...before reaching to the website, once the title appear at the top of the browser the page loads normally and while browsing the website, sometimes it gives page cannot be displayed error and we have to refresh the page.

- at that time when I check the result from [url]it gives bit high Average Response Time.

- On the other everything seems to be normal on SSH,
load average: 0.90, 0.96, 0.79
Mem: 3116360k total, 2841948k used, 274412k free,

root@silver [~]# netstat -alpn | grep :80 | awk '{print $4}' |awk -F: '{print $(NF-1)}' |sort |uniq -c
1 0.0.0.0
1197 ***.101.37.**

This is the normal traffic, not the attack and site was working fine from 3yrs but I guess some recently made changes is causing this issue.

View 5 Replies View Related

ERR Unable To Log On To Mailbox

Jul 21, 2009

I am using Plesk 8.6 with Mail Enable standard edition.

Since past two weeks the things were working fine. Yesterday I had activated the antispam option given in the admin panel of plesk. And since today morning nobody is able to login into their mailboxes. Outlook gives error message as:

"Task 'mail.absoluteinternational.net - Receiving' reported error (0x800CCC92) : 'Your e-mail server rejected your login. Verify your user name and password in your account properties. Under Tools, click E-mail accounts. The server responded: -ERR Unable to log on. Only one connection to a mailbox permitted at a time.' "

And webmail gives error message as "Login Failed".

Also if I do test account settings in MS Outlook, all the tasks would come as completed except Log on to incoming mail server (POP3). If I check the POP logs I get the error message as:

"07/21/09 01:17:28POPS368122.169.82.167PASSPASS *-ERR Unable to log on. Only one connection to a mailbox permitted at a time.018"

View 8 Replies View Related

Unable To Save Changes In My.cnf

Jun 13, 2007

As root I can't save any changes inside my.cnf. Allways getting this error:

Could not open file for writing: Permission denied

I checked file permissions twice - everything seems to be normal.

View 5 Replies View Related

Unable To Use Cpanel

Feb 4, 2007

The filesystem mounted at /home/johnn on this server is running out of disk space.

cPanel operation has been temporarily suspended to prevent something bad from happening.

Please ask your system admin to remove any files not in use on that partition.

I get this message upon logging onto cpanel. It's the first time seeing this. How do I disable cpanel from doing this?

View 8 Replies View Related

Unable To Resolve

May 12, 2007

I have nameservers setup on my server. As I have changed my servers, I need to resolve the sites. I changed the nameservers Ips to resolve to new one:

67.159.33.250 and 67.159.33.251

But my sites and my clients sites are going down.

[url]

And similar report by dnsreport is being given saying that NS didnt responded timely.

View 7 Replies View Related







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