1
MrAbbas
Can't Upgrade to 2.4.5
  • 2010/9/24 21:38

  • MrAbbas

  • Just popping in

  • Posts: 1

  • Since: 2010/9/24


Hello , my server runs 2.3.1 version of xoops .. and I want to upgrade to 2.4.5 .. after replacing the files to upgrade and running /upgrade , it keeps showing always this message

*Checking file and directory permissions...

The server must be given write access to the following files and folder
(i.e. chmod 777 directory_name on a UNIX/LINUX server)

* /home/riversom/xoops_data/caches is NOT writable.
* /home/riversom/xoops_data/caches/xoops_cache is NOT writable.
* /home/riversom/xoops_data/caches/smarty_cache is writable.
* /home/riversom/xoops_data/caches/smarty_compile is writable.
* /home/riversom/xoops_data/configs is NOT writable.

despite the fact that I changed permissions to those directories and made them writable ..

Any help will be apperciated

2
culex
Re: Can't Upgrade to 2.4.5
  • 2010/9/25 14:30

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


check to see in your mainfile.php if you have renamed these folders

if this is not the case then maybe the changes made by your ftp is not being saved correctly. You could make a small file called chmod.php, put the following text, upload to root and run from the browser. When done delete with ftp

<?php 
chmod
("/home/riversom/xoops_data/caches"0777);
chmod("/home/riversom/xoops_data/caches/xoops_cache"0777);
chmod("/home/riversom/xoops_data/caches/smarty_cache"0777);
chmod("/home/riversom/xoops_data/caches/smarty_compile"0777);
chmod("/home/riversom/xoops_data/configs"0777);

?>
Programming is like sex:
One mistake and you have to support it for the rest of your life.

Login

Who's Online

216 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 216


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits