Jump to content

error msg 3.03 fresh install


jerseyjoe

Recommended Posts

On a fresh install into a new web site, at step two I am getting this error:

QUOTE

Warning: fileperms(): Stat failed for ../pear/tmp (errno=2 - No such file or directory) in /home/******/public_html/store/install/index.php on line 422

End Quote

(****** = the user name which I have redacted)

The eroor msg also says I should CHMOD this to 777

Line 422 says:

$fileperms = substr(sprintf('%o', fileperms('../pear/tmp')), -4);

But I can't see how to CHMOD it or make any edit that might fix the problem.

Suggestions, please?

Link to comment
Share on other sites

Thank you that worked. It got me past that step,

But now I'm hung at the next one. I'm getting the error message:

"MySQL Error Occured

1045: Access denied for user: '******@localhost' (Using password: YES)"

(***** = the usernamne)

Any idea what's wrong there?

TIA

Link to comment
Share on other sites

Guest shawnlovebaobao

hi, your access denied because the username you assigned for your database is not having all previlieges to modify the installation

go your webhosting control panel and go to manage your SQL databse, and changed the privilege for the username you assgned to your database to fulll

then you can try the installation again

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...