phoenixcg Posted October 14, 2006 Posted October 14, 2006 hi i installed beta2, but i have a problem, it won't show the index.php the linss are like this: http://url.com/beta/showforum=2 how can i resolve it?
SnakEyez Posted October 14, 2006 Posted October 14, 2006 It sounds like it was not properly configured during the installation.Did you try to upgrade from the 2.1 releases or was this a clean install of 2.2 b2?
phoenixcg Posted October 14, 2006 Posted October 14, 2006 config file:<?php$INFO['sql_driver'] = 'mysql';$INFO['sql_host'] = 'localhost';$INFO['sql_database'] = '_beta';$INFO['sql_user'] = 'db';$INFO['sql_pass'] = 'pass';$INFO['sql_tbl_prefix'] = 'ibf_';$INFO['sql_debug'] = '1';$INFO['board_start'] = '1160841280';$INFO['installed'] = '1';$INFO['php_ext'] = 'php';$INFO['safe_mode'] = '0';$INFO['board_url'] = 'http://www.url.com/beta';$INFO['admin_group'] = '4';$INFO['guest_group'] = '2';$INFO['member_group'] = '3';$INFO['auth_group'] = '1';$INFO['mysql_tbl_type'] = 'MyISAM';?>
Grant Posted October 14, 2006 Posted October 14, 2006 Just try reinstalling it.Erase all the files and reinstall with Clean source and DB.
phoenixcg Posted October 14, 2006 Posted October 14, 2006 reinstalled it, same thing, now errarsing all files and going to try to do it from scratch again, i've no idea why it would do this.
William R Posted October 14, 2006 Posted October 14, 2006 No support is to be given on this forum about IPB. If you have any questions you should go to IPS Beyond.
phoenixcg Posted October 14, 2006 Posted October 14, 2006 well it seems to be a glitch :) because i reinstalled again
SnakEyez Posted October 14, 2006 Posted October 14, 2006 Can you post a link to your test forum if possible?
phoenixcg Posted October 14, 2006 Posted October 14, 2006 Invision Power Board Encoder CheckPHP Version: 5.0.4PHP Operating System: LinuxZend Encoding Available? NoWhich Trial Version Can I Use?Zend is not available. You can use the IonCube encoded version.You will need to use the following loaders:PHP Version: Sorry, your PHP version isn't supported. Please see www.ioncube.com for more information.Running on: Linuxcould that be a problem?
.Wolf Posted October 14, 2006 Posted October 14, 2006 Yeah that's saying you can't run zend encoded or ioncube scripts. So you can't run the beta's of ipb 2.2. Talk to your webhost and ask them to install Zend Optimizer.
tamercan Posted October 14, 2006 Posted October 14, 2006 $INFO['safe_mode'] = '0';rewrite$INFO['safe_mode'] = '1';and go index.php ok..
phoenixcg Posted October 14, 2006 Posted October 14, 2006 $INFO['safe_mode'] = '0';rewrite$INFO['safe_mode'] = '1';and go index.php ok..didn't work, im guessing its the zend thing, like the dude said above *goes to email hosts.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.