PDA

View Full Version : I need help with installing the Multi-Forums


Fractal
06-28-2006, 01:41 PM
/admin/admin_board.php: CHMOD 777
/images/: CHMOD 777
/includes/page_header.php: CHMOD 777
/includes/page_tail.php: CHMOD 777
/nbs/configs/: Writable
/nbs/footer_ads.txt: Writable
/nbs/header_ads.txt: Writable
/nbs/nbs_config.php: Writable
/nbs/tos.txt: Writable
/nbs/templates_c/: Writable
/common.php: CHMOD 777

When I go to the install page, that's what shows up. Also, I don't see the images folder in the uploads. Can someone help me with this?

Derek
06-28-2006, 01:42 PM
Make sure you uploaded the phpBB files as well.

Derek

Fractal
06-28-2006, 01:43 PM
Make sure you uploaded the phpBB files as well.

Derek

Huh? I uploaded all the files. I think I'm missing some of the folders.

Derek
06-28-2006, 02:21 PM
Make sure all the phpBB files are there. It should like something like this in your FTP client:

http://img426.imageshack.us/img426/505/image17iw.jpg

Fractal
06-28-2006, 02:32 PM
Make sure all the phpBB files are there. It should like something like this in your FTP client:

http://img426.imageshack.us/img426/505/image17iw.jpg

:hmm: It looks nothing like that.

I don't have common.php, images, includes, cache, or db.

Derek
06-28-2006, 03:09 PM
Then you didn't upload the phpBB files to the correct spot. Try reuploading those.

Derek

Fractal
06-28-2006, 08:12 PM
Then you didn't upload the phpBB files to the correct spot. Try reuploading those.

Derek

But I still don't have these files/folders:


I don't have common.php, images, includes, cache, or db.

Derek
06-28-2006, 10:22 PM
Try redownloading the phpBB files from phpbb.com. Maybe the file you downloaded was corrupt.

Derek

forumas
07-05-2006, 05:49 PM
Hello,

I've installed your multiforums screept on my test server
(SuSE 10.1 PHP5 MySQL 4 Apache2)

It works fine exepct pictures in tepmpates ...

On www.domein.com/test/ I can work anything ... register user etc.
Bug picures /subsilver images are not shown ...

for example
http://www.domain.com/test/templates/subSilver/images/logo_phpBB.gif

and there is a big X on web ...
if I remove test manualy it works fine, so then is adress
http://www.domain.com/templates/subSilver/images/logo_phpBB.gif

When I enter these in browser I see picure ..

What to do?
Is it possible thet mod_rewrite in .htaccess have some bug?


P.S. The same problem is with smiles and avatars

Derek
07-05-2006, 08:21 PM
Please try the fix I posted here (http://www.nbsdesignz.com/forums/showpost.php?p=56225&postcount=6). That seems to have fixed it but someone has reported that they can't access the multi-forums admin panel. I am still looking into this and am working on a fix.

Thanks,
Derek

forumas
07-06-2006, 05:53 PM
I've fix it ..
but when I try to post new topic

on on creted forum I've got these message

Could not insert new word matches

DEBUG MODE

INSERT INTO core_search_wordmatch (post_id, word_id, title_match) SELECT 10, word_id, 0 FROM core_search_wordlist WHERE word_text IN ('˙ţ')

Line : 251
File : functions_search.php

Derek
07-09-2006, 01:44 PM
I'm not sure why you are getting that error, does it say if theres an invalid syntax or something? Also the "˙ţ" part in WHERE word_text IN ('˙ţ') looks weird... What does the message you are posting say?

Thanks,
Derek

forumas
07-10-2006, 05:57 AM
I found out .... I'm from croatia, and we have few characthers for which I need mysql collocation latin croatian, I've convert it to UTF8 and it works fine :)

Derek
07-10-2006, 10:54 AM
Ok, glad you got it working.

Derek