View previous topic :: View next topic |
Author |
Message |
yummynsweet
Joined: 01 Dec 2004 Posts: 7
|
Posted: Sun Dec 05, 2004 3:54 pm Post subject: HELP!!PLEASE SOMEONE HELP! I HAVE NO IDEA WHAT IM DOING!! |
|
|
Okay I made my layout with psp 9. I have B2 installed but now I have no idea what 2 do. Its frustarting me. I want my layout to be on B2 but how the HELL do I do it? Can someone please help |
|
Back to top |
|
 |
sh0ck
Joined: 02 May 2004 Posts: 34 Location: Norway
|
Posted: Sun Dec 05, 2004 11:38 pm Post subject: |
|
|
insert your layouts HTML here with your desired look of the b2 news system and someone will insert the proper PHP tags. OR, you could take the time and read the "readme" file, that way you might even learn something. _________________ http://www.licklinux.com |
|
Back to top |
|
 |
Cyberian75
Joined: 26 Sep 2002 Posts: 1263 Location: Oregon
|
Posted: Mon Dec 06, 2004 5:54 am Post subject: |
|
|
www.php.net _________________ Michael P.
 |
|
Back to top |
|
 |
yummynsweet
Joined: 01 Dec 2004 Posts: 7
|
Posted: Tue Dec 07, 2004 6:01 pm Post subject: |
|
|
Im not too good with coding either. I had cuteftp pro html do the coding for my frames, but I think that all went wrong as well. All I have is the layout sliced images on my file maneger. ive been reading and reading and still is getting no where. I need major help!! If anyone can help me please do. I guess I need to start from the basics which is coding the layout. |
|
Back to top |
|
 |
yummynsweet
Joined: 01 Dec 2004 Posts: 7
|
Posted: Fri Dec 10, 2004 2:59 pm Post subject: What are these errors? |
|
|
I keep getting
Warning: main(blog.header.php): failed to open stream: No such file or directory in /home/moemoe/public_html/blog/skins/custom/_main.php on line 1
Warning: main(): Failed opening 'blog.header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/moemoe/public_html/blog/skins/custom/_main.php on line 1
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/moemoe/public_html/blog/skins/custom/_main.php on line 41
I don't know what they mean or how to fix it. I put my layout in main.php of the b2 files. Maybe it doesn't belong there. can any1 help? |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 764 Location: Oslo, Norway
|
Posted: Fri Dec 10, 2004 3:54 pm Post subject: |
|
|
Have you checked that the files are in those paths/folders, and that they exist at all? _________________ VOTE for Female of the Year 2004 NOW! |
|
Back to top |
|
 |
yummynsweet
Joined: 01 Dec 2004 Posts: 7
|
Posted: Fri Dec 10, 2004 4:57 pm Post subject: |
|
|
what do you mean? Im sooo new to this b2 |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 764 Location: Oslo, Norway
|
Posted: Sat Dec 11, 2004 1:16 pm Post subject: |
|
|
Seems there's some really nice problems with your b2config.
Cross out the db password and post the b2config file here! _________________ VOTE for Female of the Year 2004 NOW! |
|
Back to top |
|
 |
yummynsweet
Joined: 01 Dec 2004 Posts: 7
|
Posted: Sun Dec 12, 2004 6:46 pm Post subject: |
|
|
Okay I copy and paste what I have exactly in the confg.php<?php
/**
* This is b2evolution's main config file
*
* You need to edit this file to your settings before attempting to install the database!
* Last significant changes to this file: version 0.9.0.2
*
*
* Reminder: every line starting with # or // is a comment, multiline comments are
* surrounded by '/*' and '* /' (without space).
*
* IMPORTANT: Take special care not to erase quotes (') around text parameters
* and semicolums ( at the end of the lines. Otherwise you'll get some
* "unexpected T_STRING" parse errors!
*
* Contributors: you should override this file by creating a file named _config_TEST.php
* (see end of this file)
*
* b2evolution - {@link http://b2evolution.net/}
* Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
* @copyright (c)2003-2004 by Francois PLANQUE - {@link http://fplanque.net/}
*
* @package conf
*/
/**#@+
* MySQL settings. Fill in your database details (check carefully or nothing will work!)
*/
define( 'DB_USER', 'moemoe_bvlt1' ); // your MySQL username
define( 'DB_PASSWORD', ' ); // ...and password
define( 'DB_NAME', 'moemoe_bvlt1' ); // the name of the database
define( 'DB_HOST', 'localhost' ); // mySQL Server (typically 'localhost')
/**#@-*/
/**
* If you want to be able to reset your existing b2evolution tables and start anew
* you must set $allow_evodb_reset to 1.
*
* NEVER LEAVE THIS SETTING ON ANYTHING ELSE THAN 0 (ZERO) ON A PRODUCTION SERVER.
* IF THIS IS ON (1) AND YOU FORGET TO DELETE THE INSTALL FOLDER, ANYONE WOULD BE ABLE TO
* ERASE YOUR B2EVOLUTION TABLES AND DATA BY A SINGLE CLICK!
*/
$allow_evodb_reset = 0; // Set to 1 to enable. Do not leave this on 1 on production servers
/**
* $baseurl is where your blogs reside by default. CHECK THIS CAREFULLY or nothing will work.
* It should be set to the URL where you can find the blog templates and/or the blog stub files,
* that means index.php, blog_b.php, etc.
* Note: Blogs can be in subdirectories of the baseurl. However, no blog should be outside
* of there, or some tricky things may fail (e-g: pingback)
*
* IMPORTANT: If you want to test b2evolution on your local machine, do NOT use that machine's
* name in the $baseurl!
* For example, if you machine is called HOMER, do not use http://homer/b2evolution/blogs !
* Use http://localhost/b2evolution/blogs instead. And log in on localhost too, not homer!
* If you don't, login cookies will not hold.
*/
$baseurl = 'http://kissedsecrets.net/blog'; // IMPORTANT: NO ENDING SLASH !!!
/**
* Your email. Will be used in severe error messages so that users can contact you.
* You will also receive notifications for new user registrations there.
*/
$admin_email = '[email protected]';
/**
* Once you have edited this file to your settings, set the following to 1 (one):
*/
$config_is_done = 1;
# IMPORTANT: you will find more parameters in the other files of the /conf folder.
# IT IS RECOMMENDED YOU DO NOT TOUCH THOSE SETTINGS
# UNTIL YOU ARE FAMILIAR WITH THE DEFAULT INSTALLATION.
#
# It is however strongly recommended you browse through these files as soon as you've
# got your basic installation working. They'll let you customize a lot of things!
# DO NOT EDIT THE FOLLOWING!
@include_once dirname(__FILE__).'/_config_TEST.php'; // Put testing conf in there (For testing, you can also set $install_password here)
require_once dirname(__FILE__).'/_advanced.php'; // advanced settings
require_once dirname(__FILE__).'/_locales.php'; // locale settings
require_once dirname(__FILE__).'/_formatting.php'; // formatting settings
require_once dirname(__FILE__).'/_admin.php'; // admin settings
require_once dirname(__FILE__).'/_stats.php'; // stats/hitlogging settings
@include_once dirname(__FILE__).'/_overrides_TEST.php'; // Override for testing in there
?> |
|
Back to top |
|
 |
yummynsweet
Joined: 01 Dec 2004 Posts: 7
|
Posted: Sun Dec 12, 2004 6:47 pm Post subject: |
|
|
I have no idea what all that mean. It came like that when I installed it, so I dont know what belongs or what dont. HELP please |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 764 Location: Oslo, Norway
|
|
Back to top |
|
 |
|