Search found 15 matches

by kirillica
Mon Feb 09, 2009 3:35 pm
Forum: phpBB 3.0.x Support
Topic: Visual confirmation not working?
Replies: 26
Views: 26049

Re: Visual confirmation not working?

We cannot see your problem in action if you have the captcha disabled.
Actually, sometimes installed GD does not work properly. I've got the same for our server, for example.

So... ask your provider to fix GD2. You can check if it works properly, if you upload an image with .jpg extension (with ...
by kirillica
Mon Feb 09, 2009 3:15 pm
Forum: phpBB 3.0.x Support
Topic: Visual confirmation not working?
Replies: 26
Views: 26049

Re: Visual confirmation not working?

Thanks, ive just had a look under attachment settings and i dont get any errors?

im unsure as to what you mean about the other side of things in the command line? sorry im a bit new to this!

Thanks again

Nikk
Have you checked visual confirmation settings? It's the last menu in configuration ...
by kirillica
Mon Feb 09, 2009 2:59 pm
Forum: phpBB 3.0.x Support
Topic: Visual confirmation not working?
Replies: 26
Views: 26049

Re: Visual confirmation not working?

"php -m" in command line (via SSH), "gd" should be in list
or go to the administration panel, attachment settings. if you have an error message: no imagemagic found - it's not there :) then go to the visual confirmation and check preview. if you don't see any picture - then gd2 is not working ...
by kirillica
Mon Feb 09, 2009 2:50 pm
Forum: phpBB 3.0.x Support
Topic: Visual confirmation not working?
Replies: 26
Views: 26049

Re: Visual confirmation not working?

Are you sure you have GD2 and ImageMagic installed and working properly? :)
by kirillica
Mon Feb 09, 2009 1:37 pm
Forum: phpBB 3.0.x Support
Topic: Ok new problem major error
Replies: 83
Views: 85636

Re: Ok new problem major error

Huh, this is trivial :) you just forgot:
1) create username and database as it described in your config file
or
2) this user does not have permission for this database
:)
by kirillica
Mon Feb 09, 2009 1:07 pm
Forum: phpBB 3.0.x Support
Topic: PHP Fatal error: Call to a member function session_begin()
Replies: 8
Views: 12846

Re: PHP Fatal error: Call to a member function session_begin()

Brf wrote:You will have a tough time getting a browser cookie, when you run it from a command line.
Yes. AFAIK this is the reason it uses session id for these cases. So it's not an issue for Internal Server Error.
by kirillica
Mon Feb 09, 2009 12:59 pm
Forum: phpBB 3.0.x Support
Topic: PHP Fatal error: Call to a member function session_begin()
Replies: 8
Views: 12846

Re: PHP Fatal error: Call to a member function session_begin()

Eelke wrote:I must say I've never heard anyone try to invoke index.php from the command line and I'm not sure it is supposed to work...
Why not? ;)
by kirillica
Mon Feb 09, 2009 12:47 pm
Forum: phpBB 3.0.x Support
Topic: PHP Fatal error: Call to a member function session_begin()
Replies: 8
Views: 12846

Re: PHP Fatal error: Call to a member function session_begin()

This is very weird I would say. Now it's works fine. From web browser. But:

[root@server /]# /usr/bin/php {path to forum}/index.php
PHP Fatal error: Call to a member function session_begin() on a non-object in {path to forum}/index.php on line 24

Moreover, I didn't touch this at all till the last ...
by kirillica
Mon Feb 09, 2009 12:32 pm
Forum: phpBB 3.0.x Support
Topic: PHP Fatal error: Call to a member function session_begin()
Replies: 8
Views: 12846

Re: PHP Fatal error: Call to a member function session_begin()

Brf wrote:If you have no mods, you should overwrite all of your files, except config.php, with the clean files from the phpBB3.0.4 download. Save your config.php, overwrite the files, restore config.php.
Done. No help with that.
by kirillica
Mon Feb 09, 2009 12:31 pm
Forum: phpBB 3.0.x Support
Topic: Some users can't see my forum
Replies: 17
Views: 18975

Re: Some users can't see my forum

White screen. Looks like the same I was talking about. What type of hosting it is? How you configure that? Just upload files via FTP and setup database via phpMyAdmin?
It seems that PHP errors are not displayed. If you have no SSH account and can't change php.ini settings then... You have nothing to ...