PHP + MySql+CMS+PHPWeblog

Pagina: 1
Acties:
  • 120 views sinds 30-01-2008

  • Beyond
  • Registratie: Juni 2001
  • Laatst online: 21-08 21:57

Beyond

Dussssss.......

Topicstarter
Ik wil een CMS programma gebruiken (PHPWeblog).
Ik heb naar mijn mening alles goed ingesteld maar nu wil ik dus het admin gedeelte openen en dan krijg ik de volgende fouten :

Warning: Failed opening '/phpweblog/backend/language/english.lng' for inclusion (include_path='') in ../include/common.inc.php on line 76

Warning: Failed opening '/phpweblog/include/func.inc.php' for inclusion (include_path='') in ../include/common.inc.php on line 80

Warning: Failed opening '/phpweblog/include/blocks.inc.php' for inclusion (include_path='') in ../include/common.inc.php on line 81

Warning: Failed opening '/phpweblog/include/layout.inc.php' for inclusion (include_path='') in ../include/common.inc.php on line 82

Warning: Failed opening '/phpweblog/include/parser.inc.php' for inclusion (include_path='') in ../include/common.inc.php on line 83

Warning: Failed opening '/phpweblog/include/polls.inc.php' for inclusion (include_path='') in ../include/common.inc.php on line 84

Warning: Failed opening '/phpweblog/include/search.inc.php' for inclusion (include_path='') in ../include/common.inc.php on line 85

Warning: Failed opening '/phpweblog/include/comments.inc.php' for inclusion (include_path='') in ../include/common.inc.php on line 86

Fatal error: Call to undefined function: import_layout() in ../include/common.inc.php on line 92

Common.inc.php ziet er als volgt uit :

=*=======================================================================*/

## MySQL connectivity variables
$G_DB = "WEBLOG"; # database name
$G_HOST = "stefan"; # hostname
$G_PORT = "3306"; # mysql port
$G_USER = "stefan"; # mysql username
$G_PASS = "********"; # mysql password

## (do not add a trailing / to the following paths)

## full path to the phpWebLog base directory
$G_PATH = "/phpweblog";

## full URL to your phpWebLog document root
$G_URL = "http://localhost/";

/*== No need to edit past this line ====================================*/


Dit zijn de regels waarnaar hij verwijst :

/*== include in language translation ==*/
$LANG= !empty($CONF["Language"]) ? $CONF["Language"] : "english";
include($G_PATH . "/backend/language/" . $LANG . ".lng");

/*== include functions ==================================================*/

include("$G_PATH/include/func.inc.php");
include("$G_PATH/include/blocks.inc.php");
include("$G_PATH/include/layout.inc.php");
include("$G_PATH/include/parser.inc.php");
include("$G_PATH/include/polls.inc.php");
include("$G_PATH/include/search.inc.php");
include("$G_PATH/include/comments.inc.php");

/*====================================================================*/

/*== read in layout data ==*/
$THEME= !empty($preview_layout) ? $preview_layout : $CONF["Layout"];
$LAYOUT= import_layout($THEME);

Wat doe ik fout ?

Al het goeie.......


  • JoostBaksteen
  • Registratie: December 2000
  • Laatst online: 27-03 19:32
heb je $G_PATH = "/phpweblog"; wel goed ingesteld?? Dat denk ik niet...

  • Beyond
  • Registratie: Juni 2001
  • Laatst online: 21-08 21:57

Beyond

Dussssss.......

Topicstarter
Dit heb ik daar nu ingevoerd :

c:\phpdev3\www\phpweblog

Staat nu nog gewoon thuis voor het testen als ik hem dan straks op internet zet wat moet ik daar dan invullen ?

Als ik voor $G_PATH = [url="http://localhost/phpweblog"]http://localhost/phpweblog[/url] invul dan werkt het ook niet.

Al het goeie.......


  • D2k
  • Registratie: Januari 2001
  • Laatst online: 09-01 11:25

D2k

c:\phpdev3\www\phpweblog

zou ik
c:/phpdev3/www/phpweblog van maken


en op inet ff in phpinfo() het pad opzoeken

Doet iets met Cloud (MS/IBM)


Verwijderd

Je moet je rechten aanpassen

  • gorgi_19
  • Registratie: Mei 2002
  • Laatst online: 20-08 11:40

gorgi_19

Kruimeltjes zijn weer op :9

Verwijderd schreef op 25 July 2003 @ 19:59:
Je moet je rechten aanpassen
offtopic:
Daar zou hij naar 2 jaar ook wel achter gekomen zijn.. ;)

Digitaal onderwijsmateriaal, leermateriaal voor hbo


  • justmental
  • Registratie: April 2000
  • Niet online

justmental

my heart, the beat

blaataap174, nou ben ik toch wel benieuwd hoe je tot de beslissing gekomen bent om een suggestie te doen in deze bejaarde draad.
Zou je licht in deze duisternis kunnen scheppen?

Who is John Galt?


  • justmental
  • Registratie: April 2000
  • Niet online

justmental

my heart, the beat

Geen reactie, dan nemen we maar aan dat het compulsieve postingdrang is.
*noted*

Who is John Galt?

Pagina: 1

Dit topic is gesloten.