Author |
Message |
|
Which words?
|
 |
|
Look in your index.php file and you will see the code that looks something like
<?php include('/home/cgnetpro/public_html/poll/poll_cookie.php'); ?>
Thats needs to be the very first thing in index.php
|
 |
|
Did you put the include code for poll_cookie.php at the very very very start of index.php like you were told to do?
|
 |
|
Can you confirm that you can login and see the admin but as soon as you click a link it takes you back to the login screen?
|
 |
|
UNTESTED
Open gb.class.php
Find
Replace with
Find
Replace with
Find
Replace with
|
 |
|
It's possible but why ?
|
 |
|
This used to happen when updating from 2.2 to 2.3. I will have to look at the files.
|
 |
|
If it's a fresh install try deleting the database and trying again.
|
 |
|
1 - Fantastico is usually a few versions behind and it's also up to your host to make sure they are running latest version of Fantastico.
2 - I believe Auron wrote a tutorial on the Advanced poll.
|
 |
|
I promise not to mention that this is the Advanced guestbook forum and you are using Lazarus
|
 |
|
Actually I believe you can set the link colour in the style section of admin.
|
 |
|
Edit header.php to add a { color: white; } to the css.
|
 |
|
body.php
form.php
|
 |
|
Edit body.php and form.php in templates.
|
 |
|
There is a new variable in the config.inc.php so you need to copy your database information from your current config file to the new one.
|
 |
|