popac
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Submitting Comments = 404 ?!My reply…
Re-installed 2.7.1 / simple uploaded all files from install archive.
Now is all ok…verrrry strange..Forum: Fixing WordPress
In reply to: comments are gone (404 not found)My reply…
Re-installed 2.7.1 / simple uploaded all files from install archive.
Now is all ok…verrrry strange..Forum: Fixing WordPress
In reply to: comments are gone (404 not found)Same is happening with me…
When i posting new post and click button “submit” automatic go to 404 page…same thing from settings (write settings for example)
Any solution ?Forum: Fixing WordPress
In reply to: Submitting Comments = 404 ?!Anyone solve malawimama problem… the same is happening with me and wp 2.7.1
Forum: Fixing WordPress
In reply to: Home page 404 after upgrade – urgentI have the same problem.
When I posting – 404 (post be published) and when i want to change settings again 404.Use 2.7.1 WP
Forum: Fixing WordPress
In reply to: Flash Player 10 Beta breaks file uploadHi ppl,
here I pack all what you need when you want to back to Flash Player V9
Link:
https://rapidshare.com/files/190103051/Flash_player_9.rar
– Uninstall V10,
– Install V9 for Firefox etc.
– Check flash version…Note:
Before uninstall and install all web browsers must be closed !Forum: Fixing WordPress
In reply to: option to disable image resizing?Working…ty Otto.
Now I have 2.6.2 and still must change functions.php file, not fixed yet.
Forum: Fixing WordPress
In reply to: WP 2.6 does not allow commentsWhat code table you use? UTF8, latin1 or ?
Try to check this. In my case all is latin1 and still working.
Forum: Fixing WordPress
In reply to: max Width full size imageThanks Otto42, working.
I have 2.6 and have same problem…not love to change core files ??
Forum: Fixing WordPress
In reply to: WP 2.6 does not allow commentsProblem is solved.
I compare WP 2.33 ver. and 2.6 ver. wp_comments database table and note that no diferences…
But after that I look at fresh 2.6 wp_comments table and see diferences.
Here i will put wordpress 2.6 table (without comments)
WordPress 2.6
-- phpMyAdmin SQL Dump -- version 2.11.6 -- https://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Aug 11, 2008 at 04:08 AM -- Server version: 5.0.51 -- PHP Version: 5.2.6 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES latin1 */; -- -- Database: yourdatabase_name -- -- -------------------------------------------------------- -- -- Table structure for table wp_comments -- CREATE TABLE IF NOT EXISTS wp_comments ( comment_ID bigint(20) unsigned NOT NULL auto_increment, comment_post_ID int(11) NOT NULL default '0', comment_author tinytext NOT NULL, comment_author_email varchar(100) NOT NULL default '', comment_author_url varchar(200) NOT NULL default '', comment_author_IP varchar(100) NOT NULL default '', comment_date datetime NOT NULL default '0000-00-00 00:00:00', comment_date_gmt datetime NOT NULL default '0000-00-00 00:00:00', comment_content text NOT NULL, comment_karma int(11) NOT NULL default '0', comment_approved varchar(20) NOT NULL default '1', comment_agent varchar(255) NOT NULL default '', comment_type varchar(20) NOT NULL default '', comment_parent bigint(20) NOT NULL default '0', user_id bigint(20) NOT NULL default '0', PRIMARY KEY (comment_ID), KEY comment_approved (comment_approved), KEY comment_post_ID (comment_post_ID), KEY comment_approved_date_gmt (comment_approved,comment_date_gmt), KEY comment_date_gmt (comment_date_gmt) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=282 ; -- -- Dumping data for table wp_comments --
Drop old wp_comments table in PHPMyAdmin area and import new changed data. All will work.
Forum: Fixing WordPress
In reply to: Comments not showing up in 2.5Problem is solved.
I compare WP 2.33 ver. and 2.6 ver. wp_comments database table and note that no diferences…
But after that I look at fresh 2.6 wp_comments table and see diferences.
Here i will put wordpress 2.6 table (without comments)
WordPress 2.6
———————-— phpMyAdmin SQL Dump
— version 2.11.6
— https://www.phpmyadmin.net
—
— Host: localhost
— Generation Time: Aug 11, 2008 at 04:08 AM
— Server version: 5.0.51
— PHP Version: 5.2.6SET SQL_MODE=”NO_AUTO_VALUE_ON_ZERO”;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES latin1 */;—
— Database:yourdatabase_name
—— ——————————————————–
—
— Table structure for tablewp_comments
—CREATE TABLE IF NOT EXISTS
wp_comments
(
comment_ID
bigint(20) unsigned NOT NULL auto_increment,
comment_post_ID
int(11) NOT NULL default ‘0’,
comment_author
tinytext NOT NULL,
comment_author_email
varchar(100) NOT NULL default ”,
comment_author_url
varchar(200) NOT NULL default ”,
comment_author_IP
varchar(100) NOT NULL default ”,
comment_date
datetime NOT NULL default ‘0000-00-00 00:00:00’,
comment_date_gmt
datetime NOT NULL default ‘0000-00-00 00:00:00’,
comment_content
text NOT NULL,
comment_karma
int(11) NOT NULL default ‘0’,
comment_approved
varchar(20) NOT NULL default ‘1’,
comment_agent
varchar(255) NOT NULL default ”,
comment_type
varchar(20) NOT NULL default ”,
comment_parent
bigint(20) NOT NULL default ‘0’,
user_id
bigint(20) NOT NULL default ‘0’,
PRIMARY KEY (comment_ID
),
KEYcomment_approved
(comment_approved
),
KEYcomment_post_ID
(comment_post_ID
),
KEYcomment_approved_date_gmt
(comment_approved
,comment_date_gmt
),
KEYcomment_date_gmt
(comment_date_gmt
)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=282 ;—
— Dumping data for tablewp_comments
—
—————————————-Drop old wp_comments table in PHPMyAdmin area and import new changed data. All will work.
Forum: Fixing WordPress
In reply to: Comments not showing up in 2.5Forum: Fixing WordPress
In reply to: WP 2.6 does not allow commentsI have same problem…upgrade from 2.33
I don’t see any comment (aproved, awaiting…) only can see spam in admin area but can see number of new comments notification.
Thanks in advance !
i have same problem !