extratime
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PhpThumb utterly broken!If you look on the front page, there should be an image with the top post under ‘Latest Posts’ but it doesn’t work. The same goes for the section below where there are a series of images in a row that do not function (for the carousel).
I am willing to pay something if someone can fix the thumbs for me! Please contact me, and can give you access into the site via filezilla, etc.
Forum: Fixing WordPress
In reply to: PhpThumb utterly broken!The link works but no thumbs are ever generated… could anyone help me with the coding?
Forum: Fixing WordPress
In reply to: WordPress errorWordPress just asked me to reinstall it – which has been done, but now I have no content on my site!
And it has since gone back to the database error page… please help!!
Forum: Fixing WordPress
In reply to: WordPress errorI also get the following message:
—
Warning: fopen(/var/cpanel/horde/log/horde_0.log) [function.fopen]: failed to open stream: Permission denied in /usr/local/cpanel/3rdparty/lib/php/Log/file.php on line 216
A fatal error has occurred
DB Error: connect failed
Details have been logged for the administrator.Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/cpanel/userhomes/cpanelhorde/sessions) in Unknown on line 0
Forum: Fixing WordPress
In reply to: WordPress errorHi,
My wp-config.php file is pasted below. All the details are filled in, although I don’t know what my actual details are – they were done for me when somebody from WordPress installed WordPress for me for my site.
When I go to my CPanel and click on MySQL Databases it says “There are no databases associated with your account” and when I click on phpMyAdmin, it says: “Error: #1040 – Too many connections” !!
—
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘feverp_wpdb’); // The name of the database
define(‘DB_USER’, ‘feverp_wpuser’); // Your MySQL username
define(‘DB_PASSWORD’, ‘km7Reb3a’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);// Change each KEY to a different unique phrase. You won’t have to remember the phrases later,
// so make them long and complicated. You can visit http://api.ww.wp.xz.cn/secret-key/1.1/
// to get keys generated for you, or just make something up. Each key should have a different phrase.
define(‘AUTH_KEY’, ‘put your unique phrase here’); // Change this to a unique phrase.
define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’); // Change this to a unique phrase.
define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’); // Change this to a unique phrase.// 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-content/languages.
// For example, install de.mo to wp-content/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* That’s all, stop editing! Happy blogging. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
require_once(ABSPATH . ‘wp-settings.php’);
?>==