1
Piodiwan
Re: Content module with Sub and Sub-Sub categories
  • 2008/4/18 18:22

  • Piodiwan

  • Just popping in

  • Posts: 10

  • Since: 2005/9/1 1





2
Piodiwan
Re: Can't register new user
  • 2005/11/4 9:40

  • Piodiwan

  • Just popping in

  • Posts: 10

  • Since: 2005/9/1 1


Quote:

Some users cannot login and we cannot find a common pattern.

Not receiving email confirmation with new users and if the password length is set to 3, it will not allow a 5 character alpha-only password even though it WILL allow "123"...


I get this behaviour as well. The password must have some letters and some digits. If not, I get this " Your password must be at least 3 chars long" error, which doesn't fit, at least. Any hints where the password-"style" is validated?

Grtz Piodiwan



3
Piodiwan
Re: Not getting any notifications
  • 2005/10/17 17:36

  • Piodiwan

  • Just popping in

  • Posts: 10

  • Since: 2005/9/1 1


Allright, thanks for the link. It didn't brought me the solution but after reading every single post it gave me an idea

Finally I found the error:
I am using german as default language and there were some(not all) mail_templates language files missing. For the missing files I used the english ones for a temporary workaround. And everything is fine now


Grtz Piodiwan



4
Piodiwan
Re: Not getting any notifications
  • 2005/10/16 8:53

  • Piodiwan

  • Just popping in

  • Posts: 10

  • Since: 2005/9/1 1


Quote:

gediminasbyt wrote:
You are not alone. Search the forums. Please.


I know this is annoying...but I cannot find any corresponding entries, sorry.



5
Piodiwan
Not getting any notifications
  • 2005/10/15 13:59

  • Piodiwan

  • Just popping in

  • Posts: 10

  • Since: 2005/9/1 1


Hi,
I have a problem with notifications on my site:
I don't get any

I can submit to any type of notifications ( in a calender, or in CBB...) I don't get any mails. In my user profile, the notification is turned on. And from the admin site, the system is able to send a mail through phpmail. I don't get any errors in error_log. Is there somewhere a global variable to turn it on which I missed???
I am using 2.2 and php5.0.5 and everything is working fine, only this feature isn't working

Thanks for any help



6
Piodiwan
Re: NEWS module - all gone
  • 2005/10/12 9:37

  • Piodiwan

  • Just popping in

  • Posts: 10

  • Since: 2005/9/1 1


Quote:

dadoprom wrote:
Now, I called my host, he repaired the table and it all works, except I left the php debug on and it says strange things. Cold somebody look at that, what is wrong? Perhaps I should reload some files in the system? Look here www.mla.sk


thanx for your help.


I think your host just updated to php 5.0.5 and you have to fix some php coding issues which are not allowed anymore.

i.e:

$tmp = $myclass->doSomething(doAnotherThing($tmp1))

isn't working
you have to do it like this

$val = doAnotherThing($tmp1)
$tmp = $myclass->doSomething($val)

Hope that helped.

Grtz Piodiwan



7
Piodiwan
Re: NEWS module - all gone
  • 2005/10/12 9:31

  • Piodiwan

  • Just popping in

  • Posts: 10

  • Since: 2005/9/1 1


Try to run as a SQL query in phpMyAdmin

REPAIR TABLE stories

or whatever table is broken. This might help.

Grtz Piodiwan



8
Piodiwan
piCal Problem (php 5.0.5 related)?
  • 2005/10/10 11:50

  • Piodiwan

  • Just popping in

  • Posts: 10

  • Since: 2005/9/1 1


Hi,
I get this error message:
PHP Fatal error: Cannot access empty property in XXX/xoops/modules/piCal/class/piCal_xoops.php on line 163

this line is just:

while( $event = mysql_fetch_object( $rs ) ) {

and

$rs is just defined as
$rs = mysql_query( $sql , $this->conn ) ;

so nothing special here, or?

This happens when I click on a user, which is not really realted to that, I guess. I don't get this error on other pages atm. So very weird.

I am using php 5.0.5 an I am not sure if the error happened before (on older php versions), because I just started to build a new site.

piCal Version: 0.76


Any hints?



9
Piodiwan
Re: Module News and PHP 5.0.5
  • 2005/10/8 9:59

  • Piodiwan

  • Just popping in

  • Posts: 10

  • Since: 2005/9/1 1


Thanks a lot, that worked



10
Piodiwan
Module News and PHP 5.0.5
  • 2005/9/26 10:59

  • Piodiwan

  • Just popping in

  • Posts: 10

  • Since: 2005/9/1 1


Hi, I recently have made an update to the latest PHP 5.0.5 Version due to security reasons. It seems like there are stricter syntax checking rules.

This error happened:

"Only variables can be passed by reference"

at

xoops/modules/news/include/functions.php on line 294


This is a common "bug" ( actually it is no bug ) which happens at many upgraded sites.

line 294 has:

$content= $myts->undoHtmlSpecialChars(strip_tags($content));


I am not a php guru, can anybody give me a hint how to fix this?

Grtz Piodiwan




TopTop



Login

Who's Online

228 user(s) are online (162 user(s) are browsing Support Forums)


Members: 0


Guests: 228


more...

Donat-O-Meter

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

Latest GitHub Commits