dakev
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress recoding my posts.That absolutely fixed the problem.
With a response in less then 3 minutes I must concede I’m impressed.
Thank you.
Now back to the labor some task of manually transferring everything over.
Forum: Plugins
In reply to: Live (ajax) Spell CheckerGreetings.
I’ve installed the plug-in, activated it, and created a file called .htaccess with the code found on the instructions.
I’ve written technical support and my host supports PHP4 and PHP5 (although PHP5 needs a special extension), aspell, and mbstring.
However, when I try the plug-in I get this…
onnect() timed out!connect() timed out!connect() timed out!0This isn’t a gooood speling
What gives?
Forum: Installing WordPress
In reply to: Problem Installing with GoDaddyI figured out the problem.
For some reason, my dial-up connection was not ftp-ing all the files over correctly.
When I ftp’d everything from a broadband connection, all the files transferred correctly and everything worked excellently.
Forum: Installing WordPress
In reply to: Problem Installing with GoDaddyOkay… scratch the above post. I think the fact that I’m trying to put this blog in it’s own directory is causing problems (which doesn’t really make sense to me, but I installed it on the root directory and it seems I’ve made progress).
Please check out…
http://208.109.38.131/wp-admin/install.php
now I get this error…
Parse error: parse error, unexpected $ in /home/content/t/h/e/thekeverreport/html/wp-includes/capabilities.php on line 415
Line 415 of capabilities.php is…
if ( $user->user_level > $other->user_level || $user->user_level > 8 || $user->ID == $other->ID )
This is where I’m stuck.
I thought this might be an path problem because the path looked funny to me.
I found out the absolute path by creating creating path.php and uploading it to the root directory. Please check it out.
http://208.109.38.131/path.php
It looks as if…
/home/content/t/h/e/thekeverreport/html
is the root. But what does the parse error mean? I did a search and found nothing even remotely simliar.
Is it possible the reason I’m running into trouble is because I haven’t forwarded thekeverreport to the new host yet, and I’m dealing with a dedicated ip?
If anyone can help, I would really really apprecaite it.
Forum: Installing WordPress
In reply to: Problem Installing with GoDaddyI’ve got a different godaddy issue. I’m pretty sure when someone in the know sees this error they will know exactly what to do to fix it.
It’s definetly a path problem.
Please check out…
http://208.109.38.131/tkr/wp-admin/install.php
wp-config.php =
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘dakev’); // The name of the database
define(‘DB_USER’, ‘dakev’); // Your MySQL username
define(‘DB_PASSWORD’, ‘XXXXXXX’); // …and password
define(‘DB_HOST’, ‘mysql123.secureserver.net’); // 99% chance you won’t need to change this value// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* That’s all, stop editing! Happy blogging. */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>//I suspect the problem lies here…
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);//because it’s a path issue. Any help would be greatly apprecaited.