Any assistance on this matter
]]>Please everyone could help me?
]]>https://opensite.winserver.com/blog
1) Installation
At step=2, the urls seems to be incorrect, for example, the form action for the login was:
/blog?step=2/wp-login.php
and the links on this page also pointed to /blog?step=2
The only way we figured how to get pass this stage was to stop at this login page, go to the database wp_options table and edit the siteurl which has this incorrect url
https://opensite.winserver.com/blog?step=2
Removing ?step=2 and saving the table, going back to the login and refreshing it, finally shows the loging with the correct CSS, etc.
Then we are able to login in.
But there were urls that remained to have /blog?step=2
I was able to clear most of these by blanking out the BLOG URL in the admin panel. But there still remain a few.
We tried everything short of reviewing the PHP deeply to see whats going on. I’m a developer and this smells, walks and talks like the old PHP_SELF and/or PATH_INFO string concatenation problem that PHP has with various web servers that don’t set it correctly which is NOT too and allow PHP to handle it. I pencil in time to look at WP php code to see if this is the issuse, but it would seem to me that this would be repeated by others and was resolved. Googling this offers no real solution.
Again, nothing special in the installation. Followed all instructions.
2) Missing URLs scripts for URLS
In the main blog home page, like at the url above, various lines have no script to it, like the about:
https://opensite.winserver.com/blog/?page_id=2
and the same with the edit/comment links.
I’m capable of rolling up my sleeves and digging into this and try to find the problem, but this is way too obvious of a problem – something was done wrong or we missed a step somewhere.
Any tips or pointer to a solution?
Thanks
]]>I have installed WordPress local, which was quite simple. Since the local installation is configured, I would like to upload it to my webserver. Steps taken are:
1. Export the mysql database and imported it on the databaseserver
2. Moved the wordpress folder to the webserver
3. Configured the WP-config.php with the new connection settings
4. Changed the 1st and 39th value in the wp_am_options tabel to the correct home address.
When I try to reach the wordpress/index.php or wordpress/wp-login.php, there is a blank screen without any html.
Anybody advise on this?
]]>I put the WordPress files in the directory /web/wordpress — that is, in the wordpress directory inside the root of my webspace. In terms of a URL, this would be https://www.jkcohen.com/wordpress/. I got through the first step of installing WP — the database was created.
However, when I received the confirmation email, it informed me that my new blog was at https://www.jkcohen.com?step=2. This is plainly wrong. This URL just leads to my home page.
What is going on? Is a path not being set correctly? How do I fix it?
]]>After install, received email with login password, however could not login. Noticed that the email contained a nonsense link that read:
‘https://www.mysite.biz?step=2’
Kept getting Error 405… and looking around on the site I found the fix
https://www.tamba2.org.uk/wordpress/site-url/
suggested that I edit two items in the configuration of the installation.
I installed to ‘www.mysite.biz/blog’ and the two strings identified in the above link were set to:
‘www.mysite.biz?step=2’
and did not work.
After changing both to read ‘www.mysite.biz/blog’ everything started working just fine (so far and I hope it keeps that way!)
Thanks for all the good work it takes to make this as good as it is, here is my small help to keep it going.
David
]]>I have just FTPd the files, changed the config file and started the install – all OK so far.
The routine asks for the Blog Name and my Email and then moves to step 2.
A this point a new screen appears telling me my blog has been set-up.
It hasnt given me a password – but doesnt redirect me to a login screen anyway.
I can see several new tables set-up in my databse, but none (except options) has any records – so I cant try and find account details.
Please help !!
Paul
PS whilst I am here, I need to display my blog info inside a table on HTML webpage – can this be done? I also need to define a new members script which I guess will be there somewhere once I get the thing set-up.
]]>