1
hal9008
Re: Captcha doesn't work in some servers (Image mode)
  • 2010/3/10 16:07

  • hal9008

  • Just popping in

  • Posts: 8

  • Since: 2008/3/25


I forgot to say:

When captcha is not shown, script takes 100% of one server's processor until it
(I suppose) timeouts.

If I put some "echo" at the beginning or at the end of the php script, message
is not shown until script timeouts, so problem must be on some previous task
(syntax comprobation, resource allocation, etc)

I will try all that you say and then I will tell you the results.



2
hal9008
Captcha doesn't work in some servers (Image mode)
  • 2010/3/10 14:29

  • hal9008

  • Just popping in

  • Posts: 8

  • Since: 2008/3/25


Hello.

I have a big trouble with the captcha image that comes with XOOPS 2.4.4. I have updated my web build in XOOPS 2.0.18. In that version i have installed the module "security image" and everything works fine in my hosting. When I do the update, I see that captcha is in the core of XOOPS 2.4.4 (I think that is based in that module). I updated my web in local and everything works fine, but when I have uploaded the web to my hosting, the captcha didn't works. If I configure captcha in text mode it works, but in graphic mode I can see the captcha image only sometimes. Most times i've tried, I can't see the captcha. But sometimes the captcha is seen. I don't understand why. In local I see the captcha fine.

In local I have this configuration.

XOOPS 2.4.4
PHP 5.2.11
mySQL 5.1.37
Server API: apache2handler
OS Darwin (MAC OS)
safe_mode Off
register_globals Off
magic_quotes_gpc On
allow_url_fopen On
fsockopen On
post_max_size 32M
max_input_time 60
output_buffering
max_execution_time 30
memory_limit 32M
file_uploads On
upload_max_filesize 32M
'safe_mode': off
'file_uploads': on
'register_globals': off
'upload_max_filesize': 32M byte
'post_max_size': 32M byte
'open_basedir': nothing

This is the configuration of the server:
debian 5.0.4 (lenny)
Apache 2.2.9
PHP 5.2.6-1+lenny6
mySQL 5.0.51a-24+lenny3-log
ServerAPI apache2handler
safe_mode Off
register_globals Off
magic_quotes_gpc On
allow_url_fopen On
fsockopen On
post_max_size 11M
max_input_time 90
output_buffering
max_execution_time 60
memory_limit 128M
file_uploads On
upload_max_filesize 11M

The master of my hosting, says that the problem is not in the script execution. It may be in the execution and the check of initial syntax. The problems comes by "XoopsCaptchaImageHandled".

It seems a XOOPS bug. ¿Is anybody working on that? ¿can anybody help me with this trouble?

Thanks.



3
hal9008
Problem updating to 2.4.4. Users with problems
  • 2010/2/22 18:59

  • hal9008

  • Just popping in

  • Posts: 8

  • Since: 2008/3/25


Hello

I'm updating in my local computer my website from 2.0.18.1 to 2.4.4, and I have a big trouble with a lot of users.

I have got 247 users in my web. In 2.0.18.1 all works well. But since i have updated (in local), I can't access to "edit user" in the administration panel. I have got blank page when I click in "edit user".

In PHPMYADMIN I was reading the table "xoops_users" but all seems well. But if I delete in the table "xoops_users" the users between 150 and 223, in administration panel all works well and then i can enter to "edit user".

It seems that all these users have something wrong, but i don't know what is the problem.

¿Can anybody help me?

Thanks.

PD: Sorry. My English is very bad. I'm spanish.



4
hal9008
Re: print.php is not working in cbb 3.08
  • 2008/4/23 9:26

  • hal9008

  • Just popping in

  • Posts: 8

  • Since: 2008/3/25


Still remaining a bug in the file. The date of the posts is wrong, but the rest of the file works fine.



5
hal9008
Re: print.php is not working in cbb 3.08
  • 2008/4/21 14:46

  • hal9008

  • Just popping in

  • Posts: 8

  • Since: 2008/3/25


Hey!!! IT WORKS GREAT in CBB 3.08!!!

See the effects in my forum

http://www.flopy.es/modules/newbb/print.php?form=1&topic_id=47&forum=2&order=ASC&start=0

I will upload the file to my web to make it avaliable for everybody who wants to solve the problem. You can download the file from this link.

http://www.flopy.es/uploads/print.zip

Thank you very much!!



6
hal9008
Re: print.php is not working in cbb 3.08
  • 2008/4/9 11:32

  • hal9008

  • Just popping in

  • Posts: 8

  • Since: 2008/3/25


ideas about this??? I'm still in trouble with print.php of cbb



7
hal9008
Re: print.php is not working in cbb 3.08
  • 2008/3/27 21:52

  • hal9008

  • Just popping in

  • Posts: 8

  • Since: 2008/3/25


no ideas about this yet?

I'm still needing help for "revive" print.php in cbb.



8
hal9008
print.php is not working in cbb 3.08
  • 2008/3/25 15:48

  • hal9008

  • Just popping in

  • Posts: 8

  • Since: 2008/3/25


Hello. After all, excuse me for my bad english.

I want to build a new pda.php that shows the lasts forum threads and other improvements. I was working on that and I build something like this

http://www.flopy.es/modules/pda/

But I found a big trouble. In the original pda.php, when I click in a link of the news, i jump to the page "print.php" of the module "news" that shows you the new that you want. I was doing the same with forums, but I see that the print.php of cbb is no working properly. I saw this in a lot of pages (esxoops and xoops.org included). For example...

https://xoops.org/modules/newbb/print.php?form=1&topic_id=63453&forum=27&order=ASC&start=0

http://www.esxoops.com/modules/newbb/print.php?form=1&topic_id=5570&forum=9&order=ASC&start=0

http://www.flopy.es/modules/newbb/print.php?form=1&topic_id=59&forum=1&order=ASC&start=0

In all the pages, I only see the cbb logo and not the thread.

¿Anybody knows the problem in print.php of cbb? ¿Can it be solved changing anything on the code (I don't found anything)? there is another print.php with a solve of this problem?

PD: When I solve this problem (I hope anybody can help me), I will publish this module.

Thanks.




TopTop



Login

Who's Online

147 user(s) are online (90 user(s) are browsing Support Forums)


Members: 0


Guests: 147


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits