1 deabell Aug 31, 2007 21:48
3 deabell Sep 02, 2007 01:54
That didn't work. :(
4 afwas Sep 02, 2007 02:10
Please do check (again) if the file blogs/inc/VIEW/login/_login_form.php exists and is not 0 bytes in size.
5 deabell Sep 02, 2007 02:41
: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?
6 afwas Sep 02, 2007 02:47
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
7 deabell Sep 02, 2007 03:17
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. :-/
8 afwas Sep 02, 2007 03:22
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]
9 deabell Sep 02, 2007 03:35
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.
10 afwas Sep 02, 2007 03:38
did you md5 the password first and did you log in as admin with the password not md5'ed?
11 deabell Sep 02, 2007 03:42
I'm not sure what md5 is
12 afwas Sep 02, 2007 03:48
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
13 deabell Sep 02, 2007 03:53
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?
14 deabell Sep 02, 2007 03:55
Data base systems was my worst class, otherwise I had a 3.9 :)
15 afwas Sep 02, 2007 04:00
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.
16 afwas Sep 02, 2007 04:15
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
17 deabell Sep 02, 2007 04:17
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
18 afwas Sep 02, 2007 04:25
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.
19 deabell Sep 02, 2007 04:27
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:
20 afwas Sep 02, 2007 04:40
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]
21 deabell Sep 02, 2007 05:53
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
22 deabell Sep 02, 2007 05:59
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
23 deabell Sep 02, 2007 06:10
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
24 jholzy Sep 28, 2007 06:05
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!
25 afwas Sep 28, 2007 06:18
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