bai website

Sun Oct 04, 2015 8:18 pm

anyone know what happened to the bal website,
cant get onto it for the last few weeks so take it its gone altogether,

Re: bai website

Sun Oct 04, 2015 9:54 pm

Not too sure of the scenario ...
Most are still alive on the BAI Facebook page.

Re: bai website

Sun Oct 04, 2015 10:09 pm

must of decided it was time to shut it down .
have u a link to the facebook page,

Re: bai website

Mon Oct 05, 2015 11:13 am

We are in the process of moving the site to a new server, it's proving to be a slow process. Fingers crossed the site could be back up in the next month or so. A couple of us had a chat whether the site should be saved and we agreed it is worth saving. I don't like Facebook one bit, but as Jim said most of those who posted on the BAI forum pages are posting on our FB page so it could play it's part in the resurrection of the site.

Re: bai website

Mon Oct 05, 2015 12:42 pm

https://www.facebook.com/groups/boatang ... d/?fref=ts

Re: bai website

Mon Oct 05, 2015 1:05 pm

Was wondering this myself,food to hear its being save a good little friendley site it is and mny a helpful member on there

Re: bai website

Mon Oct 05, 2015 1:08 pm

JimC wrote:https://www.facebook.com/groups/boatanglingireland/?fref=ts


Must be a facebook user to login. Not for me

Re: bai website

Tue Oct 06, 2015 8:05 am

Would love to see it back, as im another non facebooker

Re: bai website

Wed Oct 21, 2015 2:17 pm

Hi lads, as magnet says we have been having a hard time of late. Our technical expert retired and since then we havnt found anyone with the skills or time. We are now looking at other options. There's a lot of great info buried on the site I'd hate to lose. Plus as said before there's a great core of boat anglers who posted regularly and attended our meets. That's the spirit of bai, bringing the boat angling community together. Hopefully we can get it back.

Re: bai website

Fri Oct 23, 2015 3:14 pm

It looks like a table needs to be repaired.

This may be the easiest way for someone to fix it if they can still upload files but are non-technical

https://www.phpbb.com/community/viewtop ... 6&t=589766

Create a fix.php file with the following:

Code:
<?php
   
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);

// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();

$page_title = 'phpBB Fix';

$sql = " REPAIR TABLE $table_prefix" . "s";
$db->sql_query($sql);

?>


Upload the file to your board's root folder (the one with config.php)
Run it by navigating to the file in your browser (ex.http://www.boat-angling-ireland.com/phpbb/fix.php)
Be sure to delete the file; don't leave it on your server

Re: bai website

Fri Oct 23, 2015 8:08 pm

Thanks for your help guys. Magnet is working away in the background and will hopefully have news soon.

Re: bai website

Sun Oct 25, 2015 11:38 am

tested this one

again

Create a fix.php file with the following:


Code:
<?php
// Check and repair sessions

define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'config.php');

echo "Running<br>";

// connect to the database server
// connect to the database server
$db = mysql_connect($dbhost,$dbuser,$dbpasswd);
if (!$db) die("Unable to connect to database!\n");

echo "Connected<br>\n";

$repres = mysql_query("repair table ".$table_prefix."sessions");



echo "Repaired ".$table_prefix."sessions"
?>



Upload the file to your board's root folder (the one with config.php)
Run it by navigating to the file in your browser (ex.http://www.boat-angling-ireland.com/phpbb/fix.php)
Be sure to delete the file; don't leave it on your server

Re: bai website

Thu Nov 26, 2015 11:54 am

Good luck

Re: bai website

Mon Nov 30, 2015 10:20 pm

Thanks for that jd. Its looking like we will have to move to a managed forum package, where myself and a few other members will pay a certain amount each month to a hosting company. We really don't have anyone left behind the scenes with any level of computer aptitude.