2 afwas Sep 01, 2007 00:44

That didn't work. :(
Please do check (again) if the file blogs/inc/VIEW/login/_login_form.php exists and is not 0 bytes in size.
:D
Awesome! I swear the files ere in there and they disappeared. I have gotten to the login page but my password isn't working. I'm thinking it was on one of those set up pages that I can't get to now... :roll:
Do you know how I find it?
Take a [url=http://b2evolution.net/downloads/index.html]fresh download[/url] and upload all files to the server.
Make backups from skins you have changed and the file blogs/conf_basic_conf.php for DB settings.
If you need or want to do an upgrade, run ../blogs/install/index.php, othrwise do nt.
Good luck
Thanks, reuploaded everything, but I can not get in using my set password. I requested an email of my password 3 times nd have not gotten one yet. :-/
1) Check the email setting for the admin in ../blogs/conf/_basic_conf.php
2) There is a backdoor, read [url=http://forums.b2evolution.net/viewtopic.php?t=12071&start=0&postdays=0&postorder=asc&highlight=password]this post[/url]
Okay, I went to phpmyadmin found evo_users folder then went to user_pass and copied the one password from in there. it did not work.
did you md5 the password first and did you log in as admin with the password not md5'ed?
I'm not sure what md5 is
md5 is some sort of encryption.
If your password is 'banana' then you go to http://www.netadvies.nl/cgi-bin/md5.cgi and type banana in the box. If you hit 'verwerken' (it's a Dutch site) it spits out:
72b302bf297a228a75730123efef7c41
In the database you put this strange looking string. Now you can login to your blog with the password banana.
Good luck
Okay I am really way in over my head, but I really want to try to do this.
where and how do I put this in my database?
Data base systems was my worst class, otherwise I had a 3.9 :)
Go to your host. He has some kind of login system to cPanel or equivalent. There you can select the databases and probably you get into phpMyAdmin of some sort. From there you can view the databases and insert SQL queries etc.
When in phpMyAdmin:
1) select the database in the left panel
2) select 'users' by clicking on it in the left panel
3) click Browse, a table will appear.
4) click the pencil (edit) next to 1 - admin
5) add the encrypted password
6) save and exit
Now I'm getting this error
Notice: Only variable references should be returned by reference in /home/deabellc/public_html/blogs/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Warning: main(/home/deabellc/public_html/blogs/skins_adm/legacy/_adminUI.class.php): failed to open stream: No such file or directory in /home/deabellc/public_html/blogs/_header.php on line 93
Fatal error: main(): Failed opening required '/home/deabellc/public_html/blogs/skins_adm/legacy/_adminUI.class.php' (include_path='.:/usr/local/lib/php') in /home/deabellc/public_html/blogs/_header.php on line 93
Does this file blogs/skins_adm/legacy/_adminUI.class.php exist on the server? There might have gone something wrong durig file upload. If so, try uploading all files again.
I decided I was having to many problems and it would be best to start over again. I deleted the database, created a new one and I'm re uploading again now. :roll:
Anticipating your next post, read [url=http://forums.b2evolution.net//viewtopic.php?t=11031]this post[/url] first and then [url=http://forums.b2evolution.net/viewtopic.php?t=12442&start=0&postdays=0&postorder=asc&highlight=variable+reference]this post[/url]
that took forever, I kept losing my internet connection. Anyway, I got in and on the header of my page it says:
Notice: Only variable references should be returned by reference in /home/deabellc/public_html/blogs/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Warning: Cannot modify header information - headers already sent by (output started at /home/deabellc/public_html/blogs/inc/MODEL/dataobjects/_dataobjectcache.class.php:121) in /home/deabellc/public_html/blogs/inc/VIEW/_menutop.php on line 39
my host is using 4.4.1 php
that took forever, I kept losing my internet connection. Anyway, I got in and on the header of my page it says:
Notice: Only variable references should be returned by reference in /home/deabellc/public_html/blogs/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Warning: Cannot modify header information - headers already sent by (output started at /home/deabellc/public_html/blogs/inc/MODEL/dataobjects/_dataobjectcache.class.php:121) in /home/deabellc/public_html/blogs/inc/VIEW/_menutop.php on line 39
my host is using 4.4.1 php
I changed line 121 to
$obj = & new $objtype( $row );
worked great. That's about all I'm up for tonight. Ill get back at this Sun. Thanks so much for all your help
EDB
deabell wrote:
I changed line 121 to
$obj = & new $objtype( $row );
worked great. That's about all I'm up for tonight. Ill get back at this Sun. Thanks so much for all your help
EDB
deabell, which file did you make this change to? I'm having the same problem and would like to try this to see if it also takes care of it.
Thnx!
jholzy wrote:
deabell, which file did you make this change to? I'm having the same problem and would like to try this to see if it also takes care of it.
Thnx!
Last time I answered them all was in [url=http://forums.b2evolution.net/viewtopic.php?t=12651&start=0&postdays=0&postorder=asc&highlight=]this post[/url].
Good luck
Often the cause of a problem like this is that php.ini does not eserve enough memory for the blog. Try this: in ../blogs/conf/_advanced.php from line 43 oneard it reads:
Uncomment the last line (delete the slashes //) and hopefully your blog runs smooth again. If this didn't cure the problem, please report back to this topic.
Good luck