#
# Tabel structuur voor tabel ai_cformsdata
#
CREATE TABLE ai_cformsdata(
f_id int( 11 ) unsigned NOT NULL AUTO_INCREMENT ,
sub_id int( 11 ) unsigned NOT NULL ,
field_name varchar( 100 ) NOT NULL default ”,
field_val text,
PRIMARY KEY ( f_id )
) ENGINE = MYISAM AUTO_INCREMENT =4594DEFAULT CHARSET = utf8
Now my WordPress site on Strato is working. But:
The posts and pages are missing.
And concerning cformsII. It is working very well. Even my tracking data is still there. But my customised forms are gone! I have put a lot of effort in making this form and would like it back very much.
I did not make a backup of the cforms settings using the backup function in cformsII.
I see in the old database that the form can be found in cforms_settings. But when I import the database in Strato the cforms settings does not show the data of the customised form.
How do I get the curstomised form back? I have no ideas anymore.
]]>https://www.wpdesigner.com/forums/showthread.php?p=395#post395
Here’s the problem, i have been using default WP permalinks before, I’m nowing trying to change it to date and name based, when i change it the permalink DOES change, but the content stays as is in the index.
For example, when I click on post “1”, it doesn’t go into post “1”, it only displays the 5 posts that are meant to be displayed in the index, however the permalink does change to post “1”.
Has anyone had this problem? Yes I did CHMOD my .htaccess file before i changed my permalinks. Is there something that i missed or didn’t do while i was changing my permalinks?
If you didn’t quite understand what i mean, here is my blog: https://blog.gadgetlite.com/ thanks very much.
]]>This is driving me mad… I cannot get the permalinks working with WordPress 2.0.2 on a Lycos Europe shared server. Every permalink reverts back to the first page (i.e. the root at /) and only ‘ugly’ urls really work.
After reading the documentation I:
– changed the .htaccess file permissions to 666 and checked to see if the file gets filled with the WordPress generated rules, and it does;
– tried the /index.php/%postname%/ solution but resulting in 404 errors;
– disabled the Frontpage extentions as I don’t use those anyway;
– tried the https://www.keyboardface.com/IIS-Permalinks/ approach but Lycos doesn’t allow me to direct the 404 error pages to a url, only ‘upload’ a file :(.
When I meddle with the rewrite rules manually, other things happen. Varying from server errors to ‘no posts found’ pages generated by WordPress. Once I got the category pages working (with permalinks /category/) but I’m not sure how I did that :(. Post permalinks still didn’t work anyway.
Can anyone help me or suggest what to try next?
]]>I’m trying to implement permalinks on my site (click on name link, left).
WP is able to generate an htaccess file for me, but every permalink then just points to index.php.
The structure I want is: /%year%/%monthnum%/%day%/%postname%/
The link appears correctly in this format in the address bar when I click on a post title. Instead of loading the post, though, the index page just reloads.
The htaccess file looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
It looks a bit fishy, but I don’t know nearly enough about it to set about writing it myself.
This same file is generated whatever structure I specify in the admin panel – so I assume there’s some problem with generating the htaccess file code.
I have tried removing the write access to the htaccess file using CHMOD, to see if WP generates different code for me to paste in – but it doesn’t.
Any ideas would be gratefully received!
]]>I have upgraded from 1.5.2 to 2.0 (and 2.0.2) several times now, without result. Thankfully, my backup was fine, so I was able to restore my blog.
My problem is, that the blog at first glance looks to be working fine. I can see the blog home page and can click any link to a category, archive or single entry. But when that page is shown, it always is the home page again.
I think that it has to do with permalinks not working. I get a new generated default .htaccess file. But my gut feeling is, that WP is unable to handle the permalinks. I use the date/slug option, btw.
Does anyone experience similar problems? Or better, has anyone solved this issue?
Thanks to anyone in advance for the support.
–Robert
]]>I have uploaded the last version (1.5.1.3) of wordpress to a free hosting service: Lycos. Everything is going great, but i have some problems with archive xmlrpc.php. I cant send pings, and when i send a trackback to any post, the trackback doesnt appears. Moreover, when Flickr ask me for my API endpoint (xmlrcp.php), and i write the path, Flickr tells that is not a valid API endpoint.
I have downloaded the last revision of xmlrpc.php, and dont works neither. Yesterday i was searching for solving my problem, and i read that Lycos hosting gives problems to xmlrpc.php because its publicity adviserment. I’ve tried to search another free hosting service. Weblogs.us doenst accepts more sign ups for a while, and i havent found anymore hostings that really like me.
I will be very thankful if anybody could help me to know how may I send pings under the lycos hosting.
Thank You very much, and sorry for my english.
]]>