[solved] Wordpress Blank Page on Install

I could use a little help installing wordpress on my home machine. I did my best to follow the instructions given on the wiki page, including using phpMyAdmin. I was able to get everything to work right up until after saving the provided text into wp-config.php. After clicking the button to "Run the Install", I am greeted not by a "Success!", but by simply a blank, white page. I've found lots of questions about this exact issue, but every solution is different and not fixing the problem: one said the memory allocation default of ~4MB in php.ini is too small--the setting in my file was already 128MB, not 4MB. Another suggested I didn't have a complete set of the files--well, I wouldn't expect that to be the case for a vanilla install using pacman, at least without a note in the wiki saying, "You need this file and you don't already have it!!"
Would anyone with some experience be willing to help me troubleshoot this? I'm foraging into a new field I have little experience in; I was able to get dokuwiki to work, for example, but I've never done anything beyond that. This issue is especially frustrating because all I get is a blank screen; no messages, no logs... how am I supposed to track down the problem, especially when I'm finding so many different problems that have this exact same symptom?
A couple of things to note: I would like to install the actual wordpress files into /srv/http/wordpress instead of using the default /usr/share/webapps/wordpress. (Probably in its own partition in the end, but right now I'll settle for just getting it to work.) I suspect that, like I found out in my dokuwiki experimenting, I should just copy the contents of the installation directory to where I want to use it and ensure that the httpd-wordpress.conf file points to the appropriate place. (Which, by the way, is never explained in the wiki for either wordpress or dokuwiki; I think it probably ought to be.) Even so, I have tried to get it working using the default directory, and it has the exact same result. I don't believe it's a permissions problem, because I have tried setting the directory ownership to my user and still have no change.
I did follow the instructions while configuring phpMyAdmin under Enabling Configuration Storage (optional).
Last edited by DrMag (2014-02-27 17:08:34)

DrMag wrote:Well, I did manage to solve the problem, and it was indeed the wp-config.php file. I had forgotten that when I paste into vim, it automatically adds comment characters on returns, so it ended up commenting the entire file.
I'm glad you were able to find the problem! Yeah, gotta watch out for Vim. What a crappy editor.
I do think it's interesting that you chose to do a raw install; if you ever need to uninstall, is there any issue, or simply a matter of removing the whole directory? I suspect that what I have done has the same effect; by copying the /usr/share/webapps/wordpress/ directory I've essentially installed it to a separate location, and everything is run from there. We'll have to see.. I'm still trying to learn how to build a webpage, let alone a wordpress theme.
"Installation" of WordPress is simply unpackaging a tar file. Yes, uninstallation would be done by deleting the one WordPress directory. Yes, you created your own local installation by copying the files that pacman installed. You can uninstall the "wordpress" package and it will (of course) have no effect on your WordPress site.
I have the permissions configured a little differently than how pacman sets things up. I think pacman installs all of the files and directories as owned by "root" whereas I have them owned by the "http" user (which is the user that my Apache server runs as). That's what allows the WordPress software to update itself and install it's own themes.
After getting WordPress installed, running my own blog has been dead simple. I just login to it as if it were any old blog on wordpress.com.
Good luck with your site!

Similar Messages

  • Blank page after installing htmldb 1.6

    I have installed htmldb 1.6 with a 9.2.0.5 database on SuSE Enterprise 9, but can't seem to get it working.
    I get a blank page when going to http://localhost:7785/pls/htmldb. When going to ps://localhost:7788/pls/htmldb/htmldb_login, I get an error in my browser: "The connection to localhost:7788 has terminated unexpectedly. Some data may have been transferred."
    I had to do a few things to get this far (eg: no errors on install of htmldb, but 100+ packages were invalid and I had to compile them all). I had to add the following comments in my Apache/conf/httpd.conf file:
    #<IfDefine SSL>
    LoadModule ssl_module libexec/mod_ssl.so
    #</IfDefine>
    Because I'm not sure where the SSL gets defined. (there was another similiar line, but it came commented out by default).
    anyway, I added the following to Apache/modplsql/cfg/wdbsvr.app:
    [DAD_htmldb]
    connect_string = MOPS.corp.jabil.org
    password = !c2FoYXJhODU=
    username = htmldb_public_user
    default_page = htmldb
    document_table = wwv_flow_file_objects$
    document_path = docs
    document_proc = wwv_flow_file_mgr.process_download
    ;upload_as_long_raw =
    ;upload_as_blob =
    ;name_prefix =
    ;always_describe =
    ;after_proc =
    ;before_proc =
    reuse = Yes
    ;connmax =
    ;pathalias =
    ;pathaliasproc =
    enablesso = No
    ;sncookiename =
    stateful = STATELESS_RESET
    ;custom_auth =
    ;response_array_size =
    ;exclusion_list =
    ;cgi_env_list =
    ;bind_bucket_widths =
    ;bind_bucket_lengths =
    ;error_style =
    nls_lang = American_America.AL16UTF16
    as per the install guide. So, to try to track down why I'm just getting a blank page, I turned the logevel to debug in the httpd.conf, and got the following:
    [Thu Feb 24 19:34:27 2005] [error] OPM: EW: Fail to start process with mod=JServ and grp=group1, it's possible that your configuration file is not correct.
    [Thu Feb 24 19:34:27 2005] [debug] opm_tbl.c(1124): OPM:Into opm_tbl_delete_proc, mod=JServ,grp=group1,host=corred01.corp.jabil.org,31388
    [Thu Feb 24 19:34:27 2005] [debug] opm_tbl.c(2478): OPM:Into opm_tbl_update_bcnode, host=corred01.corp.jabil.org,port=-1
    [Thu Feb 24 19:34:27 2005] [error] OPM: EW: Fail to start process with mod=JServ and grp=group2, it's possible that your configuration file is not correct.
    [Thu Feb 24 19:34:27 2005] [debug] opm_tbl.c(1124): OPM:Into opm_tbl_delete_proc, mod=JServ,grp=group2,host=corred01.corp.jabil.org,31389
    [Thu Feb 24 19:34:27 2005] [debug] opm_tbl.c(2478): OPM:Into opm_tbl_update_bcnode, host=corred01.corp.jabil.org,port=-1
    [Thu Feb 24 21:06:37 2005] [error] [client 127.0.0.1] Invalid method in request
    [Thu Feb 24 21:15:01 2005] [error] [client 127.0.0.1] Invalid method in request
    So the configuration file for JServ may not be correct, is that it? Which one?
    I turned up logging on the jserv, and got the following, but I don't know that this is related (the secret key is disabled, I think)...:
    oramops@corred01:~/920_32/Apache/Jserv/logs> cat mod_jserv.log
    [24/02/2005 21:48:47:597] (INFO) Secret key has not been specified for some or all groups.
    [24/02/2005 21:48:49:016] (INFO) Apache Module was cleaned-up
    [24/02/2005 21:48:49:183] (INFO) Secret key has not been specified for some or all groups.
    Thoughts, anyone?

    Thanks, I was not aware of that. I removed the reference to the Jserv config file in the httpd.conf file, restarted Apache, and still get the same error. And every time I try to go to either htmldb or htmldb_login page, I still get a blank page, and the error_log for Apache shows:
    [Fri Feb 25 19:00:36 2005] [error] [client 172.31.11.15] Invalid method in request g
    [Fri Feb 25 19:00:36 2005] [error] [client 172.31.11.15] Invalid method in request g

  • Print scaleType:showAll, generates 2 pages, the correct page and one blank page

    Hello,
    So I have a the following function:
    private function printJobCreator():void{
    var printJob:FlexPrintJob=new FlexPrintJob();
    printJob.start();
    printJob.addObject(printableInvoice, "showAll");
    printJob.send(); 
    invoiceIndex++;
    printAll();
    It seems to kind of work. However when it prints, it creates one page that is the right page, and one page that is blank. This isn't going to work for me because I have to run batches of many pages, so having every other page as a blank page isn't an option.
    Additionally, my goal was to print multiple pages in one printJob for batch reports. This unfortunately doesn't seem like it is going to work. I was able to make a component that essentially would repeat container.addChild(printableInvoice) for each index in an object, each printableInvoice containing some dynamic concept, however I can't for the life of me get it to print like this.
    So the current solution is annoying because for each invoice you have to go through the print dialogue again. Any Ideas? I realized I could do multiple printJob.addObject() calls, but this doesn't work for me because of the blank page issue.... So I either need to solve the blank page issue or generate a UI object that has multiple printableInvoices in it and print that UI object.
    Any help?
    Joel

    This is the flow, I don't see how it could be adding twice. The important stuff happens when the printAll(); function is run.
    <fx:Script>
    <![CDATA[
    import mx.controls.Alert;
    import mx.events.FlexEvent;
    import mx.printing.FlexPrintJob;
    import mx.rpc.events.ResultEvent;
    public var Orders:Object = new Object();
    public var printOrders:Array = new Array();
    public var postOrder:String="";
    public var invoiceIndex:int=0;
    private function init():void{
    getDataResult.token = orders.getData();
    getDataResult.addEventListener(ResultEvent.RESULT, Orders_resultHandler);
    private function Orders_resultHandler(event:ResultEvent):void{
    Orders = getDataResult.lastResult;
    for(var i:int=0; i <= Orders.length-1; i++){
    if(Orders[i].print == 0){
    printOrders.push(Orders[i]);
    postOrder=printOrders[0].orderid;
    for(var t:int=1; t <= printOrders.length-1; t++){
    postOrder = postOrder + ","+printOrders[t].orderid;
    private function orderToShipSorter():void{
    private function printAll():void{
    if(invoiceIndex <= printOrders.length-1){
    printableInvoice.generateInvoice(printOrders[invoiceIndex]);
    private function printOrderResult(event:ResultEvent):void{
    private function checkLogin(event:ResultEvent):void{
    private function printJobCreator():void{
    var printJob:FlexPrintJob=new FlexPrintJob();
    printJob.start();
    printJob.addObject(printableInvoice, "showAll");
    printJob.send(); 
    invoiceIndex++;
    printAll();
    protected function printableInvoice_batchGeneratedHandler(event:Event):void
    printJobCreator();
    ]]>
    </fx:Script>

  • Dreamweaver CC causes wordpress localhost to show a blank page

    I have wordpress set  up using WAMP as the local server and it has been working with no problem. Win7 64 bit.
    I have just installed Dreamweaver CC and set up testing sites using HTTP://localsite/sitename for several 'normal' website I manage and that was fine i could see them in live view.
    I then added a local test site to view the website I manage under wordpress and when I went to live view all i could see was a blank page.
    I then closed dreamweaver and just opened my local wordpress site using HTTP://localhost/wordpress and that too just showed a blank page.
    I have no problem getting into my wordpress site via the local dashboard but cannot view any of the pages.
    I searched the web and tried lots of workarounds but nothing worked. in the end i uninstalled worpress, deleted the wp databse and reinstalled everything with no problem.
    Localhost was working with wrodpress again. However as soon as I tried to access the local wordpress site with dreamweaver the problem returned.
    This is very frustrating as recreating a wordpress site is not as simple as just copying a load of HTML and PHP pages.
    I should add there are no errors shown.
    Anyone any ideas?

    Hi Nancy,
    thanks for taking the time to reply but unfortunately it does not help.
    I have my wordpress files and themes in the correct directories for WAMP. I have been using WAMP to test my wordpress site for some time but opening up the PHP files in brackets to write the code. I have several non wordpress websites I maintain which are written in normal HTML, PHP and CSS and I like to code manually. It is useful tough to write the code in Brackets / Dreamweaver to check syntax and adjust the CSS on the fly.
    Everything was working fine until I installed dreamweaver and set up a testing site as you indicate above and now all I get is a blank page not only in live view in dreamweaver but also if I simply type HTTP://loclahost/worpress directly into a browser window. There are no error meesages though not even a 404 'NOT Found' message, just a blank page. I can get into the dashborad though by typing http://localhost/wordpress/wp-admin/ and all my pages and content is there but if I try to view a page all i get is the same blank page.
    As I said I said I totally unistalled wordpress including the database and reinstalled and all worked fine. I could see the site using http://localhost/wordpress/ but as soon as I set up a testing server in dreamweaver the problem returned. Dreamweaver must be altering something in the wordpress files / database to cause this problem.
    Has no on else come across this?

  • Installed all new printer cartridges but prints blank pages

    I installed brand new official HP ink cartridges today. I aligned the cartidges, cleaned the printer head, etc and it just prints a blank page?

    The post here has links to a troubleshooting document for the Photosmart 6520.  If the steps there do not resolve the issue please call HP Support, even if the printer is not longer under warranty.  In the US or Canada call 1-800-HPINVENt, elsewhere see the document here for contact information.  If the above does not give satisfactory results then please post back here with details including your country.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • After installing or upgrading to Firefox 31, starting Firefox does not show homepage, customize shows a blank page and the option button does not work

    I am the Windows admin for a university department and install PCs with Firefox all the time. This problem does not happen with every PC I maintain, only a select few (different model laptops with Windows 8.1 and update 1.) Until today, it only happened with new user accounts (with admin rights) that I setup on the laptops for our staff. Today this happened with The Administrator account while setting up a new laptop. In all cases so far, I install Windows from a saved image that was created using sysprep.
    I have tried the many suggestions of resetting Firefox, deleting the users Firefox profile, deleting the users Windows profile, uninstalling/reinstalling Firefox, uninstalling/reinstalling Firefox and the latest Java, but nothing helps. After uninstalling, I run an app to delete temp files and caches and will even manually remove registry keys HKLM\SOFTWARE\Mozilla and HKCU\SOFTWARE\Mozilla. Plus I reboot and make sure the install folder is deleted after uninstall.
    Results are the same: after installing Firefox 31, the initial setup window for migrating IE and/or Chrome pops up and after clicking the Finish button, Firefox starts, but does not show the initial new user page, only a blank page. Clicking on the Options button (3 bars) does nothing. Right-clicking in the proper area, the popup menu appears so I can choose to Customize, but that only opens another tab with about:customize in the URL and the page is blank. From the right-click popup menu, I can enable the Menu Bar and get to Options from that.
    My latest attempt has helped a little. I uninstalled Firefox 31, cleaned up, deleted user Firefox profile, rebooted and then installed Firefox 30. Inital startup runs, and tells me I'm not up to date, and the Options button works. But I still cannot customize.
    I then upgraded to Firefox 31, but then it's back to no startup page, no options button and no customize. I can downgrade to 30 and get all but customize working again.
    Only Addon is one for McAfee Scriptscan for Firefox 15.1.0, which just after installing is disabled.
    Any help would be appreciated. Thank you.

    Ok. I disabled hardware acceleration. The only extension is the McAfee Scriptscan for Firefox 15.1.0, which was already disabled. I then disabled all plugins (Acrobat, Google Update, Intel Identity Protection (2x), Java Deployment Toolkit, Java Platform, MS Office 2013, Quicktime, Shockwave, Silverlight), which were all up to date.
    Normal or safe mode still has same result. No startup, no option button and no customize.
    Thanks for your help. Got any other suggestions?

  • Hi, I've just installed mavericks but my HPc4180 will not print and is showing a 'blank' page in previews can anyone help me?

    Hi, I've just installed mavericks but my HPc4180 will not print and is showing a 'blank' page in previews can anyone help me?

    A few suggestions for you:
    Try:
    uninstall all HP utilities or other HP apps on your Mac
    see if there is updated software on the HP website
    go to System Preferences > Printers & Scanners > Print
    control-click on your printer in the column on the left
    select "Reset Printing System..." and "reset" in the dialog that follows
    Do a factory reset on your printer
    go back to printers & scanners and it should see your printer and download a driver for it from Apple

  • Install of 10.1.4.0.1 OAM Identity System Console link goes to blank page

    I am installing OAM in order to test a .Net Application Integration (IPM 10g). I have been working from the install doc for 10.1.4.0.1 and have got to the point of installing WebPass (Chapter 5 of the install doc). I have installed that component and the "http://ohstest:7777/identity/olbix" page comes up. I am running against an OID install on the same VM running windows 2003 R2.
    I headed into chapter 6 and "Setting Up the Identity System". Unfortunatly, when I click the "Identity System Console" link, after a long delay a blank page comes up and the URL is:
    http://ohstest:7777/identity/oblix/apps/admin/bin/front_page_admin.cgi
    It does this for the User Manager link as well. A blank page at:
    http://ohstest:7777/identity/oblix/apps/userservcenter/bin/userservcenter.cgi
    I am not sure where to look to identify the problem. Anyone have any suggestions?
    John

    I looked in windows event viewer and found that there was more than just the information that was displayed in the dialog. The event viewer says "Oracle Access Manager Identity Server (OracleIdentityServer_0789) is not a valid Win32 application". This indicates to me that it probably was not even able to load the service provider server.
    The path to the service exe is --> "C:\Program Files\NetPoint_01\identity\oblix\apps\common\bin\ois_server.exe"
    Message was edited by: John Jumper - added path
    JohnJ

  • I installed a few themes on my firefox , when i open a blank page it is supposed to show a skin but the skin disapears in less than a second, What shall be done to have the skin remain on the blan page ?

    I installed a few themes on my firefox , when i open a blank page it is supposed to show a skin but the skin disapears in less than a second, What shall be done to have the skin remain on the blan page ?

    That's probably a bookmark you have saved in Favorites.
    Tap bookmark icon>Favorites>Edit>Delete the bookmark

  • I installed opera Mini Web browser 6.0.1. When open the application only blank page coming. Please provide solution. Kind Regards Nias Ahamed

    I installed opera Mini Web browser 6.0.1. When open the application only blank page coming. Please provide solution. Kind Regards Nias Ahamed

    If you have an internet connection (e.g., Safari works) try here:
    iOS: Troubleshooting applications purchased from the App Store

  • I want my new TAB to open blank,but have installed a s/w which opens it's own search page when i open new tab??Help appreciated.

    I want my new TAB to open blank,but have installed a s/w which opens it's own search page when i open new tab??Help appreciated

    Software? See if you can get it removed with some anti-malware tools. Spybot, AVG, Kapersky, et cetera...
    If you know the name of the program, you could search the registry for any instance of that name and --be CAREFUL--delete them.
    And I have to ask: Did you go back to Firefox after uninstalling this program and reset the "when I open a new tab..." setting? What about your home page?

  • Help[: Laserjet 1300: Printing blank pages (new cartridge & drivers installed)

    Hi All, printer keeps printing blank pages, just bought a new cartridge and even re-installed the drivers- can anyone perhaps advise as to a way to resolve as I am urgently needing to print?

    Forgot to mention that I am not getting an error message either, except when I go through the motions of scanning the (blank) alignment page.  That error is related to the fact that it is blank though.
    Thanks for any assistance.

  • Installed Flex3, but get Blank page

    Hello everyone:
    I am on Gentoo Linux, and using apache 2.2.6 ( mod_ssl/2.2.6
    OpenSSL/0.9.8g mod_mono/1.2.4 PHP/5.2.5-pl1-gentoo ). I installed
    flex3sdk in /opt/flex3sdk, and changed the settings in the
    compiler.conf, compiler.sh and added the required lines in its own
    module config file, which is automatically loaded by httpd.conf.
    After that I stop the web server and start it up again. I made a
    basic mxml file on a site, and then went to the file via the web,
    but all I get is a blank page, sourced it, and nothing is there.
    There is no errors in the log files either.
    I decided to see if it compiles at all, so I used the mxmlc
    command to have it compile a swf file, and it worked, was able to
    run the .swf over the web.

    Tracy:
    Thank you for the reply. I have flex module installed for
    apache like this:
    <IfDefine FLEX>
    LoadModule flex_module
    /opt/flex3sdk/modules/apache/linux/22/mod_flex.so
    AddHandler flex .mxml
    AddDirectoryIndex index.mxml
    </IfDefine>
    And it still doesn't seem to want to compile the file on the
    fly, and no errors.

  • In firefox 30 I am facing issue with my wordpress website. I get blank page.

    After updating to firefox 30 I am facing serious issue with my wordpress website. My Site http://www.anthony.co.in is working fine untill firefox 29.But now getting blank page. Tried Reset/Reinstall, and even tried other PC. Still the issue same. After downgrading to firefox, my site is back fine. Only issue is with firefox 30. Any help would be helpfull

    @Dieog Victor. Thanks for your solution it worked. I can't able to think this could have caused the issue.
    You saved my day bro. Thanks.

  • I have install io6 and now Music doesn't work, sometimes it stay with a blank page with no possibility to press anithing, sometimes it crash. I have match music active with more than 15000 title. Someone could help me?

    I have install io6 and now Music doesn't work, sometimes it stay with a blank page with no possibility to press anithing, sometimes it crash. I have match music active with more than 15000 title. Someone could help me?

    What is your current Flash Player version: http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html ?
    What is your display adapter, driver version & date?  See http://forums.adobe.com/thread/945765

Maybe you are looking for