What have I missed?
Thanks in advance
]]>[19-Mar-2015 16:43:51] PHP Warning: require_once(/home2/exorg/public_html/blog/wp-includes/pomo/entry.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home2/exorg/public_html/blog/wp-includes/pomo/translations.php on line 10
[19-Mar-2015 16:43:51] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home2/exorg/public_html/blog/wp-includes/pomo/entry.php' (include_path='.:/usr/lib64/php:/usr/share/pear') in /home2/exorg/public_html/blog/wp-includes/pomo/translations.php on line 10
In the documentation or this forum I saw something about PHP errors that they said might be a permissions problem. I checked and all files have 0644 and all folders have 0755.
]]>Very new to this… please forgive me for anything sounding goofy.
Trying to install WordPress using https://www.chrisyoungjewelry.com hosted by laughing squid.
Laughing Squid has youtube videos on how to create database, upload with FTP and finally installing wordpress. I followed these instructions. I’m stuck at the part where I am to run the actual installation script. The video says I’m supposed to be prompted to chrisyoungjewelry.com/wp-admin/install.php. It doesn’t. It stays on chrisyoungjewelry.com. I get a page with a box saying “your website is ready, This site has been successfully created and is ready for content to be added. Replace this default page with your own index page.” If I manualy type in chrisyoungjewelry.com/wp-admin/install.php, I get “The requested URL /wp-admin/install.php was not found on this server.”
If anyone can suggest where I take it from here I would be grateful.
]]>“Users can see the version of WordPress you are running from the readme.html file. Installation script is still available in your WordPress files. WordPress displays unnecessary error messages on failed log-ins. Your blog can be hacked with malicious URL requests”.
]]>Cannot run install script. Stuck. Newbie
Help.
]]>I’m encoutering a problem with WP installation on my localhost. Hope someone can help me out.
I installed EasyPHP 5.3.2 on my PC and everything ( PHP, MySQL, Apache, and phpmyadmin ) seem to work without any problem. Downloaded WP 2.9.2 and extracted all the files in a directory called “wp” under the directory “www”, which was automatically created by EasyPHP. Next, created a database called “wp_test” via phpmyadmin interface, and updated “wp-config.php” file as below:
DB_NAME: wp_test
DB_USER: root
DB_HOST: localhost
DB_PASSWORD: *****
Until till stage, I didn’t get any problem. But when I tried to run the installaton script with the following path “…/wp-admin/install.php”, nothing is happening. The browser window keeps loading for a minute or so and then it stops. It neither returns an error message nor run the script.
I’ve installed WP on my localhost dozens of times but never encountered such problem. Could someone please tell me why I get such problem and what the cure is?
Any help for resolving this issue would be highly appreciated.
Thanks.