<div dir="ltr"><div><div>Hi list,<br><br></div>I have been fairly succesful migrating my combined BE/FE to a new hardrive with a new operating system.<br><br></div>I am running fedora 17 on the new system (old one was fedora 16 and had to reinstall due to having too small of a boot partition).  One issue I am having is with mythweb.  I can&#39;t seem to view anything.  When I do, I get this error:<br>

<br><div id="message">

<h2>Error</h2>

<p>
data directory is not writable by apache. Please check permissions.</p>

<br></div><div id="message">However, it appears that everything is owned by apache (although I seem to remember on my older system, the user was www-data or wwwdata and most of mythweb was in /var/www/html).<br><br></div>

<div id="message">Here is what I believe to the relevant output.  Any help would be greatly appreciated:<br><br>[root@localhost share]# ls -l | grep mythweb<br>drwxr-xr-x.   12 apache apache  4096 Sep 25 21:10 mythweb<br>

[root@localhost share]# ls -l mythweb<br>total 96<br>-rw-r--r--.  1 apache apache     0 Oct 29  2012 ChangeLog<br>drwxr-xr-x.  5 apache apache  4096 Sep 25 21:10 classes<br>drwxr-xr-x.  2 apache apache  4096 Sep 25 21:10 configuration<br>

drwxr-xr-x.  4 apache apache  4096 Sep 25 21:10 data<br>drwxr-xr-x.  2 apache apache  4096 Oct 29  2012 image_cache<br>drwxr-xr-x.  2 apache apache  4096 Sep 25 21:10 includes<br>-rw-r--r--.  1 apache apache 14641 Aug 28  2012 INSTALL<br>

drwxr-xr-x.  6 apache apache  4096 Sep 25 21:10 js<br>-rw-r--r--.  1 apache apache   188 Aug 28  2012 LICENSE<br>drwxr-xr-x. 16 apache apache  4096 Sep 25 21:10 modules<br>-rw-r--r--.  1 apache apache  9730 Aug 28  2012 mythweb.conf.apache<br>

-rw-r--r--.  1 apache apache  2050 Aug 28  2012 mythweb.conf.lighttpd<br>-rw-r--r--.  1 apache apache  1343 Aug 28  2012 mythweb.php<br>-rwxr-xr-x.  1 apache apache  2968 Aug 28  2012 <a href="http://mythweb.pl">mythweb.pl</a><br>

drwxr-xr-x.  2 apache apache  4096 Oct 29  2012 php_sessions<br>-rw-r--r--.  1 apache apache  8680 Aug 28  2012 README<br>drwxr-xr-x.  9 apache apache  4096 Sep 25 21:10 skins<br>drwxr-xr-x.  2 apache apache  4096 Sep 25 21:10 tests<br>

[root@localhost share]# ls -l mythweb/data<br>total 8<br>drwxr-xr-x. 2 apache apache 4096 Aug 28  2012 cache<br>drwxr-xr-x. 2 apache apache 4096 Aug 28  2012 tv_icons<br><br></div></div>