PEAK XOOPS - Help!!! in englishin japanese

Help!!!

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum

happy Help!!!

msg# 1
Previous post - Next post | Parent - Children.1 | Posted on 2004/12/27 13:38
fanik  企霹始   Posts: 6
Failed saving data to database for headline Xoops


??? SQL error?

sorry my english very poor :)

Thx
Votes:3 Average:10.00

question Re: Help!!!

msg# 1.1
Previous post - Next post | Parent - Children.1 .2 .3 | Posted on 2004/12/29 11:39
GIJOE  黎扦烦菱   Posts: 4110
hi fanik.

At first, calm down please

Show the result of MySQL debug when saving the headline's data.

MySQL debug:

change this "MySQL/Block debug"

system admin -> Preferences -> General Settings -> Debug mode
Votes:6 Average:8.33

happy Re: Help!!!

msg# 1.1.1
Previous post - Next post | Parent - No child | Posted on 2005/1/4 0:08
fanik  企霹始   Posts: 6
Thx
Votes:8 Average:1.25

unhappy Re: Help!!!

msg# 1.1.2
Previous post - Next post | Parent - Children.1 | Posted on 2005/1/4 0:19
fanik  企霹始   Posts: 6
no... same problem
Votes:1 Average:0.00

question Re: Help!!!

msg# 1.1.2.1
Previous post - Next post | Parent - Children.1 | Posted on 2005/1/4 19:10
GIJOE  黎扦烦菱   Posts: 4110
Do you read my answer carefully?

Paste the result of MySQL debug.
(Perhaps, red characers exist)
Votes:3 Average:3.33

question Re: Help!!!

msg# 1.1.2.1.1
Previous post - Next post | Parent - No child | Posted on 2005/1/9 8:50
fanik  企霹始   Posts: 6


sorry...


Queries
SELECT * FROM xoops_config WHERE (conf_modid = 0 AND conf_catid = 1) ORDER BY conf_order ASC
SELECT sess_data FROM xoops_session WHERE sess_id = '530dcf287817e0b21325a50cb4f4f195'
SELECT * FROM xoops_users WHERE uid=2
SELECT * FROM xoops_modules WHERE dirname = 'xhld0'
SELECT * FROM xoops_config WHERE (conf_modid = 53) ORDER BY conf_order ASC
SELECT * FROM xoops_group_permission WHERE (gperm_name = 'module_admin' AND gperm_modid = 1 AND (gperm_groupid = 1))
Total: 6 queries

Blocks
Total: 0 blocks

Execution Time
XOOPS took 0.179900884628 seconds to load.

Extra
Votes:1 Average:10.00

question Re: Help!!!

msg# 1.1.3
Previous post - Next post | Parent - Children.1 | Posted on 2005/1/13 21:46
bbackx  企霹始   Posts: 1
I'm afraid it's because he's using php5.
I have the same problem, when I use php4, there is no problem at all.
It's a bit strange, because all the other modules I tried are working fine. Only this doesn't
Votes:3 Average:6.67

question Re: Help!!!

msg# 1.1.3.1
Previous post - Next post | Parent - Children.1 | Posted on 2005/1/17 1:42
fanik  企霹始   Posts: 6
hmm... PHP 4.3.10 / 5.0.3 (webhosting)
Votes:0 Average:0.00

question PHP5 Fix!

msg# 1.1.3.1.1
Previous post - Next post | Parent - Children.1 .2 | Posted on 2005/1/27 12:59
DMarvelus  企霹始   Posts: 5
In headlinerenderer.php

var $_tpl declared twice. erase one.

Also, please search for get_class in headline.php

replace
get_class($headline)
with
strtolower(get_class($headline))

In PHP5, get_class returns the correct case. In PHP4, it returns lowercase.

This fixes the error with putting it in the DB.

please fix this in the code on the download page.
Votes:0 Average:0.00

question Re: PHP5 Fix!

msg# 1.1.3.1.1.1
Previous post - Next post | Parent - Children.1 | Posted on 2005/2/5 20:41
fanik  企霹始   Posts: 6
Thx
Votes:0 Average:0.00

question Re: PHP5 Fix!

msg# 1.1.3.1.1.1.1
Previous post - Next post | Parent - Children.1 | Posted on 2005/2/9 2:31
Snig  企霹始   Posts: 1
I tried your php5 fix, but after changing the get_class lines, I get a blank page. I can put the get_class lines back to the original code and I can see the page again, but can't add anything to the database.

I would really like to get the mod working on my site. Thanks for any help.

Snig

My host:
php v5.0.3
latest version of xoops
Votes:0 Average:0.00

question Re: PHP5 Fix!

msg# 1.1.3.1.1.1.1.1
Previous post - Next post | Parent - No child | Posted on 2005/2/21 19:33
GIJOE  黎扦烦菱   Posts: 4110
Try the latest version.
Votes:0 Average:0.00

question Re: PHP5 Fix!

msg# 1.1.3.1.1.2
Previous post - Next post | Parent - No child | Posted on 2005/2/21 19:37
GIJOE  黎扦烦菱   Posts: 4110
hi DMarvelus.

I'm sorry that I've never read this post till now.

You point it.

Yesterday, I get the environment of PHP5 at the first time, and find them same as what you pointed by myself with 1 hour exhoust .

If I have read your post before the debugging...

Anyway, thank you for the best suggestion!
Votes:4 Average:10.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!