rainer23
Forum Replies Created
-
Forum: Installing WordPress
In reply to: fatal error @ line 22 /wordpress/wp-admin/Line 22 is around the database password. Maybe the previous line is not quoted properly or is missing the semi-colon. Or the secret key in wp-config.php change it into a string of letters only. My guess is that you have an error in wp-config.php and if you fix that, things will probably be OK.
Forum: Plugins
In reply to: “WP-UserOnline”When leaving it blank it displays the website url, http://www.mywebsite.com, but is adding \”\” at the end of the url.
Like this, http://www.mywebsite.com\”\”. This ending causes:Not Found
The requested URL /\”\” was not found on this server.
When entering any other url it also adds this \”\” at the end and the same happens, NOT FOUND on this server.
Forum: Plugins
In reply to: “WP-UserOnline”When leaving the url field empty and clicking on 2.50 I didnt get an error page but just remained on the same page. Now I’m directed to a page that doesnt exist. Although one couldnt actually deactivate the link function, at least there wasnt an error message. Since this is surelly not a big thing to correct, the plugin loses its credibility to be carefully programmed.
Forum: Plugins
In reply to: “WP-UserOnline”Thanks for giving a solution to change my templates. But since the previous version of this plugin did not have this error, I am not sure if anybody is going to change one’s templates?
Forum: Fixing WordPress
In reply to: fatal error on upgrade?Go to the wordpress.org extend site, lookup comicpress manager, download the latest comicpress manager, FTP it up, replacing your old comicpressmanager that is currently there and you’re all fixed.
Forum: Fixing WordPress
In reply to: Unable to Upgrade to 2.9.2 – diff msgThe wordpress software cannot create folders because your webspace runs with Safe-mode on. If you have FTP access try to chmod folder wp-content with 777.
Forum: Installing WordPress
In reply to: Theme Sidebar and ForumsFirst, open your theme’s functions.php file and input following php code:
<?php add_filter( 'sidebars_widgets', 'disable_all_widgets' ); function disable_all_widgets( $sidebars_widgets ) { if ( is_home() ) $sidebars_widgets = array( false ); return $sidebars_widgets; } ?>This is a function that will remove widget areas from your home page.
Forum: Fixing WordPress
In reply to: I need help uploading a video postEasiest would be, if you have no FTP, you upload your videos at youtube. When entering the youtube url into a wordpress post, it displays your video instantly. Make sure you enter the code, e.g. http://www.youtube.com/watch?v=TMCf7SNUb-Q , when your wordpress editor is in the html mode.
Forum: Fixing WordPress
In reply to: I need help uploading a video postJust upload the video via FTP into a folder like myvideos. Switch the editor to html and insert the code of your video url. Could be that the format of your video requires an additional plugin like, Embedded Video. Upload into plugin folder and activate.
Forum: Installing WordPress
In reply to: Moving wordpress database to new server“kick you to the old domain” thanks, this solved the problem!
Forum: Installing WordPress
In reply to: Moving wordpress database to new serverThanks Samboll. Just this info seems missing at this url above, does a wordpress database contain the url of that server where it is running, and, in case one moves this same databse to another server, that this database doesn’t work there unless one changes within the database the old server url into the new server url? Or is a wordpress database immediately changable to another server?
Forum: Fixing WordPress
In reply to: Server PHP Version For Running 2.9.2Thanks MichaelH, this is right, my point simply was to first seek for solutions. We surely live in a kind of throwaway society – as soon there’s some discomfort – to plunk.
To run to a new host is of course the easiest way when things don’t work smoothly. However, it is a decision, worth to first tap the full potential of checking alternatives.
As wordpress is getting more and more popular, providers could have an information sign, something like that:Forum: Fixing WordPress
In reply to: Server PHP Version For Running 2.9.2Thanks for clarification. I’m irritated that our provider always runs so called server maintainance jobs which last sometimes for 2-3 days where people’s websites are hardly accessible. Friends told me that this is untrue, modern server maintainance runs without disturbing anything and besides, doesn’t take 2 days. Not that your website becomes inaccessible, due, “today, server maintainance”. “Ask the provider whats going on”, no, these folks simply tell what they like.
Forum: Fixing WordPress
In reply to: Server PHP Version For Running 2.9.2Right, when doing an online server check at http://www.selfseo.com/server_status_check.php it says:
Server Status for my 2.9.2 wordpress blog:
HTTP: The website is accessible!
FTP: Connected to the FTP!
MAIL (Pop3): Pop3 connected successfully!
MAIL (SMTP): Failed connecting to SMTP
MySQL: The MySQL seems to be offline.
Yes everything is installed, no error message, trouble code, nothing of that sort. # Memory limit of my webspace: 64 MByte
# Memory usage : 29.03 MByteForum: Fixing WordPress
In reply to: Server PHP Version For Running 2.9.2Thanks, I posted my php server config at http://wordpress.pastebin.ca/1833944
To just look if,
Recommended server setup:
* PHP version 5.2 or greater
* MySQL version 5.0 or greaterSounds a bit trivial, there must be more, like safe mode on/off, BCMath support, DBA support, mysql.trace_mode, mysqli.reconnect, Dynamic Library Support, XML Namespace Support, WDDX Support etc.