PHP Nuke Nederland
 
•   Home  •  Downloads  •  Your Account  •  Forums  •
PHP-Nuke Nederland: Forums

PHP-Nuke Nederland :: View topic - Error bij installatie
 Forum FAQ  •   Search   •  Memberlist  •  Usergroups   •  Register   •    •  Profile  •  Log in to check your private messages  •  Log in

 
Post new topicReply to topic
View previous topic Log in to check your private messages View next topic
Author Message
At0miC
Beginner
Beginner


Joined: Mar 24, 2005
Posts: 9

PostPosted: Thu 14 Apr 2005 8:28 Reply with quoteBack to top

Ik heb php-nuke 7,5 geinstalleerd en ik krijg nu deze errors:

Code:

Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home/www/vettebiet.coolinc.info/mainfile.php on line 183

Warning: main(): Failed opening 'language/lang-.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/www/vettebiet.coolinc.info/mainfile.php on line 183

Warning: head(themes//theme.php): failed to open stream: No such file or directory in /home/www/vettebiet.coolinc.info/header.php on line 31

Warning: head(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/www/vettebiet.coolinc.info/header.php on line 31

Fatal error: Call to undefined function: themeheader() in /home/www/vettebiet.coolinc.info/header.php on line 47


Mijn config:

Code:

$dbhost = "coolinc.info:3306";
$dbuname = "vettebiet_nuke1";
$dbpass = "*******";
$dbname = "vettebiet_nuke1";
$prefix = "vettebiet_nuke1";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";


Kan iemand mij helpen? Embarassed

http://vettebiet.coolinc.info/
View user's profileSend private message
bas1286
Moderator
Moderator


Joined: Dec 03, 2004
Posts: 517

PostPosted: Thu 14 Apr 2005 8:40 Reply with quoteBack to top

kijk hier effe
http://www.phpnuke-nederland.com/ftopict-59.html

_________________
Te Lezen: Forum Regels | Te Gebruiken:[/b:161cfc8cd3
View user's profileSend private message
At0miC
Beginner
Beginner


Joined: Mar 24, 2005
Posts: 9

PostPosted: Thu 14 Apr 2005 18:03 Reply with quoteBack to top

Hmm.. dat werkte niet echt. Nog andere suggesties?
View user's profileSend private message
XenomorpH
Helper
Helper


Joined: Sep 16, 2004
Posts: 147

PostPosted: Thu 14 Apr 2005 20:10 Reply with quoteBack to top

Fatal error: Call to undefined function: themeheader() in /home/www/vettebiet.coolinc.info/header.php on line 47

Dat is een typisch theme fout...de theme is niet goed geupload, hij mist een aantal bestanden.
View user's profileSend private messageVisit poster's website
bas1286
Moderator
Moderator


Joined: Dec 03, 2004
Posts: 517

PostPosted: Thu 14 Apr 2005 20:31 Reply with quoteBack to top

Code:

$dbhost = "coolinc.info:3306";


Klopt dit wel, is het niet gewoon localhost

_________________
Te Lezen: Forum Regels | Te Gebruiken:[/b:161cfc8cd3
View user's profileSend private message
XenomorpH
Helper
Helper


Joined: Sep 16, 2004
Posts: 147

PostPosted: Thu 14 Apr 2005 21:05 Reply with quoteBack to top

Nee, dat hoeft niet altijd Wink
View user's profileSend private messageVisit poster's website
At0miC
Beginner
Beginner


Joined: Mar 24, 2005
Posts: 9

PostPosted: Thu 14 Apr 2005 21:17 Reply with quoteBack to top

XenomorpH wrote:
Fatal error: Call to undefined function: themeheader() in /home/www/vettebiet.coolinc.info/header.php on line 47

Dat is een typisch theme fout...de theme is niet goed geupload, hij mist een aantal bestanden.


Hmz, dat is raar, ik heb gewoon de originele php-nuke 7,5 erop gezet, alle bestanden dus ook de themes.

Enig idee hoe ik dit kan fixen?
View user's profileSend private message
BlueLion
Administrator
Administrator


Joined: Aug 21, 2004
Posts: 2836

PostPosted: Fri 15 Apr 2005 1:16 Reply with quoteBack to top

Code:
$dbhost = "localhost";
$dbuname = "vettebiet_nuke1";
$dbpass = "*******";
$dbname = "vettebiet_nuke1";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";


Controleer alleen $dbuname nog. Ik heb het idee dat die anders moet zijn. Doe dit m.b.v. de gegevens die je gekregen hebt van je host.


BL
View user's profileSend private messageSend e-mailVisit poster's website
At0miC
Beginner
Beginner


Joined: Mar 24, 2005
Posts: 9

PostPosted: Fri 15 Apr 2005 1:52 Reply with quoteBack to top

Nope Crying or Very sad ,

Code:

Your SQL login and password and other database parameters are below:

   username: vettebiet_nuke1
   password: ******
   database name: vettebiet_nuke1
   database host: coolinc.info
   database port: 3306


help

--
btw, wat moet ik eigenlijk zien als het nu allemaal perfect werkt? Gewoon een website?
View user's profileSend private message
BlueLion
Administrator
Administrator


Joined: Aug 21, 2004
Posts: 2836

PostPosted: Fri 15 Apr 2005 5:01 Reply with quoteBack to top

Code:
$dbhost = "coolinc.info";
$dbuname = "vettebiet_nuke1";
$dbpass = "*******";
$dbname = "vettebiet_nuke1";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";


Op basis van die gegevens zou je config.php eruit moeten zien zoals hierboven.

Wat je ziet als dat werkt? Een website zoals als deze. Powered by PHP-Nuke


BL
View user's profileSend private messageSend e-mailVisit poster's website
At0miC
Beginner
Beginner


Joined: Mar 24, 2005
Posts: 9

PostPosted: Fri 15 Apr 2005 5:17 Reply with quoteBack to top

Ok, ik heb de config veranderd zoals hierboven, nu krijg ik dit:

Code:

There seems to be a problem with the MySQL server, sorry for the inconvenience.

We should be back shortly.


dus dat lukte ook niet Sad
View user's profileSend private message
BlueLion
Administrator
Administrator


Joined: Aug 21, 2004
Posts: 2836

PostPosted: Fri 15 Apr 2005 5:31 Reply with quoteBack to top

De verbinding is in ieder geval gemaakt. Nu nog zorgen dat de juiste database wordt geselecteerd.
Hoe heet jouw database, de naam zoals je die in je phpmyadmin staat.


BL
View user's profileSend private messageSend e-mailVisit poster's website
At0miC
Beginner
Beginner


Joined: Mar 24, 2005
Posts: 9

PostPosted: Fri 15 Apr 2005 5:37 Reply with quoteBack to top

vettebiet_nuke1

Wink
View user's profileSend private message
BlueLion
Administrator
Administrator


Joined: Aug 21, 2004
Posts: 2836

PostPosted: Fri 15 Apr 2005 5:51 Reply with quoteBack to top

Wat is je $prefix? Dus, waar begint in je database alle tabellen mee? Zijn de tabellen er wel?

Heb je de database gevuld zoals in stap 2 en 3 in dit topic? http://www.phpnuke-nederland.com/ftopict-3.html


BL
View user's profileSend private messageSend e-mailVisit poster's website
At0miC
Beginner
Beginner


Joined: Mar 24, 2005
Posts: 9

PostPosted: Fri 15 Apr 2005 6:01 Reply with quoteBack to top

Ik heb 88 tabellen in de database, ze beginnen met de naam "nuke_"

Alle bestanden uit de html map had ik naar "/www/vettebiet.coolinc.info/" geplaatst (ftp)
View user's profileSend private message
Display posts from previous:      
 Donaties   Adverteren 
Wilt u het forum steunen, dan kunt u nu eenvoudig doneren met PayPal.
Post new topicReply to topic
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Web site powered by PHP-Nuke

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2004-2008 by BlueLion.
SEO enhanced with the Sitemapper script
You can syndicate our news using the file backend.php or ultramode.txt
Powered by PHP Powered by MySQL Apache Webserver Valid robots.txt
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Pagina rendering: 0.17 seconden


[Valid News RSS]

RSS Feeds:
[RSS 2.0 News Feed]
[RSS 2.0 Download Feed]
[RSS 2.0 Forum Feed]
[RSS 2.0 Link Feed]
:: fisubsilver shadow phpbb2 style by Daz :: PHP-Nuke theme by BlueLion ::