Project

General

Profile

Actions

Bug #14348

closed

Many Errors after upgrading to PHP 5.02 and mySQL 3.23.57

Added by old_rahenkamp over 19 years ago. Updated over 19 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2004-10-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.7.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I have had a production server running Typo3 3.6.x and PHP 4.x and mySQL for a while with no problems I wanted to upgrade our Typo3 to 3.7. After doing the upgrade I am getting the errors below have looked into this some more and the place where I am getting errors listed below are in the following sub-menus of the install tool

Basic Config
Database Analyser
Image Processing
Typo3temp
Clean up database

The errors are however NOT happening with the sub-menus

About
All configuration
PHPinfo()
Edit files

I have checked the permissions MANY times on the typo3 file structure and they look to be correct. I am running this on a Win 2003 Server with IIs. I also have done a complete reinstall of 3.6.x and I am getting the same errors.

Thanks for any help in the correct direction.

Dan Rahenkamp ( who is currently loosing what little hair he has left )

Daniel Rahenkamp on Tuesday, October 5, 2004 at 5:33 PM -0500 wrote:

I have been setting up a production server on a Win2K server and in the
Install tool I am getting the errors below. I am puzzled as in the
install tool all directories that are showing as writable. I am not sure
what is going on here but I have checked all of the directories in the
directories and they seem to be correctly configured. Any advice/answers?
TIA

Daniel Rahenkamp

Directories:

typo3temp/ writable
typo3conf/ writable
typo3conf/ext/ writable
typo3/ext/ writable
uploads/ writable
uploads/pics/ writable
uploads/media/ writable
uploads/tf/ writable
fileadmin/ writable
fileadmin/_temp_/ writable

Warning:
unlink(c:/inetpub/wwwroot/web/typo3temp/64fec086bcef6ad88924905ea3e5ef01)
[[ http://burnett.sdhc.k12.fl.us/web/typo3/install/function.unlink
]function.unlink]: Permission denied in
c:\Inetpub\wwwroot\web\typo3\sysext\install\mod\class.tx_install.php on
line 1712

Warning:
unlink(c:/inetpub/wwwroot/web/typo3conf/64fec086bcef6ad88924905ea3e5ef01)
[[ http://burnett.sdhc.k12.fl.us/web/typo3/install/function.unlink
]function.unlink]: Permission denied in
c:\Inetpub\wwwroot\web\typo3\sysext\install\mod\class.tx_install.php on
line 1712

Warning:
unlink(c:/inetpub/wwwroot/web/typo3conf/ext/64fec086bcef6ad88924905ea3e5ef01)
[[ http://burnett.sdhc.k12.fl.us/web/typo3/install/function.unlink
]function.unlink]: Permission denied in
c:\Inetpub\wwwroot\web\typo3\sysext\install\mod\class.tx_install.php on
line 1712

Warning:
unlink(c:/inetpub/wwwroot/web/typo3/ext/64fec086bcef6ad88924905ea3e5ef01)
[[ http://burnett.sdhc.k12.fl.us/web/typo3/install/function.unlink
]function.unlink]: Permission denied in
c:\Inetpub\wwwroot\web\typo3\sysext\install\mod\class.tx_install.php on
line 1712

Warning:
unlink(c:/inetpub/wwwroot/web/uploads/64fec086bcef6ad88924905ea3e5ef01)
[[ http://burnett.sdhc.k12.fl.us/web/typo3/install/function.unlink
]function.unlink]: Permission denied in
c:\Inetpub\wwwroot\web\typo3\sysext\install\mod\class.tx_install.php on
line 1712

Warning:
unlink(c:/inetpub/wwwroot/web/uploads/pics/64fec086bcef6ad88924905ea3e5ef01)
[[ http://burnett.sdhc.k12.fl.us/web/typo3/install/function.unlink
]function.unlink]: Permission denied in
c:\Inetpub\wwwroot\web\typo3\sysext\install\mod\class.tx_install.php on
line 1712

Warning:
unlink(c:/inetpub/wwwroot/web/uploads/media/64fec086bcef6ad88924905ea3e5ef01)
[[ http://burnett.sdhc.k12.fl.us/web/typo3/install/function.unlink
]function.unlink]: Permission denied in
c:\Inetpub\wwwroot\web\typo3\sysext\install\mod\class.tx_install.php on
line 1712

Warning:
unlink(c:/inetpub/wwwroot/web/uploads/tf/64fec086bcef6ad88924905ea3e5ef01)
[[ http://burnett.sdhc.k12.fl.us/web/typo3/install/function.unlink
]function.unlink]: Permission denied in
c:\Inetpub\wwwroot\web\typo3\sysext\install\mod\class.tx_install.php on
line 1712

Warning:
unlink(c:/inetpub/wwwroot/web/fileadmin/64fec086bcef6ad88924905ea3e5ef01)
[[ http://burnett.sdhc.k12.fl.us/web/typo3/install/function.unlink
]function.unlink]: Permission denied in
c:\Inetpub\wwwroot\web\typo3\sysext\install\mod\class.tx_install.php on
line 1712

Warning:
unlink(c:/inetpub/wwwroot/web/fileadmin/_temp_/64fec086bcef6ad88924905ea3e5ef01)
[[ http://burnett.sdhc.k12.fl.us/web/typo3/install/function.unlink
]function.unlink]: Permission denied in
c:\Inetpub\wwwroot\web\typo3\sysext\install\mod\class.tx_install.php on
line 1712

also with 3.6.2
(issue imported from #M407)

Actions #1

Updated by Michael Stucki over 19 years ago

Looks like a permission problem. Please discuss this on the Windows list, first.

For the moment, I close the bug.

Actions #2

Updated by old_rahenkamp over 19 years ago

Did this with no results I also have check permissions many times. This was the first thing to come to my mind. I currently have the following directories with the following permissions:

FileAdmin Read Write Execute
Uploads Read Write Execute
Typo3Temp Read Write Execute
Typo3Conf Read Write Execute
Typo3 --> Ext Read Write Execute

This is running on a Win 2003 server running IIS

I also have checked all enclosed files/folders for permissions and they are the same has the parent directory. This is why I reported it as a bug. This system was also running Typo3 very well before upgrading to PHP 5.x and mySQL 4.23

Thanks in advance.

Dan Rahenkamp

edited on: 08.10.04 18:53

Actions #3

Updated by Michael Stucki over 19 years ago

Hi Daniel,
do you still have this problem? Anybody else having it?

- michael

Actions #4

Updated by old_rahenkamp over 19 years ago

I just tried again with a new install of 3.7. Work perfect on my laptop (which is a mac) but after dumping the database and uploading the filestructure. I get some of the same behavior. I rechecked the permissions and they look to be correct.

One of the behaviors is if I try to install an extention it "acts" like it is installing it but the icon does not change from a plus to a minus. And this looks to be the main problem at this point.

I can however upload a file to the Fileadmin area. In the install tool I no longer get these warnings:

Warning:
unlink(c:/inetpub/wwwroot/web/typo3temp/64fec086bcef6ad88924905ea3e5ef01)
[[ http://burnett.sdhc.k12.fl.us/web/typo3/install/function.unlink
]function.unlink]: Permission denied in
c:\Inetpub\wwwroot\web\typo3\sysext\install\mod\class.tx_install.php on
line 1712

(snip see above)

Warning:
unlink(c:/inetpub/wwwroot/web/fileadmin/_temp_/64fec086bcef6ad88924905ea3e5ef01)
[[ http://burnett.sdhc.k12.fl.us/web/typo3/install/function.unlink
]function.unlink]: Permission denied in
c:\Inetpub\wwwroot\web\typo3\sysext\install\mod\class.tx_install.php on
line 1712

Dan

Actions #5

Updated by Michael Stucki over 19 years ago

Sorry, but I really have no idea where to start searching.
Maybe someone with Windows can dig into it?

Actions #6

Updated by Ingmar Schlecht over 19 years ago

I'm closing this bug again, because I don't really have a clud how to fix it, nor am I sure this really is a bug.

Please realls discuss this in the TYPO3 Windows install mailinglist and come back if you are sure this is a bug.

You can reach the windows install mailinglist here: http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-windows

Actions #7

Updated by old_rahenkamp over 19 years ago

Found the resolution to this issue. When installing on IIs and changing permissions on required folders the install program will pass all test and validated the folders as ok if only write permissions are set. I needed to also set modify files and folders in Windows permissions. After that was done extensions could be downloaded and removed.

edited on: 26.11.04 22:53

Actions

Also available in: Atom PDF