Well is PHP or mysql error -- or VPS error...? getting error text rather json

I want migrate to new cPanel VPS server from old Plesk server but I have DB connection problems.

I tried connect with PHP GET getting below: // after used ajax as normal old site but I get text error rather JSON the desired(in error exist the db json data as text)… see image to the end … well is PHP or mysql error – or VPS error….?

URL GET IN BROWSER ERROR

Warning: session_start(): open(/tmp/sess_2ad279db77777777bb35c8888, O_RDWR) failed: Permission denied (13) in /home/yyyyyyy/public_html/php/entries.php on line 2

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/yyyyyyy/public_html/php/entries.php:2) in /home/yyyyyyy/public_html/php/entries.php on line 2

Warning: Unknown: open(/tmp/sess_2ad279dbydfgggghyafa05, O_RDWR) failed: Permission denied (13) 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

AJAX ERROR

The web server doesn’t have permission to write to the temporary directory.

this for all sites hosted on Server? OR ONLY FOR THIS SITE??? Please note DB shared(used from both sites) between two sites (same cpanel reseller/IP) - first site work OK, second no work this site…well?

prior was 5.3 PHP Plesk now 5.5 PHP cPanel…

I don’t know anything about the specific infrastructure to say. However, that error message clearly states the problem.

What I would recommend is creating a single file with session_start(). Than contact your host about the issue.

may be a setting in cpanel fix this?

also this error may be domain specific? so contact godaddy or post o cPanel forums…

indeed i create that file you say and problem is Only in one domain …

Sounds like a misconfiguration on the vendors end.

Make sure your theme is not corrupted.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.