[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-07-19T02:48:42-07:00 https://integramod.com/forum/feed.php?f=17&t=1602 2006-07-19T02:29:19-07:00 2006-07-19T02:29:19-07:00 https://integramod.com/forum/viewtopic.php?t=1602&p=12116#p12116 <![CDATA[A few problems with IM140]]>
Do the following as you use another language than english:

in functions.php on rule: 1192 Replace this:
    return ( $board_config['default_lang'] == 'english' ) ? date($format,$time) : strtr(date($format,$time), $lang['datetime']) ;


With this:
    return ( $board_config['default_lang'] == 'english' || !is_array($lang['datetime']) ) ? date($format,$time) : strtr(date($format,$time), $lang['datetime']) ;


>> http://www.integramod.nl/forum/viewtopic.php?p=260#260

Statistics: Posted Author: jasperc — Wed Jul 19, 2006 2:29 am


]]>
2006-07-18T14:47:10-07:00 2006-07-18T14:47:10-07:00 https://integramod.com/forum/viewtopic.php?t=1602&p=12093#p12093 <![CDATA[Re: A few problems with IM140]]>
[url=http]http://integramod.com/forum/viewtopic.php?t=163&postdays=0&postorder=asc&highlight=adminranks&&start=75[/url]

and scroll down

In reference to the disable board error I've found that you may only be able to use this option w/the english language files

[url=http]http://integrmod.com/home/viewtopic.php?t=10563&highlight=disable+board[/url]

Sorry, I don't really have time to cover all of these, but you may find these issues or at least some have been covered. Feel free to search here or the archive at your convenience. Goodluck w/the rest.........

[url=http]Archive[/url]

Statistics: Posted Author: Threat009 — Tue Jul 18, 2006 2:47 pm


]]>
2006-07-19T02:48:42-07:00 2006-07-18T04:02:58-07:00 https://integramod.com/forum/viewtopic.php?t=1602&p=12036#p12036 <![CDATA[A few problems with IM140]]>
The forum is up and running very nice, i've some little problems but the users don't really mention it.

in the ACP:
- [FIXED] when in go to users>ranks i get the following error:
Parse error: syntax error, unexpected ';' in /home/stoners/domains/stonersforum.nl/public_html/integramod/admin/admin_ranks.php on line 284

- when i go to languages>management and i search a word and then replace it with something else and save it nothing is changed... no errors.

- [FIXED] when i disable the board and visit it I get a blank page

- when i use general manegement>database maintenance the option: check posts and topic tables then it solves about 3 problems... then i've to resync my forums after that i'll only get a blank pages in the ACP and the forum aswell.

- when i edit a post with a calenderdate in it the date is moving a few days. Also the ending date will disappear.

INFO: i've freely translated the names in the ACP as i use the dutch version... if you don't understand please ask.

does anybody know how i can solve this probs?

Statistics: Posted Author: jasperc — Tue Jul 18, 2006 4:02 am


]]>