ik heb apache2 geinstaleerd samen met php 5 volgens een verhaaltje op deze site, stont er allemaal erg mooi en dudelijk, en nu draaid php wel atans ik zie wel dat php scherm met al die info als ik phptest opvraag.
het rare is dat het ene script wel werkt, en het andere niet:S volgens apache draat php wel!
wie weet wat hier aan de hand van zijn!
ohja die erro zal ik wel weer ff opzoeken en posten als het nodig is!
groetjes
?
Onbekende gebruiker
21-03-2006 18:06
Als je de slimme vragen stellen tut ook had gelezen zou je weten dat errors posten ook wel handig is.
?
Onbekende gebruiker
21-03-2006 18:07
gewijzigd op 21-03-2006 18:09
Op welke manier werken je scripts niet?
Doen ze het niet of krijg je gewoon je PHP bron-code terug op je scherm/in de HTML-bron?
edit: Sebas was me voor :-P
btw Laat ik die tut voor de grap ook een gaan lezen:-P
ik zal toch nog een error posten, hier is ie:
dit is bij een anders GOED WERKEN berichenbalkje de error. als ik BV index.php oproep koptie de index.php wel tevoorschijn, maar waar normaal me berichen moeten komen zijn allen deze errors te zien:
Warning: include(config.php) [function.include]: failed to open stream: No such file or directory in C:\server\Apache2\htdocs\index.php on line 116
Warning: include() [function.include]: Failed opening 'config.php' for inclusion (include_path='.;C:\php5\pear') in C:\server\Apache2\htdocs\index.php on line 116
Notice: Undefined variable: hits in C:\server\Apache2\htdocs\index.php on line 117
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 118
Notice: Undefined variable: getal in C:\server\Apache2\htdocs\index.php on line 118
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 119
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 120
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 121
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 122
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 123
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 124
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 125
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 126
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 127
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 128
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 129
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 130
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 131
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 132
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 133
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 134
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 135
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 136
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 137
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 138
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 139
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 140
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 141
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 142
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 143
Notice: Undefined variable: dir in C:\server\Apache2\htdocs\index.php on line 144
Notice: Undefined variable: hits in C:\server\Apache2\htdocs\index.php on line 117
Notice: Undefined variable: bestand in C:\server\Apache2\htdocs\index.php on line 155
Notice: Undefined variable: leeg in C:\server\Apache2\htdocs\index.php on line 156
?
Onbekende gebruiker
25-03-2006 12:20
[faq]6[/faq] is de bron van het antwoord. Config.php kan niet geopend worden.
Trouwens, gebruik jij isset() om te kijken of vars bestaan?