Blog requires Administrator login

May this is not the correct part of use but on my site beam.to/sksite there is a BLOG. I can not read by browsing the the entries. is anybody know.

Well, you did not ask a question. And, you did not show any code. Exactly what do you need help with?

Here: http://nuso.bplaced.net/phpwebsite_1_7_0/index.php?module=blog&action=view , it is unable to view the entries.

Well, I went to the link you posted. It came up with nothing showing in the center.
I pressed on a data and it show that there are no entries for that date.

So, it appears to be working except, there are no entries for that date.
Did you enter some test entries for today?

ok. Thanx to you. I looked around and i decide to do the blog. i make some more Main-entrie. There is a limitation to a specific group i can’t change and don’t know why. the problem is the fatal error message i get on clicking “Juengste Blockeintraege”.
I will come back with my next problem . . 8)

Okay, so you are getting an error message and that gives you some place to start with.

I will close this topic as solved. When you get to the next problem, create a new topic with the name of the error that you want help with. Good luck…

mm good,
i use the phpwebsite_1_7_0/ this side is within some modules. The blog module can set to the left or right frame/panel. I decided the left panel would be good. But then the headline decides to give back an error on clickin’. a massage is shown in the browser: fatal error what is fixed by disable and do it again next day.
I understand this site for the main till to the login. So i already don’t know the blog approvel login page on click an entry. right?! “http://nuso.bplaced.net/phpwebsite_1_7_0/index.php?module=blog&action=admin&command=list&authkey=c4e88306a8b6ecf8d0208df18baba7fc

I made a testentrie today. What gives back an error has been occured. (I purged the data from 2010) now there is a table youngest entries and a table older entries. When i’m logged in as administrator i can view all entries but when i not logged in i can not view the blog entries. URL given in conversation.

Well, I looked at your site you posted. It works for me. But, did not show any entries. I was not logged it.
Without seeing a lot of your code I can not help. A wild guess would be that the queries for the data are not
set up correctly. OR, you have lost your connection to the table that holds the entries.

To debug this type of problem, first add instructions to PHP to show ALL errors. to do that, add these lines to
your PHP code:
[php]
error_reporting(E_ALL);
ini_set(‘display_errors’, ‘1’);
[/php]
These lines will make PHP show ALL errors in the PHP side of your code. Then, try your site again and see if an error is displayed.

Next, I suggest echo’ing your QUERY before you use it and make sure that the QUERY is correct. Sometimes a variable will be changed and mess up your SQL QUERY.

Not sure if this helps, but, give it a try and let us know what happens… Good luck.

Sponsor our Newsletter | Privacy Policy | Terms of Service