Free Web Hosting Forum
(#1 (permalink))
Old
Junior Member
max30 is on a distinguished road
 
Posts: 2
Join Date: Feb 2009
Default Does typo3 work on this service? - 02-21-2009, 06:14 PM

Hello

I tried to install typo3 on my free account
but Iīve problems at the installation

I get this errorīs at after the fist step of install routine:
Warning: mysql_list_dbs() has been disabled for security reasons in .../public_html/typo/t3lib/class.t3lib_db.php on line 969
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in .../public_html/typo/t3lib/class.t3lib_db.php on line 970

what went wrong?
or isnīt typo3 working at this hoster??

thanks for answers

max
Reply With Quote
Sponsored Links
(#2 (permalink))
Old
James's Avatar
Senior Member
James is on a distinguished road
 
Posts: 889
Join Date: Feb 2009
Location: Death Mountain
Default 02-21-2009, 08:18 PM

Warning: mysql_list_dbs() has been disabled for security reasons in .../public_html/typo/t3lib/class.t3lib_db.php on line 969

This either means - 000webhost have disabled mysql_list_dbs() or download class.t3lib_db.php from typo/t3lib/ and open it up and go down to exactly 969 and if it offers you to disable or enable it then enable it - usually set to 0 for disabled and 1 for enabled.


Premium, trustworthy hosting without administrator reviews and verification measures - Official cPanel control panel and live support? Unlimited resources*?
$2.00 per month for quality hosting!
www.loophost.net
Reply With Quote
(#3 (permalink))
Old
Junior Member
max30 is on a distinguished road
 
Posts: 2
Join Date: Feb 2009
Default 02-22-2009, 12:34 PM

this can be found in the t3lib_db.php at line 969:

function admin_get_dbs() {
$dbArr = array();
$db_list = mysql_list_dbs($this->link); // line 969
while ($row = mysql_fetch_object($db_list)) {
if ($this->sql_select_db($row->Database)) {
$dbArr[] = $row->Database;
}
}
return $dbArr;
}


I think there isnīt the possibility to enable/disable it or?
Reply With Quote
(#4 (permalink))
Old
Junior Member
alexa_adrian2001 is on a distinguished road
 
Posts: 5
Join Date: Jul 2009
Default Hi - 07-02-2009, 12:22 PM

Hi max30, I tried too, to install typo3 on 000webhost, but it seams that it does not work.
About mysql_list_dbs() it would not be any problem because you can specify the name of database within localconf.php file But what i noticed that it does not work is the fact that when you want to press right click on something it should appear that dialog box. Well it doesn't. That is the issue. I believe that this answer came late but ... now i had your disire too. Maybe that if we pass on paid hosting than we shall be able to do so.
Bye.
Reply With Quote
(#5 (permalink))
Old
chanh's Avatar
Administrator
chanh is on a distinguished road
 
Posts: 1,888
Join Date: Dec 2008
Default 07-02-2009, 12:31 PM

try to turn off the analytic code which might cause your javascript to not to work.
Reply With Quote
(#6 (permalink))
Old
Junior Member
alexa_adrian2001 is on a distinguished road
 
Posts: 5
Join Date: Jul 2009
Default 07-02-2009, 01:14 PM

can you please tell me what exaclty are you reffering about? Turing off analytic code? The sorce of typo3 package is the same that i use on another server and there is working fine. Is there something in cpanel?
Reply With Quote
(#7 (permalink))
Old
chanh's Avatar
Administrator
chanh is on a distinguished road
 
Posts: 1,888
Join Date: Dec 2008
Default 07-02-2009, 02:41 PM

if you view your site source you will see an analytic code append on the bottom and that usually cause the javascript not to run correctly. Please search forum for "analytic code" or read the FAQ guide in my signature.

Thanks
Reply With Quote
(#8 (permalink))
Old
Senior Member
FnCool is on a distinguished road
 
Posts: 904
Join Date: Feb 2009
Location: Barrie On CA
Default 07-02-2009, 02:57 PM

Disabling analytics code
it's actually in the announcements forum, 2nd page, for some odd reason.
Reply With Quote
(#9 (permalink))
Old
Senior Member
FnCool is on a distinguished road
 
Posts: 904
Join Date: Feb 2009
Location: Barrie On CA
Default 07-02-2009, 03:08 PM

btw, i "stole" this from a google search

Quote:
Try to change the function like this:

function getDatabaseList() {
$dbArr=array();
$dbArr[]="typo3site";
return $dbArr;
}

(Replace "typo3site" with the name of the (existing!) database you would
like to use.)
Reply With Quote
(#10 (permalink))
Old
Junior Member
diegovaliente is on a distinguished road
 
Posts: 1
Join Date: Oct 2010
Default 10-04-2010, 02:42 PM

hi i wanted to install it too but does't work... cause has more than 6000 files and the free account just let you use 6000 files... there is another option of typo3 more light? with less files... or something like this...
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.2
vBulletin Skin developed by: vBStyles.com