[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-04-19T00:36:24-07:00 https://integramod.com/forum/feed.php?f=17&t=237 2006-04-19T00:36:24-07:00 2006-04-19T00:36:24-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=2256#p2256 <![CDATA[Re: Problem clean install]]>
I did copy the above code, just to be sure, but it does not help

This is what i get:

Warning: date(): Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in c:program fileseasyphp1-8wwwincludesfunctions.php on line 1060

Warning: date(): Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in c:program fileseasyphp1-8wwwincludesfunctions.php on line 1060

Warning: date(): Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in c:program fileseasyphp1-8wwwincludesfunctions.php on line 1060

Warning: date(): Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in c:program fileseasyphp1-8wwwincludesfunctions.php on line 1060

Warning: Cannot modify header information - headers already sent by (output started at c:program fileseasyphp1-8wwwincludesfunctions.php:1060) in c:program fileseasyphp1-8wwwincludespage_header.php on line 939

Warning: Cannot modify header information - headers already sent by (output started at c:program fileseasyphp1-8wwwincludesfunctions.php:1060) in c:program fileseasyphp1-8wwwincludespage_header.php on line 941

Warning: Cannot modify header information - headers already sent by (output started at c:program fileseasyphp1-8wwwincludesfunctions.php:1060) in c:program fileseasyphp1-8wwwincludespage_header.php on line 942

hope somebody knows the problem. Everything looks awesome, just this error message in the photoalbum...<img>

edit: It seems that i anly get this messages when i am logged in as a user. When i log out, all looks normal, then log in as admin again, and then again i get this error message...

Statistics: Posted Author: dynia — Wed Apr 19, 2006 12:36 am


]]>
2006-04-18T02:27:30-07:00 2006-04-18T02:27:30-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=2106#p2106 <![CDATA[Problem clean install]]> function_create_date in root/includes/functions.php and the code below they should be the same.

(code from old patch file: root/includes/functions.php)
 function create_date($format, $post, $tz) {     global $board_config, $lang;     $time = $post;     board2usertime($time);     // windows date bug... if error return is not set     // default to what unix do => set date to 31 dec 1901   //           win should do => set date to 01 jan 1970 01] == 'english' ) ? date($format,$fakedate) : strtr(date($format,$fakedate), $lang['datetime']) ;             if(strpos($formatted,'1970') === false){                 if(strpos($formatted,'1969') === false){                     if(strpos($formatted,'1971') === false){                         // unknown date :: something must have gone wrong                         $time = 0;                     }else{                         $fakeyear = 1971;                         $year_submitted = $year_submitted+1;                     }                 } else {                     // 1969 is returned on leap years...                     $fakeyear = 1969;                     $year_submitted = $year_submitted-1;                 }             }else{                 // normal date :: returns 1970                 $fakeyear = 1970;             }             $leapcal = $year_submitted/4;             if($leapcal == intval($leapcal)){                 $endoffeb = mktime(23,59,59,2,28,1970);                 if($fakedate > $endoffeb){                     // if leap year, substract 1 day if after 28/02...                     $fakeleapdate = $fakedate - 86400;                     $formatted = ( $board_config['default_lang'] == 'english' ) ? date($format,$fakeleapdate) : strtr(date($format,$fakeleapdate), $lang['datetime']) ;                     if(fakedate < mktime(23,59,59,3,1,1970)){                         // should be 29 !!!                         $formatted = str_replace('28', '29', $formatted);                     }                 }             }             $out = str_replace($fakeyear, $year_submitted, $formatted);             return $out;         } else {             $time = 0;         }     }     //return date($format,$time);     return ( $board_config['default_lang'] == 'english' ) ? date($format,$time) : strtr(date($format,$time), $lang['datetime']) ;}  

If the code is identical to the above then it is not the old bug.

Mike

Statistics: Posted Author: Michaelo — Tue Apr 18, 2006 2:27 am


]]>
2006-04-18T00:55:36-07:00 2006-04-18T00:55:36-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=2102#p2102 <![CDATA[Re: Problem clean install]]>
Cmon guys, also the weirder problems need some thoughts <img>

Statistics: Posted Author: Vixje — Tue Apr 18, 2006 12:55 am


]]>
2006-04-17T02:48:19-07:00 2006-04-17T02:48:19-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=1942#p1942 <![CDATA[Re: Problem clean install]]> Statistics: Posted Author: Vixje — Mon Apr 17, 2006 2:48 am


]]>
2006-04-16T08:17:58-07:00 2006-04-16T08:17:58-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=1859#p1859 <![CDATA[Problem clean install]]>
Do you guys know any other comparable free boards i can use for testing purposes? (I will still install this one preferably, since it seems to have it all, its really just to test and see how things are going).

Thanks for your time all, I understand its all volunteering and have the biggest respect for this.

Statistics: Posted Author: Vixje — Sun Apr 16, 2006 8:17 am


]]>
2006-04-16T03:10:15-07:00 2006-04-16T03:10:15-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=1840#p1840 <![CDATA[Re: Problem clean install]]>
Array
(
[GD Version] => bundled (2.0.28 compatible)
[FreeType Support] => 1
[FreeType Linkage] => with freetype
[T1Lib Support] =>
[GIF Read Support] => 1
[GIF Create Support] => 1
[JPG Support] => 1
[PNG Support] => 1
[WBMP Support] => 1
[XBM Support] => 1
[JIS-mapped Japanese Font Support] =>
)

here's the output of php info:

I already managed to fix the GD problem. GD just wasnt installed hehe.

Array
(
[GD Version] => bundled (2.0.28 compatible)
[FreeType Support] => 1
[FreeType Linkage] => with freetype
[T1Lib Support] =>
[GIF Read Support] => 1
[GIF Create Support] => 1
[JPG Support] => 1
[PNG Support] => 1
[WBMP Support] => 1
[XBM Support] => 1
[JIS-mapped Japanese Font Support] =>
)

here's the output of php info:
PHP Logo
PHP Version 4.4.2

System Windows NT NEO 5.2 build 3790
Build Date Jan 13 2006 13:49:27
Server API CGI/FastCGI
Virtual Directory Support enabled
Configuration File (php.ini) Path C:WINDOWSphp.ini
PHP API 20020918
PHP Extension 20020429
Zend Extension 20050606
Debug Build no
Zend Memory Manager enabled
Thread Safety enabled
Registered PHP Streams php, http, ftp, compress.zlib

Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

PHP Credits
Configuration
PHP Core
DirectiveLocal ValueMaster Value
allow_call_time_pass_referenceOnOn
allow_url_fopenOnOn
always_populate_raw_post_dataOffOff
arg_separator.input&&
arg_separator.output&&
asp_tagsOffOff
auto_append_fileno valueno value
auto_prepend_fileno valueno value
browscapno valueno value
default_charsetno valueno value
default_mimetypetext/htmltext/html
define_syslog_variablesOffOff
disable_classesno valueno value
disable_functionsno valueno value
display_errorsOnOn
display_startup_errorsOffOff
doc_rootno valueno value
docref_extno valueno value
docref_rootno valueno value
enable_dlOnOn
error_append_stringno valueno value
error_logno valueno value
error_prepend_stringno valueno value
error_reporting72047
expose_phpOnOn
extension_dir././
file_uploadsOnOn
gpc_orderGPCGPC
highlight.bg#FFFFFF#FFFFFF
highlight.comment#FF8000#FF8000
highlight.default#0000BB#0000BB
highlight.html#000000#000000
highlight.keyword#007700#007700
highlight.string#DD0000#DD0000
html_errorsOnOn
ignore_repeated_errorsOffOff
ignore_repeated_sourceOffOff
ignore_user_abortOffOff
implicit_flushOffOff
include_path.;c:php4pear.;c:php4pear
log_errorsOffOff
log_errors_max_len10241024
magic_quotes_gpcOnOn
magic_quotes_runtimeOffOff
magic_quotes_sybaseOffOff
max_execution_time3030
max_input_time6060
open_basedirno valueno value
output_bufferingno valueno value
output_handlerno valueno value
post_max_size8M8M
precision1212
register_argc_argvOnOn
register_globalsOffOff
report_memleaksOnOn
safe_modeOffOff
safe_mode_exec_dirno valueno value
safe_mode_gidOffOff
safe_mode_include_dirno valueno value
sendmail_from[url=mailto:Neo@Mephesto.com]Neo@Mephesto.com[/url]
sendmail_pathno valueno value
serialize_precision100100
short_open_tagOnOn
SMTPspamfilter1.phylax.nlspamfilter1.phylax.nl
smtp_port2525
sql.safe_modeOffOff
track_errorsOffOff
unserialize_callback_funcno valueno value
upload_max_filesize2M2M
upload_tmp_dirD:WebserverPHPuploadtempD:WebserverPHPuploadtemp
user_dirno valueno value
variables_orderEGPCSEGPCS
xmlrpc_error_number00
xmlrpc_errorsOffOff
y2k_complianceOnOn

bcmath
BCMath support enabled

calendar
Calendar support enabled

com
DirectiveLocal ValueMaster Value
com.allow_dcomOffOff
com.autoregister_casesensitiveOnOn
com.autoregister_typelibOffOff
com.autoregister_verboseOffOff
com.typelib_fileno valueno value

ctype
ctype functions enabled

ftp
FTP support enabled

gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled

mysql
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 3.23.49

DirectiveLocal ValueMaster Value
mysql.allow_persistentOnOn
mysql.connect_timeout6060
mysql.default_hostno valueno value
mysql.default_passwordno valueno value
mysql.default_portno valueno value
mysql.default_socketno valueno value
mysql.default_userno valueno value
mysql.max_linksUnlimitedUnlimited
mysql.max_persistentUnlimitedUnlimited
mysql.trace_modeOffOff

odbc
ODBC Supportenabled
Active Persistent Links 0
Active Links 0
ODBC library Win32

DirectiveLocal ValueMaster Value
odbc.allow_persistentOnOn
odbc.check_persistentOnOn
odbc.default_dbno valueno value
odbc.default_pwno valueno value
odbc.default_userno valueno value
odbc.defaultbinmodereturn as isreturn as is
odbc.defaultlrlreturn up to 4096 bytesreturn up to 4096 bytes
odbc.max_linksUnlimitedUnlimited
odbc.max_persistentUnlimitedUnlimited

overload
User-Space Object Overloading Support enabled

pcre
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 6.2 01-Aug-2005

session
Session Support enabled
Registered save handlers files user

DirectiveLocal ValueMaster Value
session.auto_startOffOff
session.bug_compat_42OnOn
session.bug_compat_warnOnOn
session.cache_expire180180
session.cache_limiternocachenocache
session.cookie_domainno valueno value
session.cookie_lifetime00
session.cookie_path//
session.cookie_secureOffOff
session.entropy_fileno valueno value
session.entropy_length00
session.gc_divisor100100
session.gc_maxlifetime14401440
session.gc_probability11
session.namePHPSESSIDPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_pathD:WebserverPHPsessiondataD:WebserverPHPsessiondata
session.serialize_handlerphpphp
session.use_cookiesOnOn
session.use_only_cookiesOffOff
session.use_trans_sidOffOff

standard
Regex Library Bundled library enabled
Dynamic Library Support enabled
Internal Sendmail Support for Windows enabled

DirectiveLocal ValueMaster Value
assert.active11
assert.bail00
assert.callbackno valueno value
assert.quiet_eval00
assert.warning11
auto_detect_line_endings00
default_socket_timeout6060
safe_mode_allowed_env_varsPHP_PHP_
safe_mode_protected_env_varsLD_LIBRARY_PATHLD_LIBRARY_PATH
url_rewriter.tagsa=href,area=href,frame=src,input=src,form=,fieldset=a=href,area=href,frame=src,input=src,form=,fieldset=
user_agentno valueno value

tokenizer
Tokenizer Support enabled

wddx
WDDX Supportenabled
WDDX Session Serializer enabled

xml
XML Support active
XML Namespace Support active
EXPAT Version 1.95.6

zlib
ZLib Support enabled
Compiled Version 1.2.3
Linked Version 1.2.3

DirectiveLocal ValueMaster Value
zlib.output_compressionOffOff
zlib.output_compression_level-1-1
zlib.output_handlerno valueno value

Additional Modules
Module Name

Environment
VariableValue
REDIRECT_STATUS 200
HTTP_HOST http://www.my-domain.com
HTTP_USER_AGENT Mozilla/5.0 (Windows; U; Windows NT 5.2; nl; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
HTTP_ACCEPT text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
HTTP_ACCEPT_LANGUAGE nl,en-us;q=0.7,en;q=0.3
HTTP_ACCEPT_ENCODING gzip,deflate
HTTP_ACCEPT_CHARSET ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_KEEP_ALIVE 300
HTTP_CONNECTION keep-alive
HTTP_REFERER http://www.my-domain.com/admin/index.ph ... 43752dbf13
HTTP_COOKIE pass_hash=b56d6ec8e8ba6acfdc7201634ceaba3d; phpbb2mysql_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bs%3A1%3A%222%22%3B%7D; phpbb2mysql_menu_cat_id=0; phpbb2mysql___u=a%3A0%3A%7B%7D; phpbb2mysql___uf=0; member_id=1; ipb-myass-div=376,138; phpbb2mysql_sid=a78c63968d2ce3749beeca43752dbf13; phpbb2mysql___f_all=0; phpbb2mysql___f=a%3A0%3A%7B%7D; phpbb2mysql___t=a%3A0%3A%7B%7D; phpbb2mysql_2_f_all=0; phpbb2mysql_2_f=a%3A0%3A%7B%7D; phpbb2mysql_2_t=a%3A0%3A%7B%7D
PATH C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;D:WebserverMySQLbin
SystemRoot C:WINDOWS
COMSPEC C:WINDOWSsystem32cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
WINDIR C:WINDOWS
SERVER_SIGNATURE <address>Apache/2.0.55 (Win32) Server at http://www.my-domain.com Port 80</address>
SERVER_SOFTWARE Apache/2.0.55 (Win32)
SERVER_NAME http://www.my-domain.com
SERVER_ADDR 192.168.5.1
SERVER_PORT 80
REMOTE_ADDR 192.168.5.1
DOCUMENT_ROOT D:/Webserver/Apache/Apache2/www/www.my-domain.com/
SERVER_ADMIN http://www.my-domain.com
_SERVER["HTTP_USER_AGENT"]Mozilla/5.0 (Windows; U; Windows NT 5.2; nl; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
_SERVER["HTTP_ACCEPT"]text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
_SERVER["HTTP_ACCEPT_LANGUAGE"]nl,en-us;q=0.7,en;q=0.3
_SERVER["HTTP_ACCEPT_ENCODING"]gzip,deflate
_SERVER["HTTP_ACCEPT_CHARSET"]ISO-8859-1,utf-8;q=0.7,*;q=0.7
_SERVER["HTTP_KEEP_ALIVE"]300
_SERVER["HTTP_CONNECTION"]keep-alive
_SERVER["HTTP_REFERER"]http://www.my-domain.com/admin/index.ph ... 43752dbf13
_SERVER["HTTP_COOKIE"]pass_hash=b56d6ec8e8ba6acfdc7201634ceaba3d; phpbb2mysql_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bs%3A1%3A%222%22%3B%7D; phpbb2mysql_menu_cat_id=0; phpbb2mysql___u=a%3A0%3A%7B%7D; phpbb2mysql___uf=0; member_id=1; ipb-myass-div=376,138; phpbb2mysql_sid=a78c63968d2ce3749beeca43752dbf13; phpbb2mysql___f_all=0; phpbb2mysql___f=a%3A0%3A%7B%7D; phpbb2mysql___t=a%3A0%3A%7B%7D; phpbb2mysql_2_f_all=0; phpbb2mysql_2_f=a%3A0%3A%7B%7D; phpbb2mysql_2_t=a%3A0%3A%7B%7D
_SERVER["PATH"]C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Webserver\MySQL\bin
_SERVER["SystemRoot"]C:\WINDOWS
_SERVER["COMSPEC"]C:\WINDOWS\system32\cmd.exe
_SERVER["PATHEXT"].COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
_SERVER["WINDIR"]C:\WINDOWS
_SERVER["SERVER_SIGNATURE"]<address>Apache/2.0.55 (Win32) Server at http://www.my-domain.com Port 80</address>
_SERVER["SERVER_SOFTWARE"]Apache/2.0.55 (Win32)
_SERVER["SERVER_NAME"]http://www.my-domain.com
_SERVER["SERVER_ADDR"]192.168.5.1
_SERVER["SERVER_PORT"]80
_SERVER["REMOTE_ADDR"]192.168.5.1
_SERVER["DOCUMENT_ROOT"]D:/Webserver/Apache/Apache2/www/www.my-domain.com/
_SERVER["SERVER_ADMIN"]http://www.my-domain.com
_ENV["HTTP_USER_AGENT"]Mozilla/5.0 (Windows; U; Windows NT 5.2; nl; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
_ENV["HTTP_ACCEPT"]text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
_ENV["HTTP_ACCEPT_LANGUAGE"]nl,en-us;q=0.7,en;q=0.3
_ENV["HTTP_ACCEPT_ENCODING"]gzip,deflate
_ENV["HTTP_ACCEPT_CHARSET"]ISO-8859-1,utf-8;q=0.7,*;q=0.7
_ENV["HTTP_KEEP_ALIVE"]300
_ENV["HTTP_CONNECTION"]keep-alive
_ENV["HTTP_REFERER"]http://www.my-domain.com/admin/index.ph ... 43752dbf13
_ENV["HTTP_COOKIE"]pass_hash=b56d6ec8e8ba6acfdc7201634ceaba3d; phpbb2mysql_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bs%3A1%3A%222%22%3B%7D; phpbb2mysql_menu_cat_id=0; phpbb2mysql___u=a%3A0%3A%7B%7D; phpbb2mysql___uf=0; member_id=1; ipb-myass-div=376,138; phpbb2mysql_sid=a78c63968d2ce3749beeca43752dbf13; phpbb2mysql___f_all=0; phpbb2mysql___f=a%3A0%3A%7B%7D; phpbb2mysql___t=a%3A0%3A%7B%7D; phpbb2mysql_2_f_all=0; phpbb2mysql_2_f=a%3A0%3A%7B%7D; phpbb2mysql_2_t=a%3A0%3A%7B%7D
_ENV["PATH"]C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Webserver\MySQL\bin
_ENV["SystemRoot"]C:\WINDOWS
_ENV["COMSPEC"]C:\WINDOWS\system32\cmd.exe
_ENV["PATHEXT"].COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
_ENV["WINDIR"]C:\WINDOWS
_ENV["SERVER_SIGNATURE"]<address>Apache/2.0.55 (Win32) Server at http://www.my-domain.com Port 80</address>
_ENV["SERVER_SOFTWARE"]Apache/2.0.55 (Win32)
_ENV["SERVER_NAME"]http://www.my-domain.com
_ENV["SERVER_ADDR"]192.168.5.1
_ENV["SERVER_PORT"]80
_ENV["REMOTE_ADDR"]192.168.5.1
_ENV["DOCUMENT_ROOT"]D:/Webserver/Apache/Apache2/www/www.my-domain.com/
_ENV["SERVER_ADMIN"]<a>webmaster@my-domain.com</a>
_ENV["SCRIPT_FILENAME"]D:/Webserver/PHP/php.exe
_ENV["REMOTE_PORT"]1181
_ENV["REDIRECT_QUERY_STRING"]mode=php_info&sid=a78c63968d2ce3749beeca43752dbf13&module=2cb5e330f042b192586258f471f5f8cb
_ENV["REDIRECT_URL"]/admin/admin_security.php
_ENV["GATEWAY_INTERFACE"]CGI/1.1
_ENV["SERVER_PROTOCOL"]HTTP/1.1
_ENV["REQUEST_METHOD"]GET
_ENV["QUERY_STRING"]mode=php_info&sid=a78c63968d2ce3749beeca43752dbf13&module=2cb5e330f042b192586258f471f5f8cb
_ENV["REQUEST_URI"]/admin/admin_security.php?mode=php_info&sid=a78c63968d2ce3749beeca43752dbf13&module=2cb5e330f042b192586258f471f5f8cb
_ENV["SCRIPT_NAME"]/php/php.exe
_ENV["PATH_INFO"]/admin/admin_security.php
_ENV["PATH_TRANSLATED"]D:\Webserver\Apache\Apache2\www\www.my-domain.com\admin\admin_security.php

Statistics: Posted Author: Vixje — Sun Apr 16, 2006 3:10 am


]]>
2006-04-15T19:40:22-07:00 2006-04-15T19:40:22-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=1795#p1795 <![CDATA[Re: Problem clean install]]> I dont recall the exact errors I was having, but since your getting errors regarding your GD library, it is worth a check

Statistics: Posted Author: Helter — Sat Apr 15, 2006 7:40 pm


]]>
2006-04-15T15:32:46-07:00 2006-04-15T15:32:46-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=1778#p1778 <![CDATA[Re: Problem clean install]]> Statistics: Posted Author: Vixje — Sat Apr 15, 2006 3:32 pm


]]>
2006-04-15T15:11:09-07:00 2006-04-15T15:11:09-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=1770#p1770 <![CDATA[Problem clean install]]> Statistics: Posted Author: Michaelo — Sat Apr 15, 2006 3:11 pm


]]>
2006-04-15T14:41:24-07:00 2006-04-15T14:41:24-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=1766#p1766 <![CDATA[Re: Problem clean install]]>
Fully up2date w2k3 server sp1.

php-4.4.2 with all nessecary modules loaded.
mysql-4.1.18
apache_2.0.55

Running also a phpbb 2.0.19 forum, no problems there.

Thnx for the move Adrian.

Statistics: Posted Author: Vixje — Sat Apr 15, 2006 2:41 pm


]]>
2006-04-15T14:25:10-07:00 2006-04-15T14:25:10-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=1763#p1763 <![CDATA[Problem clean install]]>
A

Statistics: Posted Author: Adrian Rea — Sat Apr 15, 2006 2:25 pm


]]>
2006-04-15T13:08:54-07:00 2006-04-15T13:08:54-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=1753#p1753 <![CDATA[Problem clean install]]>
I have recently installed 1.4 from here as a test site and it works perfectly.

Maybe post some more details pertaining to your server.

Statistics: Posted Author: Simon N — Sat Apr 15, 2006 1:08 pm


]]>
2006-04-15T11:25:20-07:00 2006-04-15T11:25:20-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=1752#p1752 <![CDATA[Problem clean install]]>
do you have any idea what post/record in the pre-install files could be containing old files? I tried to delete the standard topic and post but that wasnt it and i havent found any outdated record in the DB yet.

Statistics: Posted Author: Vixje — Sat Apr 15, 2006 11:25 am


]]>
2006-04-15T10:25:45-07:00 2006-04-15T10:25:45-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=1747#p1747 <![CDATA[Problem clean install]]>
A

Statistics: Posted Author: Adrian Rea — Sat Apr 15, 2006 10:25 am


]]>
2006-04-15T09:23:39-07:00 2006-04-15T09:23:39-07:00 https://integramod.com/forum/viewtopic.php?t=237&p=1737#p1737 <![CDATA[Re: Problem clean install]]>

this is the rule 1060 from the funtions file

Statistics: Posted Author: Vixje — Sat Apr 15, 2006 9:23 am


]]>