Plesk 12.x / Linux :: PHP Message - Failed To Write Session Data

Jan 26, 2015

I just discovered there is seperate error log for php-fpm and since only 1 site is running fully nginx, the log is full with this error:

"NOTICE: PHP message: PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0"

I've checked and the path is correct....

View 2 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Migration Failed - Error Message

Jul 16, 2014

I am getting the following error message when I try to migrate sites from an old server to a new server.:

PHP Notice: Trying to get property of non-object; File: /usr/local/psa/admin/plib/backup/Conflicts/PleskDataManager.php, Line: 173
PHP Notice: Undefined index: 192.168.100.25; File: /usr/local/psa/admin/plib/backup/Conflicts/PleskDataManager.php, Line: 180

[Code] ....

View 6 Replies View Related

Plesk 11.x / Linux :: Failed To Update Panel - Error Message

Feb 10, 2015

I'm using Plesk 11 in a Ubuntu 12.04 Linux environment on a remote dedicated server. I am NOT trying to upgrade to Plesk 12. But, every time I log onto the panel, I get the error message shown on the subject line. Afterward, it says, "To solve this problem, send an update log to Parallels support." I have the update log ... but "where" to send it. Is there an email address? A webpage?

View 10 Replies View Related

Plesk 12.x / Linux :: Backup Does Not Write Dump To FTP Repository

Oct 24, 2014

Beginning with today, all Backups to FTP repository failed. Even updates being started manually fail.

FTP Space is not full, there are still app. 400GB free space left.

I was also able to do a ftp upload on terminal using ftp client.

Server is accessible, credentials are right, but backup fails.

Why backup stops working after having done login.

This are the last few lines of the current psadump.log (removed server url and username):

[2014-10-24 13:38:46.754|17907] INFO: Repository 'ftps://[XXX]//as/': Initializing...
[2014-10-24 13:38:46.754|17907] INFO: Transport: Get repository transport ftps://[XXX]//as/
[2014-10-24 13:38:46.754|17907] INFO: Transport: Init credentials for user '[XXX]'
[2014-10-24 13:38:46.756|17907] INFO: Repository 'ftps://[XXX]//as/': Initialized
[2014-10-24 13:38:46.758|17907] INFO: pmm-ras finished. Exit code: 1
==============================

View 10 Replies View Related

Plesk 12.x / Linux :: Write Recursive Rights On Files / Folders

Feb 20, 2015

I have a concern during the installation of PrestaShop. I created a subdomain through Plesk, put my files on my server via FTP. During installation of PrestaShop, I have a problem:

Recursive write permissions for the Apache user on the ~ / config /

My user is "NOWIS" and my group is "psacln" ....

I think the user "NOWIS" has no rights as "Apache" ....

View 3 Replies View Related

Plesk 12.x / Linux :: Session Permission Error

Jul 20, 2015

Some of my websites show the following error when trying to use _any_ of the Plesk-supplied PHP packages instead of the default PHP CentOS/atomic package:

Code:
Unknown: open(/var/lib/php/session/sess_xxxxxxxxxxxx, O_RDWR) failed: Permission denied (13) in Unknown on line 0
This is a fresh install of Plesk 12 MU55 on CentOS 6.6.
Same thing happens with Plesk 12.5 Preview on CentOS 7.1

...as soon as I select any of the Plesk-supplied packages (PHP 5.4 - 5.6) with FastCGI, the error appears.

View 3 Replies View Related

Plesk 11.x / Linux :: Python Permissions To Write Files In Another Web Space On Same Server

May 15, 2014

I have a python script that generates images and is able to write them into a directory on the same web space

However, I would like the same script to write files into another directory located in the web space of another domain on the same server.

For example, script lives here...
/var/www/vhosts/domain1.com/httpdocs/scripts/myscript.py

this works...
/var/www/vhosts/domain1.com/httpdocs/scripts/images/

this fails...
/var/www/vhosts/domain2.com/httpdocs/web/images/

The directory structure already exists, so there is no need to create any new directories

I have tried setting permissions for the destination "images" directory to 777 and that didn't work.

Do I need to specify something within Plesk to enable it to write to another directory?

View 6 Replies View Related

Plesk 12.x / Linux :: Upgrade 10.4.4 - Postfix Queue File Write Error

Jan 29, 2015

I just upgraded our Plesk 10.4.4 to 12.0.18 (on Ubuntu 10.04, about to be upgraded to 12.04). Now I get the dreaded 'queue file write error' in postfix on message delivery.

It tries to open /usr/lib/plesk-9.0/postfix-queue (which is not there) in this block in master.cf:

Code:

plesk_virtual unix - n n - - pipe flags=DORhu user=popuser:popuser argv=/usr/lib/plesk-9.0/postfix-local -f ${sender} -d ${recipient} -p /var/qmail/mailnames
127.0.0.1:10025 inet n n n - - spawn user=mhandlers-user argv=/usr/lib/plesk-9.0/postfix-queue 127.0.0.1 10027 before-queue
127.0.0.1:10026 inet n - - - - smtpd -o smtpd_client_restrictions= -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o smtpd_data_restrictions= -o receive_override_options=no_unknown_recipient_checks
127.0.0.1:10027 inet n n n - - spawn user=mhandlers-user argv=/usr/lib/plesk-9.0/postfix-queue 127.0.0.1 10026 before-remote
plesk_saslauthd unix y y y - 1 plesk_saslauthd status=5 listen=6 dbpath=/plesk/passwd.db

And on top of that, If disable all the milters/proxy and just try to deliver to plesk_virtual directly, the e-mail just disappears. Postfix thinks it was delivered, but it is not.

I also tried piping some text through /usr/lib/plesk-9.0/postfix-local with the same parameters postfix gives it, but also then nothing. No error, no exit code, no message in maildir.

There are a bunch of fixes around for the queue file write error, but nothing works because the nature of my problem is different. There is a KB article around for Plesk 9, which can hardly be useful.

I tried restoring postfix-queue from the backups, but if I try to use that, the mail.log eventually says:

Code:

Jan 30 01:20:00 ytechosting /usr/lib/plesk-9.0/psa-pc-remote[6621]: Message aborted.

I also used /usr/local/psa/admin/sbin/mchk to no avail: the only change it makes to my master.cf, is adding an empty line. And, I suspect it uninstalled my psa-courier, because it was gone at some point, and mchk was the only thing I did after knowing courier was still there.

How can the postfix config refer to that postfix-queue when it's not there? Is this even a valid master.cf file for Plesk 12?

View 13 Replies View Related

Plesk 12.x / Linux :: After Upgrade To 12.0.18 - PHP Session Files Are No Longer Being Deleted

Sep 21, 2014

I recently updated from 11.5 to 12. After the update, my PHP session files are no longer being deleted.

I followed the steps in article 119500 [URL] ..... I was able to run the steps manually but cron does not seem to able to run them automatically.

The PHP sessions folder permissions seem correct:
drwx-wx-wt 2 root root 548864 Sep 21 12:12 session

The "/etc/php.ini" file seems reasonable and the session file path seems correct:
session.save_path = "/var/lib/php/session"

But the session files never get deleted automatically. The session folder fills up quickly and I have been deleting session files manually while trying to resolve the problem. How can I verify that the default Plesk cron jobs are set up and running properly?

View 1 Replies View Related

Plesk 12.x / Linux :: Session Expires When Client Uses Mysql Functions?

Aug 17, 2014

I'm using Parallels Plesk 12.0 and a mysql-Server.

I'm logged in with a customer's account into his phpmyadmin. Whenever a client connects to his website (which uses the database of his account) I get logged out and receive a "session expired" error. When I log in again I get "there's already a user with your username logged in".

View 4 Replies View Related

Warning: Unknown(): Write Failed: No Space Left On Device (28)

Jun 26, 2008

Warning: Unknown(): write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
I am getting this error on my site. I have googled this error and it is telling me it relates to a /temp/ folder of some form. I am currently on a hosting plan (not a dedicated server). Is there ANY way I can access to fix this problem either from my control panel or by code?

View 4 Replies View Related

Plesk 11.x / Linux :: Horde 5.1.5 - Larger Attachments Result In Your Session Has Expired

Jan 6, 2014

OS: CentOS 5.9 (Final)
Panel version: 11.5.30 Update #28, last updated at Dec 26, 2013 04:20 AM
php: php53u 5.3.27-1.ius.el5
php.ini
upload_max_filesize = 20M
memory_limit = 128M
post_max_size = 20M

Browsers: Chrome Version 31.0.1650.63 m and IE 8

smaller files upload fine, though when reaching the 10MB and above level, after the attachment loads the new message window defaults to the Your Session Has Expired. Please Login Again.

Are there any settings that I am missing, or is this a current bug in this version of Horde?

View 9 Replies View Related

Exim Sda7: Write Failed, User Block Limit Reached

May 23, 2009

i have run exim -qff from SSH then i got below error let me know what to do

Code:
root@web [~]# exim -qff
sda7: write failed, user block limit reached.
sda7: write failed, user block limit reached.
sda7: write failed, user block limit reached.

View 4 Replies View Related

How To Write Cookie Data To Web Log File

Jun 21, 2007

I use a persistent and session cookie in order to help track return visitors, latent conversions and keyword tracking. My problem is that my hosting company, BlueHost, does not allow me to write the cookie data to my raw access log which would enable me to analyze this information.

Does anyone have any experience with using a script in order to get around this issue and write the cookie data to my log file....or as an alternative can people recommend a good hosting company which enables this functionality?

BlueHost has generally worked fine, so a work-around would be preferred, but if needed I may switch.

View 1 Replies View Related

Phpmyadmin :: SQLite: Failed To Open/create Session Database

May 12, 2008

Warning: session_start() [function.session-start]: SQLite: failed to open/create session database `/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb' - malformed database schema - unable to open a temporary database file for storing temporary tables in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/session.inc.php on line 86

Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: sqlite (path: /var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/session.inc.php on line 86

I get that error in cPanel when I click to go to phpmyadmin.

View 10 Replies View Related

Plesk 12.x / Linux :: Initial Message Of SSH

Dec 29, 2014

If you want to change the sign in message of SSH

you can edit "/etc/motd" ( message of the day ) 

View 2 Replies View Related

Problem Running FreeNX. Session Startup Failed. CentOS 5, Dont Think GNOME Works

Aug 13, 2007

using a guide found at: [url]

I installed freenx and the client on the server, then downloaded the client on my windows pc.

The Server is running CentOs 5.0, cpanel 11, and I also had GNOME installed.

The problem is, I don't think GNOME is setup, or running.

When Connecting I get this:

Quote:

"NX> 203 NXSSH running with pid: 5812
NX> 285 Enabling check on switch command
NX> 285 Enabling skip of SSH config files
NX> 285 Setting the preferred NX options
NX> 200 Connected to address: 72.223.50.10 on port: 22
NX> 202 Authenticating user: nx
NX> 208 Using auth method: publickey
HELLO NXSERVER - Version 1.5.0-60 OS (GPL)
NX> 105 hello NXCLIENT - Version 1.5.0
NX> 134 Accepted protocol: 1.5.0
NX> 105 SET SHELL_MODE SHELL
NX> 105 SET AUTH_MODE PASSWORD
NX> 105 login
NX> 101 User: crewxp
NX> 102 Password:
NX> 103 Welcome to: 10.40.213.72.static.reverse.ltdomains.com user: crewxp
NX> 105 listsession --user="crewxp" --status="suspended,running" --geometry="3840x2400x32+render+fullscreen" --type="unix-gnome"
NX> 127 Sessions list of user 'crewxp' for reconnect:

Display Type Session ID Options Depth Screen Status Session Name
------- ---------------- -------------------------------- -------- ----- -------------- ----------- ------------------------------

NX> 148 Server capacity: not reached for user: crewxp
NX> 105 startsession --link="adsl" --backingstore="1" --cache="16M" --images="64M" --media="0" --session="CrewXp.com" --type="unix-gnome" --geometry="3840x2400" --fullscreen="1" --kbtype="pc102/en_US" --screeninfo="3840x2400x32+render+fullscreen"

NX> 1000 NXNODE - Version 1.5.0-60 OS (GPL)
NX> 700 Session id: 10.40.213.72.static.reverse.ltdomains.com-1000-ABB92BE2A15206F134F0AB649A63DF70
NX> 705 Session display: 1000
NX> 703 Session type: unix-gnome
NX> 701 Proxy cookie: 3d231db82ebaad182c25969704ceaf15
NX> 702 Proxy IP: 70.241.9.129
NX> 706 Agent cookie: 3d231db82ebaad182c25969704ceaf15
NX> 704 Session cache: unix-gnome
NX> 707 SSL tunneling: 0
NX> 1009 Session status: starting
NX> 710 Session status: running
NX> 1002 Commit
NX> 105 /usr/bin/nxserver: line 1190: 31685 Terminated sleep $AGENT_STARTUP_TIMEOUT
NX> 1006 Session status: running
NX> 596 Session startup failed.
NX> 1004 Error: NX Agent exited with exit status 1.
Can't open /var/lib/nxserver/db/running/sessionId{ABB92BE2A15206F134F0AB649A63DF70}: No such file or directory.
mv: cannot stat `/var/lib/nxserver/db/running/sessionId{ABB92BE2A15206F134F0AB649A63DF70}': No such file or directory
NX> 1006 Session status: closed
NX> 1001 Bye.
Killed by signal 15
"

I'm not sure why this is happening, but i think its because gnome isn't configured or something. I just had the server installed, and asked for gnome to be installed.

I've searched for an answer for a week, but no one's came up with anything. I can't start my new server to run my business on without this.

View 0 Replies View Related

Plesk 12.x / Linux :: Database Cloning Message Keeps On Showing

Dec 30, 2014

When copy a database, plesk would copy it but hung at creating the db user, therefore, the database cloning message keeps on showing

Cloning the database xxxxxx to the database xxxxx. You will be notified of the progress by email (xxxxxxx).

*I checked if the database was copied, it showed it did but the user was not created for that newly copied one.

View 2 Replies View Related

Plesk 11.x / Linux :: Creating Mail Through SSH Error Message

Jul 4, 2014

When I try to create an email address with this command

./mail --create test@domain.com -passwd dommage -mailbox false -manage-spamfilter true -redirect true -rediraddr stevefigueras@yahoo.fr

i get this message error and i don't understand why

-bash: ./mail: No such file or directory

View 4 Replies View Related

Plesk 12.x / Linux :: Bounce Message Templates - Postfix

Aug 27, 2014

Is it possible to get Plesk working with different bounce message templates? I'd like to make messages in my Polish language to make people know what the bounce problem is. How can I make plesk not to overwrite the main.cf and bounce directive ?

View 2 Replies View Related

Plesk 12.x / Linux :: Greylisting Log Message - Service Unavailable

Jun 25, 2015

I have a question regarding greylisting.

I activated greylisting on my mailserver and took a look in the logfiles.

The mail are temporary rejected with the following log message / statuscode:

451 4.7.1 Service unavailable - try again later;

Mails from my server to other servers are greylisted with messages like:
451 4.7.1 message delayed, see http://www.greylisting.org ;
452 Greylisted. Please try again after some time.
451 4.7.1 <E-MAIL-ADRESSE>: Sender address rejected: Greylisting in action. Please try again later.

Is it possible to change this log message at my server?

View 2 Replies View Related

Plesk 11.x / Windows :: FTP Backup Failing With Failed Sending Data To The Peer?

Feb 24, 2014

Two servers running Windows Server 2008 R2 and Plesk 11.5.30 MU #33 are running into the same problem with my daily FTP backup.

Problem is, the backup is fine as such, but the upload fails with the following error message:

Cannot export dump file 'backup_info_1402241551.xml' to 'ftp://xxx@xxx.net//' [Transport error: unable to send directory to repository: Transport error: unable to put local file C:Program Files (x86)ParallelsPleskPrivateTemp/repo_transport_tmp_01cf317215755ec0ackup_1402241551.zip4 to backup_1402241551.zip4: Curl error: Failed sending data to the peer]Click to expand...

View 5 Replies View Related

Plesk 11.x / Linux :: Change Bounce Message In Mail (Postfix)

Aug 23, 2012

How can i change the content of the bounce email?

I'm using Postfix 2.7.1 on Debian 6 with Plesk 11.0.9.

Currently the text of a bounce mail shows:

This is the mail system at host example.org.

Your message could not be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster. If you do so, please include this problem report. You can delete your own text from the attached returned message.

The mail system

<_plesk_bounce_example.org@localhost.localdomain> (expanded from
<ttt@example.org>): This address no longer accepts mail.

And I'd like to get rid of address <_plesk_bounce_example.org@localhost.localdomain>.

I added the bouce file template to Postfix's config by:

postconf -e 'bounce_file_template = /etc/postfix/bounce.cf'
Restarted postfix.

Config related to bounces:

Code:
~ # postconf | grep bounce
2bounce_notice_recipient = postmaster
address_verify_sender = $double_bounce_sender
backwards_bounce_logfile_compatibility = yes
bounce_notice_recipient = postmaster

[Code] ....

Well, where can i change the template for bounces, now?

View 4 Replies View Related

Plesk 12.x / Linux :: Error Sending Message - Service Unavailable

Aug 5, 2014

Since the last update I am having constant troubles with email accounts when sending or replying to email messages.

This is the message I am getting:-

"error sending your message: Service unavailable - try again later"​

This is our system and the software is the Parellels with Business Manager and stuff.

OS CentOS 6.5 (Final)
Plesk version 12.0.18 Update #10, last updated at Aug 4, 2014 05:00 AM

The system is up-to-date; last checked at Aug 3, 2014 04:44 AM​

This is what the error looks like in the log file located at /usr/local/psa/var/log/maillog

Aug 6 11:54:08 host spamd[28992]: spamd: connection from localhost [127.0.0.1] at port 37548
Aug 6 11:54:08 host spamd[14212]: prefork: child states: II
Aug 6 11:54:08 host courier-imapd: Connection, ip=[::ffff:127.0.0.1]
Aug 6 11:54:08 host courier-imapd: LOGOUT, ip=[::ffff:127.0.0.1], rcvd=12, sent=365

[Code] ....

View 1 Replies View Related

Plesk 12.x / Linux :: Error Message On Email Send Since Update 12.0.46

May 18, 2015

we regularly get this message in boxmail of adress used to send email from server.This is the mail system at host DOMAIN.fr. You can delete your own text from the attached returned message.The mail system

<1@SERVERNAME.HOSTER.com> (expanded from <1>): User unknown in virtual
alias table

If i look in maillog i see that :

May 18 16:48:52 SERVERNAME postfix/error[22737]: F22521B4E45: to=<1@SERVERNAME.HOSTER.com>, orig_to=<1>, relay=none, delay=0.07, delays=0.04/0.01/0/0.02, dsn=5.0.0, status=bounced (User unknown in virtual alias table)

Just after that we can see email go normally :

May 18 16:48:59 SERVERNAME postfix/smtp[22736]: F22521B4E45: to=<EMAIL@DOMAIN.com>, relay=mx3.mail.icloud.com[17.158.8.50]:25, delay=7.3, delays=0.04/0.03/2.4/4.8, dsn=2.5.0, status=sent (250 2.5.0 Ok.)

The problem is in error message (at top) the message attached is the one sent to EMAIL@DOMAIN.com. So we can think the message is not sent to EMAIL@DOMAIN.com. SERVERNAME, HOSTER and EMAIL@DOMAIN are here to mask real data.

OS: Debian 7.7
Plesk version: 12.0.18 Update #46

View 15 Replies View Related

Plesk 12.x / Linux :: Zen Cart Install Fails With Cryptic Message

Sep 15, 2014

I attempted to install Zen Cart in a (correctly formed) subdomain and I received this message when the process crashed before beginning: "Non-zero exit status returned by script."

View 1 Replies View Related

Plesk 12.x / Linux :: Bounce Message - Limit For Outgoing Mail Exceeded

Oct 1, 2014

I just configured the limit for outgoing mail. It works well, but I have still some questions.

Normally the server sends bounce messages in HTML and in german. They look nice and what is much more important, the users who do not speak english are informed what is going on.

The message that is send, when the limit for outgoing mail is exceeded uses a different template. It is delivered in plain text and after explaining in german that the mail could not be send, it states the reason in english.

Is there any way to edit this bounce message, so that a translation could be added?

I had some users complaining that the server is not working, because they tried again and again to send a mail and kept the counter over the limit. For they did not understand what was causing it.

View 4 Replies View Related

Process Failed (1) When Writing Error Message To

Aug 24, 2007

send mail from my server doesn't work!

exim log give:

Code:
2007-08-24 16:52:18 1IOZa6-0007Ct-8y ** xserverx@hotmail.com R=lookuphost T=remote_smtp: SMTP error from remote mail server after MAIL FROM:<root@server.XXXX..info> SIZE=1419: host mx3.hotmail.com [65.54.244.200]: 501 Invalid Address
2007-08-24 16:52:18 1IOZaE-0007DC-Do Error while reading message with no usable sender address (R=1IOZa6-0007Ct-8y): at least one malformed recipient address: root@server.XXXX..info - domain missing or malformed
2007-08-24 16:52:18 1IOZa6-0007Ct-8y Process failed (1) when writing error message to root@server.XXXX..info (frozen)

View 3 Replies View Related

Plesk 12.x / Linux :: Outgoing Mail Control Limit Email Message Incorrect

Jun 17, 2014

The Outgoing Mail Control feature is working fine. One missing option with this feature is to view the contents of blocked messages. Unfortunately, sometimes a site gets hacked and is sending spam. which are over the message sending limit, to try to find out where the message came from.

The current problem is that the email message contents of the limitation warning with subject "Attempts to exceed outgoing limits for domains, mail boxes and subscriptions." is not correct. Somehow it only contains the text: date.timezone = "Europe/Amsterdam" (which is a PHP setting) instead of a descriptive message. I hoped it would contain the blocked message contents or some useful text. Can I change the contents of this message to the what is should be? And what should it be?

It looks like a problem I had ones before where the custom PHP settings at the hosting packages level and at the domains level where replaced with some other kind of settings string. But solved by just changing the custom PHP settings

View 4 Replies View Related

(error) IP Address Changed Amidst Session. Possible Session Hijacking

Oct 7, 2007

I have just got a resellers VPS and my host installed HyperVM 2.0 and when I logged in it works but then I get logout and then get this error:

IP Address Changed Amidst Session. Possible Session Hijacking.

then it takes my host admin time to fix it and now they will not do any think so i can not now use it (login). Not Good is there something I can do?

all I can think is that it is my ISP IP (Dynamic IP Address) which keeps changing.

View 13 Replies View Related







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