New User Errors and confusions
Posted: Wed Jun 22, 2011 10:26 pm
Just keeping track of errors FYI from a new user's view.
When running installer.php
Proceeding find until step 3, downloading tarball
Receive a file which is called yadda.tar.gz
have problems opening it.
File has text at the beginning.
I modified installer to force gz compression and tried again.
Now works with gunzip and tar.
It creates minimal directory which asks for the template_c to be exposed. Which I already did in the initial install directory.
I guess installer.php wasn't what I was supposed to run.
When running installer.php
- Code: Select all
Strict Standards: Non-static method Dataface_Installer::mainMenu() should not be called statically in /home/stockchase/public_html/xataface/installer.php on line 546
Xataface
Proceeding find until step 3, downloading tarball
Receive a file which is called yadda.tar.gz
have problems opening it.
File has text at the beginning.
- Code: Select all
<br />
<b>Notice</b>: Undefined variable: compression in <b>/home/stockchase/public_html/xataface/installer.php</b> on line <b>389</b><br />
'Z.0Í2tÔÎÛýSf
I modified installer to force gz compression and tried again.
Now works with gunzip and tar.
It creates minimal directory which asks for the template_c to be exposed. Which I already did in the initial install directory.
I guess installer.php wasn't what I was supposed to run.