Help - Search - Members - Calendar
Full Version: Forum Bug
Zymic Webmaster Forums > Zymic.com Support > Zymic Free Web Templates
TGWH
Hi.
First, sorry if I write in bad topic.
So my website, in the http://knightsandmerchants.zxq.net is good, but my phpb forum not work. I see only a white background! This is the problem:
http://knightsandmerchants.zxq.net/forum/
What can Zymic make? Or what can I? My forum doesn't work lot of mounts. I thing make I a new forum, and try use the backup, but I don't know that work or not...
Zymic, please help me!
Respect: TGWH and the Knights and Merchants Hungarian webpage's reader biggrin.gif
ssfdre38
something didnt upload or its not configure right its not due in any part of Zymic
TGWH
QUOTE(ssfdre38 @ Jul 10 2011, 04:03 PM) *
something didnt upload or its not configure right its not due in any part of Zymic


But I don't make any... It has worked, next day not...
ssfdre38
did you do any moding on your forums?
TGWH
QUOTE(ssfdre38 @ Jul 10 2011, 04:29 PM) *
did you do any moding on your forums?


Yes, but it works long time good. Once a day abrupt forum doesn't work...

I have an other info. So at the past people can use the zql webpage to upload files. Now I must use Filezilla. Before this my forum worked, after not...

An other info biggrin.gif I must write the files attributum (606, 702, 707 - write, read, use, I don't know what its name). But some attrib doesn't work, so I don't can use some options of my phpbb 3.03 forum.
ssfdre38
well its something that you did that is causing that cause i know phpBB forums does not get that just cause
TGWH
QUOTE(ssfdre38 @ Jul 10 2011, 05:37 PM) *
well its something that you did that is causing that cause i know phpBB forums does not get that just cause


? then what? What can I do? What can YOU do? biggrin.gif
ssfdre38
what you can do is to try and trace the problem what i can do is not do that for you
TGWH
CODE
$dbms = 'mysql';
$dbhost = 'mysql.hosting.zymic.com';
$dbport = '21';
$dbname = 'knightsandmerchants_zxq_kamm2';
$dbuser = 'my user name in forum';
$dbpasswd = 'my password';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>


It is good?
ssfdre38
dbhost is localhost NOT mysql.hosting.zymic.com
TGWH
QUOTE(ssfdre38 @ Jul 10 2011, 10:51 PM) *
dbhost is localhost NOT mysql.hosting.zymic.com


And what is localhost? But at past it will worked biggrin.gif so say I, Zymic make somewhat biggrin.gif
Thanks.
TGWH
Not work... and what format must I save the files? UTF-8 or ANSII???
Please write the $dbms, $dbhost, $dbport , $dbname, $dbuser, $dbpasswd, $table_prefix, $acm_type, $load_extensions.
User, password, port is ok...
ssfdre38
everything else is fine just replace mysql.hosting.zymic.com with localhost and you will be fine
TGWH
QUOTE(ssfdre38 @ Jul 12 2011, 06:17 PM) *
everything else is fine just replace mysql.hosting.zymic.com with localhost and you will be fine

not...
CODE
<?php
$dbms = 'mysql';
$dbhost = 'localhost';
$dbport = '21';
$dbname = 'knightsandmerchants_zxq_kamm2';
$dbuser = 'user';
$dbpasswd = 'password';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
@define('DEBUG', true);
@define('DEBUG_EXTRA', true);
?>

I don't know what the problem... I used utf-8 or ansii, bom or without bom, localhost or everything else, is not work...

Or dbms is mysql.hosting.zymic.com, then:
CODE
Warning: require() [function.require]: Unable to access ./includes/db/mysql.hosting.zymic.com.php in /www/zxq.net/k/n/i/knightsandmerchants/htdocs/forum/common.php on line 196

Warning: require(./includes/db/mysql.hosting.zymic.com.php) [function.require]: failed to open stream: No such file or directory in /www/zxq.net/k/n/i/knightsandmerchants/htdocs/forum/common.php on line 196

Fatal error: require() [function.require]: Failed opening required './includes/db/mysql.hosting.zymic.com.php' (include_path='.:/usr/lib/php') in /www/zxq.net/k/n/i/knightsandmerchants/htdocs/forum/common.php on line 196
ssfdre38
ok this is not due to Zymic at all you moded that file to that name change it back to where it was for it to work
TGWH
QUOTE(ssfdre38 @ Jul 12 2011, 08:08 PM) *
ok this is not due to Zymic at all you moded that file to that name change it back to where it was for it to work


What? Not! I don't write file names! It is a free forum, it called phpbb...
$dbms = 'mysql'; -> I write to $dbms = 'mysql.hosting.zymic.com';

What can I make, write the all file? $dbms = 'mysql'; -> it is ok?

I think I'll load the original files, and if it doesn't works, I must delete all - files and mysql datebese - and install a new phpbb forum, then upload my modificationid files...
ssfdre38
you are NOT listening your database name is NOT mysql.hosting.zymic.com ITS localhost USE THAT

or go to http://download.zymickb.tk/download/phpbb.zip and download the RIGHT script and use that cause you just edit it where it wont work at all
TGWH
QUOTE(ssfdre38 @ Jul 12 2011, 09:03 PM) *
you are NOT listening your database name is NOT mysql.hosting.zymic.com ITS localhost USE THAT

or go to http://download.zymickb.tk/download/phpbb.zip and download the RIGHT script and use that cause you just edit it where it wont work at all


Datebase name is localhost? Not the dbhost? If dbhost localhost, it doesn't work... datebase is knightsandmerchants_zxq_kamm2, I see it in Database management...
This link is not good, because the config.php is 0 kb...
ssfdre38
follow the download link to get the right phpbb and DO NOT EDIT the file names
TGWH
QUOTE(ssfdre38 @ Jul 13 2011, 03:55 PM) *
follow the download link to get the right phpbb and DO NOT EDIT the file names


I don't edit the file names, but in this link the config.php is empty.
I'll be see the file names, but not this is the problem I think...
ssfdre38
read what i said for you to do
TGWH
QUOTE(ssfdre38 @ Jul 13 2011, 04:31 PM) *
read what i said for you to do


And what must I make? I don't understand, sorry...
ssfdre38
go to http://download.zymickb.tk/download/phpbb.zip and download the clean forums and do NOT mod any file names or anything and use localhost As your database host
TGWH
QUOTE(ssfdre38 @ Jul 17 2011, 03:52 PM) *
go to http://download.zymickb.tk/download/phpbb.zip and download the clean forums and do NOT mod any file names or anything and use localhost As your database host


I'll see it. So I modify only this:
CODE
<?php
$dbms = 'mysql';
$dbhost = 'localhost';
$dbport = '21';
$dbname = 'knightsandmerchants_zxq_kamm2';
$dbuser = '100332_tgwh';
$dbpasswd = 'password';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
@define('DEBUG', true);
@define('DEBUG_EXTRA', true);
?>
ssfdre38
yes but do NOT mod any other files or their names at all
Kiddo
Never met this situation before. You may make the posting process in a careful way!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.