Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Topic locked

CuteNews Error

Sun Mar 20, 2005 5:13 pm

I've been trying to Install CuteNews and I've been getting this error.
Cute News v1.3.6 Installer


Sorry but installer can not write to file ./data/users.db.php,
please check if file exist and if it is properly CHMOD`edPHP Warning: fopen(./data/users.db.php) [function.fopen]: failed to create stream: Permission denied in C:\Program Files\Ensim\Sitedata\faerie\Inetpub\wwwroot\cutenews\inc\install.mdu on line 219

How can I fix that?

Sun Mar 20, 2005 5:24 pm

Did you CHMOD all of your files it says to 777?

Sun Mar 20, 2005 5:48 pm

bluestriker wrote:Did you CHMOD all of your files it says to 777?

Do I have to go into all the folders and CHMOD the stuff in them too?
Or just CHMOD the folder itself?

Sun Mar 20, 2005 5:51 pm

---
Last edited by Kalathalan on Fri Sep 16, 2022 1:22 am, edited 1 time in total.

Sun Mar 20, 2005 6:09 pm

Kalathalan wrote:I believe you CHMOD the stuff inside too.

Still doesn't work.

Sorry but installer can not write to file ./data/users.db.php,
please check if file exist and if it is properly CHMOD`edPHP Warning: fopen(./data/users.db.php) [function.fopen]: failed to create stream: Permission denied in C:\Program Files\Ensim\Sitedata\faerie\Inetpub\wwwroot\cutenews\inc\install.mdu on line 219

Sun Mar 20, 2005 11:46 pm

And here was I thinking you can't CHMOD stuff on Windows Servers... :roll:

Tue Mar 22, 2005 12:05 am

Hunter Lupe wrote:And here was I thinking you can't CHMOD stuff on Windows Servers... :roll:
You can't. (you mightve been being sarcastic, but i didn't see so if you did.)

Tue Mar 22, 2005 1:13 am

Do you use CPanel? If so, then just click on each file (Yes, EACH file) and click change permissions. Then check all of the boxes. If it says in the readme or whatever to only CHMOD certain files, then only CHMOD certain files.

Tue Mar 22, 2005 3:48 pm

bluestriker wrote:Do you use CPanel? If so, then just click on each file (Yes, EACH file) and click change permissions. Then check all of the boxes. If it says in the readme or whatever to only CHMOD certain files, then only CHMOD certain files.

My site didn't come with CPanel.
I just use FTP all the time...

Tue Mar 22, 2005 8:41 pm

Did your site come with PHP support? You don't need MySQL either for CuteNews, as it doesn't use a database. If your site didn't come with PHP support, you're out of luck. However, there are some places where you can get free CuteNews that is hosted at their site. I'll edit this post and tell you the sites when I remember them. ;)

Tue Mar 22, 2005 8:58 pm

bluestriker wrote:Did your site come with PHP support? You don't need MySQL either for CuteNews, as it doesn't use a database. If your site didn't come with PHP support, you're out of luck. However, there are some places where you can get free CuteNews that is hosted at their site. I'll edit this post and tell you the sites when I remember them. ;)

I don't know.
A friend bought my site (FireFaerieDoll.com) for me.
Staghosting I use.....

Wed Mar 23, 2005 3:22 am

Yeah, your site came with CPanel, according to your host. You also have PHP, MySQL, all that stuff. Well your news appears to be working fine.

Try seeing if db.php even exists (/data/users.db.php). If it does, make sure you have edited it so it can actually connect to your database. Apparently CuteNews DOES use a database. :oops: Also, for your other error (C:\Program Files\Ensim\Sitedata\faerie\Inetpub\wwwroot\cutenews\inc\install.mdu), make sure that line 219 of the code is correct, and that it is CHMODDED. If you don't feel like counting to 219 to find the error, then go Start>Run>type command, then edit, and paste the code of that file in there and find line 219. (It will be easier to find cause the application I just showed you has a counter.

Oh, by the way, if you want to access your control panel, go to:
http://www.firefaeriedoll.com/cpanel ;)

PS: Since CuteNews uses a database, and you didn't access CPanel, make a database for it (It should have directions that came with CuteNews on how to make one) and maybe that will work.

Fri Mar 25, 2005 9:49 pm

bluestriker wrote:Yeah, your site came with CPanel, according to your host. You also have PHP, MySQL, all that stuff. Well your news appears to be working fine.

Try seeing if db.php even exists (/data/users.db.php). If it does, make sure you have edited it so it can actually connect to your database. Apparently CuteNews DOES use a database. :oops: Also, for your other error (C:\Program Files\Ensim\Sitedata\faerie\Inetpub\wwwroot\cutenews\inc\install.mdu), make sure that line 219 of the code is correct, and that it is CHMODDED. If you don't feel like counting to 219 to find the error, then go Start>Run>type command, then edit, and paste the code of that file in there and find line 219. (It will be easier to find cause the application I just showed you has a counter.

Oh, by the way, if you want to access your control panel, go to:
http://www.firefaeriedoll.com/cpanel ;)

PS: Since CuteNews uses a database, and you didn't access CPanel, make a database for it (It should have directions that came with CuteNews on how to make one) and maybe that will work.


The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

Please try the following:

* Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
* If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
* Click the Back button to try another link.

HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)

Technical Information (for support personnel)

* Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
* Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.


I don't have CPanel.
And that doesn't work fixing that other error.

Fri Mar 25, 2005 10:27 pm

Adam loves Hilary Duff wrote:
bluestriker wrote:Yeah, your site came with CPanel, according to your host. You also have PHP, MySQL, all that stuff. Well your news appears to be working fine.

Try seeing if db.php even exists (/data/users.db.php). If it does, make sure you have edited it so it can actually connect to your database. Apparently CuteNews DOES use a database. :oops: Also, for your other error (C:\Program Files\Ensim\Sitedata\faerie\Inetpub\wwwroot\cutenews\inc\install.mdu), make sure that line 219 of the code is correct, and that it is CHMODDED. If you don't feel like counting to 219 to find the error, then go Start>Run>type command, then edit, and paste the code of that file in there and find line 219. (It will be easier to find cause the application I just showed you has a counter.

Oh, by the way, if you want to access your control panel, go to:
http://www.firefaeriedoll.com/cpanel ;)

PS: Since CuteNews uses a database, and you didn't access CPanel, make a database for it (It should have directions that came with CuteNews on how to make one) and maybe that will work.


The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

Please try the following:

* Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
* If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
* Click the Back button to try another link.

HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)

Technical Information (for support personnel)

* Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
* Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.


I don't have CPanel.
And that doesn't work fixing that other error.


Are you sure you don't have one? It mioght not have shown up because you wern't logged in at the time.

Sat Mar 26, 2005 9:37 am

There is no CPanel on his server. The Windows (!) server runs Ensim (root of all evil) on IIS (err... who does that stuff?).
(This means you can forget about CHMOD'ing and accessing CPanel)

Try a different news script (check if there's one designed to work under windows?)?
Topic locked