Forum Replies Created
-
In reply to: Undefined Fucntion_e() problem.
Right, cant fix the timezone as I have no idea what time zone it is in. Its 3000 miles away.
Cant be bothered with this – clicking a topic redirects me to my WordPress homepage? Eh?
Then it says the admin user I created and logged in as 10 mins ago doesnt exhist anymore. Riight.
Think I’ll stick with something more mature.
See you when bbpress gets there init.
Thanks again, but I dont have anymore time to waste ..
I just spunked 3 hrs on this! Thats more than enough ..
In reply to: Undefined Fucntion_e() problem.Fun fun fun.
In reply to: Undefined Fucntion_e() problem.Hmm. Let me have a look ..
In reply to: Undefined Fucntion_e() problem.Nevermind, I fixed it.
Just kidding.
I hate it when people dont post how.
I left a ‘ in there after editing the config. It was unattached to anything.
Hence the error.
Again ^ re-iterating my suggestion that you take away the config editing at least superficially (ie you can if you really must) and have it as fields in a PHP form so you cant f*** it up.
In reply to: Undefined Fucntion_e() problem.I edited them all to FALSE
now I get!
Parse error: syntax error, unexpected T_STRING in /home/virtual/site122/fst/var/www/html/bbpress/config.php on line 58
!!
What the heck?!
I’ve installed hundreds of php/sql portals and boards before and never had anything like this.
You guys could do a lot worse than just put together a complete php install script where you fill in the fields interactively ..
The amount of time I have to waste with this sort of stuff really affects my software selection. I could have installed PhPBB a hundred times over already.
Line 58 is:
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
In reply to: Undefined Fucntion_e() problem.I took the config down because it was publishing the entire file before the function error – ie all my passwords were freely advertised!
Anyway I tried again with a fresh config:
http://www.cjgavin.com/bbpress/bb-admin/install.php
Parse error: syntax error, unexpected T_VARIABLE in /home/virtual/site122/fst/var/www/html/bbpress/config.php on line 53
Better than undefined function.
(line 53) $bb->wp_home = ‘http://www.cjgavin.com’; // WordPress – Options->General: Blog address (URL) // No trailing slash
Whats wrong with that??
Lines 52 > 54:
$bb->;wp_table_prefix = ‘wp_;’
$bb->;wp_home = ‘http://www.cjgavin.com’;
$bb->;wp_siteurl = ‘http://www.cjgavin.com’;