CS5.5 and WordPress Multisite

So, I upgraded from my CS4 to CS5.5 last week.  I've extremely excited about the Live View / Inspector aspect of editing my php and WordPress projects.  I'm running this on a suped up win 7 box.  I deleted/uninstalled my old xampp setup and downloaded a new one.  I'm going to have a Solr search engine for a WordPress Multisite blog/directory when I'm all done.  So, I spent the time to also set up tomcat and get an instance of Solr running on my local machine.  (not that this is important, but shows I'm not a complete beginner).
I've followed the tutorials on setting up WordPress to be able to do the testing server, live view and editing.  Everything works fine on a new single blog install (I started a brand new one just to check and to do the Lynda.com tutorials, which are working just fine.)  But, when I go to the Multisite Sub-Blog and set up the discovery of the related links DW gives me a whopping 4 files that are linked.  I can follow the links on the live view pages, but the dynamic linking files are not showing up in the top toolbar?  I can't jump over to the header.php file and then back to the index.php file, because they are not finding all of the linking php files.
As, I mentioned, it's a multisite only problem, becuase it's working on a single blog install just fine.  I thought maybe it was because of the addressing, the testing folder was different from the root website.  So, I edited the vhosts.conf file and hosts file to add a specific testing domain name and there was no change except that I don't get the error anymore when I set up the testing server that the site url of "/" doesn't match the one I had that was "/mydirectory/".
This was an older site that was set up in Dreamweaver that I just kept changing all of the local testing environment stuff, but the link to the remote server was still active.  So, I thought that might be causing the trouble because it was going out to that server to try to follow some of the dynamically linked pages.  So, I completely deleted everything and started over with a fresh Site with just the Testing server set up, fresh wordpress, fresh evreything.  I am able to discover the related links in the file right up to when I turn on multisite in a sub-directory install and the whole discovery of related links wigs out.
If you look at the http://codex.wordpress.org/Create_A_Network I checked the dynamic links at each step.  It worked turning on Multisite and going to network setup, but as soon as I entered the code in the wp-config.php file for defining a multisite and added the .htaccess file then the whole thing breaks.
I'm sure it has to do with how the path is loaded somehow dynamically, but as many people that there are running this combo, of Dreamweaver 5.5 and trying to work on Wordpress, and maybe a Multisite install since it's so much easier in 3.0+ I was surprised that there was nothing on the web about this issue.
Thanks for any help upfront.
Jerry

The WordPress Multisite does use mod rewrite in .htaccess. The contents of that are found in the link I provided on setting up a WordPress Multisite install found at WordPress.org.  As each of the sub-blogs require the use of elements and data from the main site and structure to draw the pages I do not think that setting up each sub-blog as it’s own site definition would work.  It would still have issues finding the relating files.  I guess, if someone figured out how to use Dreamweaver on a blog hosted at wordpress.com to edit themes and such that would probably flow to solving this issue as well.
Since this is on a Development XAMPP server on my own machine, if I put the .htaccess code in my httpd.conf file instead would that make a difference?  Or is it the mod rewrite that is the issue no matter where it resides?
I basically decided to set up each sub-blog as a completely separate “site” for now since all I’m sync’ing is the theme folders anyways at that point and all I was truly after was the Live View / Inspector for making the layout changes.  When I did that though and activated all the plugins that I’m using I noticed some issues with file discovery as well.  I saw in one of the tutorials that there was a way to link a style.css file manually for “design” prior to uploading the site.  Is there anything inside of Dreamweaver that would allow us to manually add the necessary php file for the finder.  I’m pretty sure that it’s getting stuck at the line that is saying (dirname(__FILE__) . “wp-load.php” or something like that (off the top of my head).  Once that relative file would be found my guess is that it would discover all the other ones?  Or there is an issue with the ABSPATH variable being set early on in the WordPress installation.
At this point I’ve tried a dozen different ways to get this to work and it’s obviously broken.  Since it’s so prevalent (I think a lot of the posts I read had this also as a multisite drupal/joomla issue as well) that it would be something worth figuring out how to provide a work around.
Jerry

Similar Messages

  • Dw cs5 with existing wordpress site hosted on yahoo need help connecting to existing remote database

    I am having trouble establishing a database connection.  I can  connect with test databases but am having trouble using dreamweaver wtih  my existing wordpress website.  Am I able to use dreamweaver to edit  and live view my changes before uploading the changed files to my live  site?  Am I able to access my existing wordpress database with  dreaweaver?  I have imported it to my testing server/database but still  seem to be having trouble establishing a connection with it (think maybe  my folder hierarchy might be off).
    macintosh HD/Applications/MAMP/htdocs/nwm/wp/index.php
    "nwm" is the name of the folder that I have copied all of my site  files to and the folder I have dreamweaver pointing to.  "wp" is what I  have all of the wordpress files in (the ones I copied from my yahoo  server - including all my current theme files etc.)
    I am trying to put the info into the mysql connection dialog box:
    Connection Name: Testing (i am assuming this name is for my benefit only and doesn't actually matter)
    MySQL Server: mysql
    User Name: *****
    Password: *****
    Database: wp
    and am getting this message
    MySQL Error#: 2013
    Lost connection to MySQL server at 'reading initial communication packet', system error 61
    did some google seaches of the error.  Tried turning off the  firewall, and the advance tab allow mysql incoming  (there were 2 one  was allow one was not allow.  I changed both to allow)
    Cant really find anything on yahoo to help me out.  Looked in  phpmyadmin database named wp: wp_users to get the username and password  (which due to previous look for help - I think the password was  encrypted cuz it looked like a bunch of mumbo jumbo and am fairly  certain I know the correct password).
    Any help would be greatly appreciated!! I spent $50 on live chat  last night trying to resolve the issue only to find out at the end that  the guy really didn't understand my problem and doesn't have  dreamweaver.  I have also watched countless videos on Lynda.com and have  been thru forum after forum.  While this problem is only a couple weeks  old since I just got CS5.  I have been having trouble making any  headway learning php since I cant seem to make it past the set up  parts.  I have done the php / mysql essential training on lynda.com with  relative success except that I really dont want to work with any more  exercise files so I didn't go on to the beyond the basics. I recently  went thru most of the Dreamweaver CS5 and Wordpress 3. Also did the  first 4 chapters of Dreamweaver CS5 with PHP and MySQL. I need to start  integrating things into my live sites.  I am also trying to work my way  thru the learning php, mysql, javascript book by o'reily media by robin  nixon (as fun as reading a math text book) can't get thru it since I  can't relate any of it to my current sites/needs
    I am on MacBookPro OSX 10.6.6
    Installed MAMP to specification on all 20 tutorials I have tried including lynda.com
    Tested the testing server and is working
    Just installed dreamweaver cs5
    have been using wordpress online to create and edit posts (recently  upgraded to 3.? whatever the latest update was online which I believe  update the files on my yahoo server?)
    Have also installed wordpress on my computer (several times thru each tutorial trying to get this right.)
    Am I expecting the impossible?

    If wordpress controls it's own connection why am I unable to use the live view. I have synced the remote site to my local computer so all the files should be just as they are online with the exception of the DB which contains most of the content.
    I have done all of those steps.  I have even exported the database from inside internet phpmyadmin and imported into computer phpmyadmin.  When I hit live view I get one of couple of errors.
    1.  "One is that the dynamic related files could not be displayed due to an internal server error"
    At some point I was able to view some sample files inside dreamweaver.  But I would like to be able to view my real site files.  I was able to "connect" to the local databases (not the copy of my real one - I think that maybe that was because it is somehow nested inside another db an am going try to reimport to new location).  And then I changed the host/username/password trying to deal with the internal server error. Now instead I get the cannot connect to the database Error 2016 or whatever from the origianl post. Also, I am using yahoo if that matters and all I can find about what their server name is: mysql - is that correct?
    I have been thru this so many times with so many different tutorials I am losing track of what is what.
    2.  Can I access my remote database within dreamweaver? I do not want to create dummy files (seems to be a waste of time).  And while if it had worked exporting/importing a duplicate on to my computer would have satisfied me for a little while it also seems some what counter productive.  Since every post and page is different if I were doing a daily updates etc how would I be able to change the formating or design of them if I can't access the remote files.  Would I re- import everytime I want to work on it to get current database?
    I am trying to be clear.  I listed all the specs I could think as listed  in your "how to get help fast post" (yes I read that at least twice  too) of all of the steps and possible reasons for my problems.  I also  thought that the forum was on a seperate site so I didn't think it would  count as a duplicate.  I am frustrated to tears and am feeling  incredibly stupid that after all this time and all these tutorials yes  you are right I obviously am not understanding what is going on which is  why I am on this forum.

  • Wordpress Multisite in Virtual Machine

    I have a wordpress multisite installation in a virtual machine. 
    I want to link the wordpress multisite to my webmatrix and edit within Webmatrix? 
    How can i get it done?

    Hi,
    Thanks for posting here.
    Give this video tutorial a shot.
    http://blog.libinuko.com/2013/02/windows-azure-using-webmatrix-to-create-wordpress-multisite-in-azure/
    hope this helps you.
    Girish Prajwal

  • My hard drive crashed on my MacBook Pro crashed and I need to get my CS5 up and running on the new hard drive. I copied what I could onto an external hard drive but when I drag and drop I get directions to uninstall but the uninstall folder I have does sa

    my hard drive crashed on my MacBook Pro crashed and I need to get my CS5 up and running on the new hard drive. I copied what I could onto an external hard drive but when I drag and drop I get directions to uninstall but the uninstall folder I have does says it is an alias that is no longer present. I get error 6. I would like to get my software up and running on the laptop again please

    If you subscribed to iTunes match the songs are kept in icloud. If you didn't but you did save the actual iTunes library folder which should include the music, video, etc.  you should be able to just drag this file back to your machine in the same place and when you open iTunes it will give you a chance to identify the iTunes library folder. 
    You can test this to find out if you saved the media files or not and don't need to attach your nano to do it. 
    You are correct that once you connect the nano it will clear the existing files from it and sync it with the new iTunes library. 
    If you don't have the media files i'm not sure if/how to get them back on a windows ipod.  I have everything backed up regularly because of the horror stories I have seen & heard.

  • Updated form CS5 to CS5.5 and not playing or recognising media

    Hi,
    I just upgraded to the new version of CS5.5 and a lot of my media files appear offline / wont load properly and nothing will play back past a few frames in old projects or newly imported files in a new project...
    this is driving me insane, i've no idea how to make it better
    cheers
    rich

    native files from a canon dslr so h.264 files and their transcoded versions which are in the Avid DNxHD codec.
    I've tried uninstalling the software and reinstalling it but still not getting any joy. I can however add them to the timeline and render them but they still wont playback more than a few frames, everything else appears to run as normal though...
    Cheers for getting back to me, if you have an insight that'd be great
    Rich
    [email protected]
    [email protected]
    +447817511735

  • I am running InDesign CS5.5 and trying to open an In Design File but getting an error message. " Cannot open the file "PDavidLCover.indd". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file

    I am running InDesign CS5.5 and trying to open an In Design File but getting an error message. " Cannot open the file "PDavidLCover.indd". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file me be open in another application."Please help I really need to get this file open.

    Since you've shown us the folder contents it's a good bet it isn't in use (no lock file). And it doesn't look like the file is mis-named as there doesn't seem to be anything else there that would be the .indd file (but just in case, open it in TextEdit and paste the first few lines here so we can see what the file header says), so the most likely case is the file is damaged. Is that on a removable device of some sort?
    You can try the tool at Repair corrupt InDesign Adobe files on Mac OS X  or send me a link to the file by private message and I'll try the recovery tool I have for Windows.

  • CS5.5 and OSX 10.9.4: Most applications will not launch even after uninstalling and reinstalling the Creative Suite 5.5. After my 2011 MacBook Pro 17 died, I had to purchase a new MacBook Pro 15 to replace it.  I performed a Time Machine installation from

    CS5.5 and OSX 10.9.4: Most applications will not launch even after uninstalling and reinstalling the Creative Suite 5.5. After my 2011 MacBook Pro 17 died, I had to purchase a new MacBook Pro 15 to replace it.  I performed a Time Machine installation from that 2011 machine, and only Distiller and Acrobat would launch (none of the rest of the creation apps).  So I ran the CS5.5 installer, uninstalled, then reinstalled, producing the same result. When I try to launch, nothing happens.  What next?

    Try...
    Adobe Creative Suite Cleaner Tool
    helps resolve installation problems for CS3 thru CS6 and for Creative Cloud
    http://www.adobe.com/support/contact/cscleanertool.html

  • Ive recently updated my mac to OS X 10.10 and now my CS5 illustrator and photoshop will not open...  I uploaded the most recent Java and they still won't open.  Please help

    Ive recently updated my mac to OS X 10.10 and now my CS5 illustrator and photoshop will not open...  I uploaded the most recent Java and they still won't open.  Please help

    Mac,
    Nothing shows up here?
    https://www.adobe.com/account/my-products-services.html#
    With CS5 you must have registered, hopefully under your present Adobe ID.
    I am afraid the chat and phone support are off until the beginning of January.
    Serial number and activation support (non-CC, chat open between 5AM and 7PM PST/PDT on workdays)
    http://helpx.adobe.com/x-productkb/global/service1.html
    Adobe ID and registration support (non-CC, chat open between 5AM and 7PM PST/PDT on workdays)
    http://helpx.adobe.com/x-productkb/global/service-c1.html
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html

  • CS5 Bridge and Elements

    Hello,
       I happen to have Adobe Photoshop Elements 8.0 Plus and Adobe CS5 installed on my desktop.Both programs work fine when using one or the other.My problem is if  I have CS5 Bridge open and highlight a photo that I want to open (right click open or top file menu)the photo opens in Elements 8 Edit.I would think it should open Photoshop 5,but can't seem to find where to change it from.I keep Elements installed because its handleing the photo backups right now.Any suggestions?I'm missing something I'm sure.Thanks.

    My problem is if  I have CS5 Bridge open and highlight a photo that I want to open (right click open or top file menu)the photo opens in Elements 8 Edit.
    Go to Bridge edit/preferences/file type associations and change the defalult program for extenstion to CS5.
    And if you have keywords in Elements they can be read in Bridge, you just have to find the option to write files to metadata.

  • How to work with Premiere Pro cs5.5 and After Effects cs5 together?

    I have edited my movie in premiere pro cs5.5 and made the rough cut. In premiere, i have edited the video, put in soundtrack and foley. Now, i need to add muzzle flashes & blood splatters in some scenes and final color correction using After Effects cs5.
    When i import the premiere project in AE and make the changes, and then i export it back as premiere project. When i open this prmiere project, it shows vaious kind of errors and no changes are retained that i did in AE. Also, when i import the premiere project (which has 4 different sequences) in AE, all the media that has been imported in the premiere project also opens in AE making it difficult to organize the media.
    How should i work now so that i add vfx and color correction using AE cs5?
    I thought of exporting the video from Premiere pro and then open the video in AE and add vfx to some scenes and color correction to the full video and render it out again. But, this is the first time i am using AE and i am not sure if this is the best way. PLEASE HELP.
    Or, i could import the whole project in AE, add vfx, do color correction AND then export to video from AE. But i think, it will be better if i export the video from Premiere as it has loads of options to choose from while exporting to a movie.
    The dynamic link does not work between Premiere Pro Cs5.5 and After Effects cs5. Even if it does, its not working on my pc.
    All the footage is in HD and i want the final result in best quality HD too. PLEASE Help!

    If you are working between After Effects and Premiere Pro but with versions that are not the same number, you need to just work with movies rendered and exported as intermediate, lossless files.
    Dynamic Link only works between After Effects and Premiere Pro of the same version number, and only when they are installed as part of the same suite.

  • Installing Adobe Dreamweaver CS5.5 and PhotoShop 5.5 on windows 2008 R2 SP1 using Terminal services

    Hi All,
    Is it possible to install Adobe Dreamweaver CS5.5 and PhotoShop 5.5 on windows 2008 R2 SP1 using Terminal services. We are planning to use xenapp to publish these application.
    Please let me know if this is a supported environment.
    Regards
    Radhika

    As far as I know you will NOT be able to access OpenGL functionality through Terminal Services. as the OpenGL implementation provided in that environment is software, version 1.1 - not GPU-accelerated.
    I seem to recall there was a thread about a year ago here where someone was trying to do what you are asking.  I vaguely remember they were able to make it work, but I'm not sure.  You might try doing a search of this forum.
    -Noel

  • Raw files from the new Nikon D810 will not open with either Photoshop CS5.1 or Lightroom 4.  When will a real Adobe solution be available to work with Raw (NEF) files in their native format, using CS5.1 and LR4?

    Raw files from the new Nikon D810 will not open with either Photoshop CS5.1 or Lightroom 4.  When will a real Adobe solution be available to work with Raw (NEF) files in their native format, using CS5.1 and LR4?

    Clarification: this is a user forum; you are not addressing Adobe here.
    The answer to your question as phrased is: never.
    CS5 is history and it is not longer supported.  There will not be any updates or bug fixes for CS5.
    You need to convert the raw NEF files from your D810 to raw DNGs using the free, standalone Adobe DNG Converter 8.6 RC (beta), the first version ever to support that camera.. 

  • I am downloading from a Canon 650D to Photoshop CS5.1 AND Adobe Bridge CS5.1  do i need to download a  DNG convertor? if so how do i get the images from the camera to the convertor?

    I am downloading from a Canon 650d  TO Photoshop CS5.1  and Adobe Bridge CS5.1  Do i need to download a DNG convertor? if so how do i get the images from the camera to the convertor?

    Please check the list yourself and co,mare the necessary CR version with the one your version of Photoshop utilizes. 
    If the version os higher than yours you can use the free DNG Converter – as to how to use it please read up on that.
    Camera Raw plug-in | Supported cameras

  • I have Dreamweaver CS5.5 and all of a sudden I can't open it says XML parsing fatel error.  Invalid Document Structure  What do I do?  Thanks

    I have Dreamweaver CS5.5 and all of a sudden I can't open it says XML parsing fatel error.  Invalid Document Structure  What do I do?  Thanks

    You need to rename the Configuration folder to Configuration_BU.
    The folder can be found by following this http://www.dmxzone.com/go/16740/clearing-dreamweaver-s-cache/

  • Where can I find the Java SE 6 runtime download so I can get Adobe Photoshop CS5 up and running again.

    Where can I find the Java SE 6 runtime download so I can get Adobe Photoshop CS5 up and running again. I have to go this route. Currently on my Mac, I need to be running Java 7.65 for work-related stuff. I went to the Java site, but could not find anything that simply says "Java SE 6 runtime" ... Or, is there another way to get CS5 up and running with my recent Yosemite download?

    No, I can't go that route. I have to stick with my current Java 7.65 ... Our IT department said just to download SE6 Runtime separately ... If I was understanding that correctly. Or, can you have two different versions of Java running ... 6 ... and 7.65?

Maybe you are looking for

  • How do I get apple to fix my MacBook Pro (Retina, Mid 2012) screen, which has always ghosted?

    Since I bought my MacBook (mid-2012) the screen has had ghosting problems. Like, since day 0. At first it wasn't really a problem. I wasn't doing graphical work; I didn't need "pixel perfect." But, then I started needing to spend time in Photoshop ag

  • Clicking noise from a laptop HDD

    I'll give you a link for a dead topic in which a user explaines a problem similar to mine: https://bbs.archlinux.org/viewtopic.php?id=39450 I'll also write some similar stuff here. It's been almost two years or so since I get these now-and-then click

  • Problem with Bytes

    i've recently started learning java, and i am having a few problems with writeing to files. for example:      FileWriter outWriter = new FileWriter("file.txt");      char i = 1; char z = '1'      outWriter.write(i);      outWriter.write(z);      outW

  • Group Left Order By

    Hi, I have a sql which contains an order by clause (order by field1, field2), the query runs fine in SQL*Plus. I tried to create a Group Left report in Reports 10g. (The report contains the Group on field1.) When I run the report, it disregards the o

  • Support for iTunes folders?

    Anyone know when Apple will support iTunes folders on an iPod? It was a great feature addition with iTunes allowed me to organize my music in a folder structure so that, for example, I could put all Beatles music together. Unforunately, none of this