-
If a mysql is already running during installation of TYPO3Winstaller 4.2.3, and that mysql can not be shut down, then the TYPO3Winstaller installation continues nonetheless, which results in a defunct installation. The setup I had was this:
1) As administrator, I had a TYPO3Winstaller running.
2) I switched to a non-administrator user.
3) I started the installation of TYPO3Winstaller as the...
2008-12-01 10:40:30 UTC in TYPO3Winstaller
-
phpMyAdmin version 3 is out. Maybe an upgrade to that should be done..?.
2008-11-20 18:27:39 UTC in TYPO3Winstaller
-
I think I should be more precise. My problem is this:
1) I have an extension that I have imported from a file on disk via the 'Extension Managers' -> 'Import Extension' -> 'Upload Extension Directly'.
2) This extension requires another extension that have been uploaded like above.
3) The second extension requires an extension on TER, but this is where I get an error if extensions.xml.gz is not...
2008-11-20 18:20:35 UTC in TYPO3Winstaller
-
I deleted an instance named 'GQuiz-2' and got the following in the typo3start.log file:
09:31:40 [Command] - C:\TYPO3_4.2.3\MySQL\bin\mysql.exe "--defaults-file=C:\TYPO3_4.2.3\MySQL\my.ini" --port=8501 -u root --password="" -e "drop database GQuiz-2"
09:31:40 [Error] - ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL...
2008-11-14 08:41:19 UTC in TYPO3Winstaller
-
When trying to delete an instance that was not successfully created I got this output in the typo3start.log file:
09:31:35 [Command] - C:\TYPO3_4.2.3\MySQL\bin\mysql.exe "--defaults-file=C:\TYPO3_4.2.3\MySQL\my.ini" --port=8501 -u root --password="" -e "drop database GQuiz"
09:31:35 [Error] - ERROR 1008 (HY000) at line 1: Can't drop database 'gquiz'; database doesn't exist
The error...
2008-11-14 08:38:38 UTC in TYPO3Winstaller
-
The instance is shown in the 'localsites' menu, but when trying to start the instance I get, the browser tells me it can not connect to the web-server.
2008-11-14 08:31:25 UTC in TYPO3Winstaller
-
I have installed TYPO3Winstaller in C:\TYPO3_4.2.3\ (to work around bug #2282138).
When trying to create a new instance, TYPO3Winstaller just 'hangs'. The typo3start.log says:
09:16:48 [Error] - Error while creating new TYPO3 Instance 'GQuiz'
The attached screenshot shows when the creation hangs: At the very end of the instance-creation process. If I click the 'Ok' button, then the...
2008-11-14 08:28:07 UTC in TYPO3Winstaller
-
GraphicsMagick 1.3 has reached stable. Upgrading TYPO3Winstaller to use that might be considered.
Homepage: http://www.graphicsmagick.org/index.html
Download dll's: https://sourceforge.net/project/showfiles.php?group_id=73485&package_id=82135.
2008-11-14 08:09:15 UTC in TYPO3Winstaller
-
When installing TYPO3Winstaller 4.2.3 installation fails for all three databases. All three databases are empty.
The errors for each database looks like this:
08:26:50 [Command] - C:\Program Files\TYPO3_4.2.3\temp\load-Dummy.bat
08:26:50 [Error] - C:\Program Files\TYPO3_4.2.3>C:\Program Files\TYPO3_4.2.3\MySQL\bin\mysql.exe "--defaults-file=C:\Program Files\TYPO3_4.2.3\MySQL\my.ini"...
2008-11-14 07:37:33 UTC in TYPO3Winstaller
-
This is a plea to haveTYPO3Winstaller come with a localconf.php setting of:
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
And likewise, update MySQL's file my.ini to use utf8:
default-character-set=utf8
For an in-depth talk on utf-8 confer to http://wiki.typo3.org/index.php/UFT-8_support.
2008-11-11 12:00:20 UTC in TYPO3Winstaller