Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in /home/.../public_html/enhu.com/includes/connection.php on line 5
Database connection failed: Access denied for user 'root'@'localhost' (using password: YES)
I have an error that has arisen me for no apparent reason. This error does not allow me to enable or disable DNS domains. I searched for solutions but have not found anything.
The error message is: ERROR: Call to undefined method plesk__client__domain__dns__toggle::_postRequestRequired() (DNSToggleUIPointer.php:26)
And as I said DNS appears when activated or deactivated by the domain from Plesk panel
I have installed PHP 5.3 and set it up using the FastCGI method as that seems to be the prefered method at this time.
I have verified that php is set up correctly as i am able to run scripts from command line.
However I can not for the life of me get any php file to display in a browser.
I have verified that the .php extension is in the list of handler mappings under PHP via FastCGI. Also verified that the handler was pointing to F:PHPphp-cgi.exe which is (re-verified) the location of the php files.
I have tried all the tricks that i have found on the net, but still nothing. I have installed the php package via the windows installer and the binaries. both same outcome.
I even tried to step back a version to php 5.2 and still did not work.
Am I completely missing something?
I have a PowerEdge T410 Server running SBS2008 x64 and IIS 7. In the beginning it was just showing php code, now it continuely asks if i want to download or save the file when i try to browse to a php file via browser.
i'm using fastcgi for PHP app. i have 5 sites on my server but fastcgi works only one site which is the first opened if you open second site iis give me error like "HTTP Error 500.0 - Internal Server Error C:PHPphp-cgi.exe - The FastCGI process exited unexpectedly". i restart iis and open another site firstly it works but again another site give me error.
I've been struggling with getting phpMyAdmin to work on IIS7 for a long time. I've tried just about everything I can possibly think of, in the process, breaking both PHP and MySQL several times.
Ok...so my PHP and MySQL is working great now...but I still can't get phpMyAdmin to work. I get the following message :
Quote:
Cannot load mysql extension. Please check your PHP configuration. - Documentation
If you anyone has some advice, I will appreciate it.
how to install Awstats on IIS7? I tried to configure it and it got setup successfully, however, when I view the stats or update the stats, only the Not viewed traffic gets updated. There is no update in the viewed traffic. I browsed the website from separate locations and then updated the stats, but still the stats show not viewed traffic. I have only static html files and some flash and images on the website.
we are looking for someone to assist us with configuring the ExpressionEngine CMS on a Windows 2008 server.
We have it runnining under fastCGI that supports php on IIS. We are running IIS7, and using the URL Rewrite Module on IIS7.
We are having a problem removing the index.php from the address bar using the URL Rewrite. It works on the interior pages but not on the homepage and because of this the 404 page is not working.
The mod rewrite module generate a web.config file that has this in it....
Background: I work for a small microsoft based web dev company who is slowly starting to do more PHP based work. To date we've run these sites (mostly WP) through IIS6 on Windows Server 2003 although this presents problems around mod rewrites etc.
We're at a stage where we can make a decision between upgrading our existing server to IIS7 on Windows Server 2008 which seems to have better support for running PHP and all it entails - OR - getting a Linux box.
As a developer my preference is for the Linux server although the finance department ain't too keen on paying for another server.
Question: Have you experienced any significant problems in hosting PHP on IIS7 on WS 2008 alongside .NET apps? Are there any concrete technical reasons why we shouldn't use this set up?
Sharing with everyone yesterday's official announcement of 'Windows Server 2008' being the name of Microsoft's next generation server platform.
The Windows Server 2008 product information Web site is now online here.
And also for IIS7 a Go Live license is now available with Beta 3 of Windows Server 2008 that allows you to put Windows2008/IIS7 into testing/production so that you can begin preparing your hosting services for next year when the product becomes generally available. Become a featured IIS7 Beta Hoster.
I've installed Darwin Streaming Server on a brand new server (vps). But, what do you know, the RTSP and MP3 streaming TCP ports are not defined in the etc/services file of the server.
Is this normal? Should I have an issue with the service provider?
When I try to activate IIS7 in Windows Vista Ultimate 64-bit everything seems to go well but after a while when the progress bar has gone full and that window has disappeared an error message appears saying "An error has occured. Not all features were successfully changed". If I don't restart immediately but instead try to open the IIS7 default page it's up. But after rebooting it's gone. The iis7.log says:
I'm starting a webhosting business in the next few months (working on the panel), and was wondering what is the best method to limit the amount of disk usage the user can use? I know about Disk Quota, but that would be a pain to use. Is there anything built into IIS7?
Also, is it possible to use a SQL 05 DB for FTP user accounts with IIS7? If not, is there any other way to have FTP accounts *without* having to create a windows user account?
We are a web company that currently has a WHM/cPanel server that we manage ourselves. However, we are looking for a service that will be on call for us 24/7 in case something were to go amiss and our technical team was not available to restart services, restart the server or do whatever technical troubleshooting was required to get things back up and running quickly.
Has anyone else here installed ffmpeg? I'm almost done getting it setup when I ran into an error which I don't understand. My theory is that I have a version conflict, but I'm not sure how to fix this or what software is conflicting.
Here's the error:
Code: Warning: Module 'ffmpeg' already loaded in Unknown on line 0 /usr/local/bin/php: symbol lookup error: modules/ffmpeg.so: undefined symbol: avcodec_build
I get this on "make test" for ffmpeg-php-0.5.1. All test's fail.
We have a windows 2008 server x64 running plesk 8.6. We created a user with complete access and under that user we created a nuke evolution website. Install appears flawless. We can even continue with admin configuration within nuke with admin.php.
However once you log out you are unable to log back in to admin.php, you get a 404 Not found error. I've checked out the permissions through plesk but they appear to be ok,
I'm trying to use mysqlhotcopy on freebsd 6.1 with mysql 5.0.45, but I'm getting this error when executing it:
/libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBD/mysql/mysql.so: Undefined symbol "mysql_server_init"
at first, I was having problems compiling DBD-mysql, because mysql.h and mysqld_error.h wasn't on the include dir, so I had to add -I/usr/local/mysql-5.0.45-freebsd6.0-i386/include to cflags (I also tried -I/usr/local/include/mysql , but same happened)
since the error persisted, I changed all references to mysql_server_init (deprecated) to mysql_library_init (same for mysql_server_end -> mysql_library_end)
Everytime I try to access a PHP script with Oracle on it, I get this message:
Quote:
Warning: oci_connect() [function.oci-connect]: OCIEnvNlsCreate() failed. There is something wrong with your system - please check that ORACLE_HOME is set and points to the right directory in /path/to/file.php on line 215
This was on PHP 5.
In my attempts to resolve this problem, here is what I did.
I tried the following with oracle-xe running and while it had been stopped:
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/nls_lang.sh: 114: [[: not found /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/nls_lang.sh: 114: [[: not found
and here is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/nls_lang.sh:
Code: 103 # Detertmine the LANGUAGE_TERRITORY part of NLS_LANG 104 # we derive it from the current locale by inspecting the LC_ALL and 105 # the LANG environment variable. Other LC_* environment variables 106 # are not inspected. 107 # 108 if [[ -n "$LC_ALL" ]]; then 109 locale=$LC_ALL 110 elif [[ -n "$LANG" ]]; then 111 locale=$LANG 112 else 113 locale= 114 fi
I then opened /etc/bash.bashrc and tried adding this to the bottom:
Code: LC_ALL='en_GB' export LC_ALL and sourced it but that did not work so I replaced it with this:
Code: LC_ALL='C' export LC_ALL and sourced it but still no luck.
I have a managed dedicated box in Liquidweb for nearly 1 year and never call them by phone. Don't get me wrong, they have very good server and support via ticket so far until recently the server is getting ddos attack and have to be null route an ip address on the server.
I have a ticket about this issue and communicate back and forth however the ddos attack is very strong and the null route have to be continue. After many hours of null route, I decided to request to remove it to see if the ddos attack have been gone. As usual I submit the request through the old ticket but not getting any response after more than 30 minutes. I think the person in charge might be busy so I lift up my phone and call to Liquidweb for reminder of the message in the ticket.
Surprisingly the person who pick up the phone ask for the password of my account or the last 4 digits of my credit card number. I told him that I don't pay by credit card (I used paypal to pay) and he keep asking me my Liquidweb account password for verification purpose. I was stucked there because I don't know whether it is correct step to giveaway my Liquidweb account password? I finally told him that I will open a new ticket to remind them to reply to the message in the old ticket and hang up the phone.
Any Liquidweb customer here who have called them via phone support? Kindly share your experience here. Is the procedure to get account password for verification was one of the correct steps?