Site-relative links fail on local testing server

Using CS4/WAMP/XP, I have a testing server set up. All works well except that when I specify site-relative links, on the testing server they go back to localhost, not localhost/Frances. They work fine on the live site, but not on my testing server.
This prevents me from using (well, testing) 'include' files for things like menus when parts of the site are in different folders.
I have my site setup as follows:
Local Info
Site name "FFG2009"
Local root folder C:\wamp\www\Frances\
Default images folder C:\wamp\www\Frances\images\
HTTP Address: http://localhost/Frances/
Testing Server
Server model: PHP/MySQL
Access: Local/Network
Testing Server Folder: C:\wamp\www\Frances testing\
URL Prefix: http://localhost/Frances/
In my Apache config file I have a virtual directory set up like this
Alias /Frances/ "c:/wamp/www/Frances/"
<Directory "c:/wamp/www/Frances/">
    options all +includes
    AllowOverride all
    Order allow,deny
    Allow from 127.0.0.1
</Directory>
I have been advised that I could temporarily change the Apache webroot folder to my "Frances" folder, but that stops other things like PHPMyAdmin from working. Also I have other sites within my www directory and I'd rather not have to change the Apache rootweb directory every time I need to work on a different site.
Is there a way to set up my site in CS4 so that site root links go to localhost/Frances rather than just localhost?
Thanks
Tone'z

Many thanks Mark.
I fact I spent all yesterday coming to the same solution. Finally at around 12:30am this morning it worked!
Early in the day I found the same reference you mentioned in an on-line copy of David Power's book where he exactly described the very problem I had - and with the VH solution.
However, I had a problem with an obscure syntax error in the virtual hosts include file. I still don't know what it was. The flag to perform a syntax check on HTTPD startup didn't discover it. The problem actually prevented the Apache service from starting at all but that little point escaped me for a long time because the WAMP system tray icon is so small I didn't spot that it was telling me "some services are running" (half yellow) instead of "all services are running" (white).
It wasn't until I ran (in desperation!) Apache Monitor that it became obvious that Apache was tripping over this virtual host definition and failing to start.
It also seems that if you have any virtual host directive in an include file, then it negates the localhost directive in the Apache config file. So when I define the Frances virtual host, I also need to have localhost defined in the include file.
It was this localhost directive that was causing the problem. I found it by having Apache Monitor running so I can see the true state of the Apache service and, after pointing the config file 'include' directive to a vhosts file...
empty the vhosts file - Apache starts - 'localhost' works, frances doesn't - makes sense.
add the frances virtualhost definition to the vhosts file - Apache starts -  'frances' goes to the frances site, 'localhost' does too (dam')
add the localhost virtualhost definition to the vhosts file - Apache fails to start - "IE cannot display this page"
pull out the localhost definition - Apache starts... hmmmm... .
find an example localhost definition from somewhere else - to all intents and purposes identical to mine - add it in - Apache starts!
Both localhost and frances now work! Maybe there was a space where no space should be - I don't know.
Of course I also had to add entries into windows/system32/drivers/etc/hosts to point to 127.0.0.1.
Oh yes, virtualhosts are fussy about folder names. You cannot have spaces in a folder name.
Thanks
Tone'z

Similar Messages

  • How to make site root-relative links work in DW and Server both?

    See details on buggy DW image link behavior, below. My question is:
    1) how to make site root-relative links work in DW and Server both? Or…
    2) how to reliably automate the change of several hundred legacy root-relative links of the form
    /images/image.jpg  to document-relative?
    That is, to
    ../images/image.jpg or
    ../../images/image.jpg or
    ../../../images/image.jpg etc…depending on where the directory is.
    The old format (/images/image.jpg ) used to work fine in my previous DW 8 configuration but appear grey in DW after “upgrading” to DW cs5.5 mac. (they look fine on the server, but it’s hard to edit image-heavy pages locally when they are all grey).
    I tried changing the files to how DW creates root relative links now:
    /public_html/images/image.jpg, which is a very easy, attractive root flow since there’s a one-to-one mapping. These look great in DW but are broken on the server!
    I looked at the “advanced” site setup, and it looked like it might be possible to nuke the /public_html/ part of my server info…but it also looked like there was the potential for doing damage changing these settings, which are automatically generated from our server connection settings, which seem to work.
    The “links relative to document/ site root” toggle…does that change how DW interprets existing links, or just change the default when you are adding a link?  I have made 80% of the file links document relative…before wondering if root-relative isn’t better?
    It sure seems less ambiguous for all those images if theres a way to make root relative work for DW design view, DW link check, and server.
    Summary of buggy behavior: (see test with images here)
    "old style" site root link
          /images/img_book/WScover120x150_NEW.jpg
          Design veiw in DW: broken (grey w/ broken icon)
          Link check in DW: "external link" (i.e., uncheckable, + file could appear orphaned)
          Browser: good
          Ease of switching: n/a (existing format)
    "new style" site root relative link
          /public_html/images/img_book/WScover120x150_NEW.jpg
          Design veiw in DW: good
          Link check in DW: good
          Browser: broken
          Ease of switching: easy
    Document relative link
          ../../images/img_book/WScover120x150_NEW.jpg
          Design veiw in DW: good
          Link check in DW: good
          Browser: good
          Ease of switching: hard (how to automate?)
    Absolute link
          http://www.oasisdesign.net/images/img_book/WScover120x150_NEW.jpg
          Design veiw in DW: broken (grey w/ broken icon)
          Link check in DW: external (i.e., uncheckable, + file could appear orphaned)
          Browser: good
          Ease of switching: n/a...not a real option
    Thanks!
    Similar discussion on "/"

    Hello again Jon!
    Thanks for jumping on this.
    All clear and understood about where publc_html is etc.
    No contemplation of nuking the actual public_html directory on the server, just the "/public_html" text string at the start of the DW-generated links.
    "/public_html" is automatically added to the front of the link in DW if I create the link with any of the GUI tools, if I have "site root relative" selected. And ""/public_html" ends up in the code, and gets uploaded that way to the server, where it (obviously) doesn't work.
    Doesn't sound like it is supposed to work this way. Also, what seems to be the usual root relative format (/images/image.jpg) shows as a broken link in the GUI and an external link in the DW link check. All this togther makes me thinkI have some obscure setting incorrect?
    The setting that caught my eye is manage sites/ site setup/ advance settings/ local info/ web url,  which is automatically set to http://www.oasisdesign.net/public_html/
    it gives an option to change it but it makes every effort to make this NOT look like something users should mess with:
    Having gone through the more careful thought process during this post, I'm ready to do the experiment of changing the remote server web URL (why is it wrong by default?)...think I'll eat dinner first so there's 45 min to avert disaster if anyone knows this to be a bad idea!
    Art
    PS--don't  have a local testing server...don't think this will solve the GUI broken link/ link shows as external problems.
    Is there an easy, automated way to change links sitewide from document to root relative?

  • How to transfer a site on my HD to a local testing server?

    My site, which I developed in Dreamweaver CS3, is currently
    all static HTML. I'm making progress in changing it to have some
    PHP content, but my initial work is all on my live site -- whereas
    I want to be able to do development and testing on a local testing
    server. I've successfully set up XAMPP, and am making progress in
    developing some pages on a *new* local test site (which I've
    installed for local testing at C:/Program Files/xampp/htdocs),
    which I've set up to have PHP-based dynamic content. What I *can't*
    figure out how to do is to take all of my local content for my live
    Website (which is currently at C:/Documents and
    Settings/MyName/MySite/) and move it to
    http://localhost/ (at C:/Program
    Files/xampp/htdocs), so I can can develop and test new dynamic
    content for my site locally against my local Web server. I suspect
    that there are some simple steps to accomplish this goal, but I'm
    pretty new at this, and can't figure it out. Any advice/guidance
    will be greatly appreciated!

    quote:
    Originally posted by:
    Newsgroup User
    Open Windows Explorer, navigate to C:/Documents and
    Settings/MyName/,
    right-click the MySite folder, and select Copy. Then navigate
    to
    C:/Program Files/xampp/htdocs, right-click, and select Paste.
    Your site will then be at
    http://localhost/MySite/
    Wow, that was simple. Thanks! (I had assumed that I needed to
    make the change somehow from within Dreamweaver, vs. in Windows
    Explorer. But I guess that's necessary only if/when you're moving
    files around *within* a site.) Thanks so much!
    I think that Dreamweaver will fuss at me that my testing site
    (actually,
    http://localhost/visiblewind)
    is in a subfolder, whereas my live site (
    http://www.visiblewind.com)
    is at the root, for synchronization-related issues. Will that cause
    issues if I do switch from a separate FTP program (which I'm
    currently using) to synchronization via Dreamweaver?
    p.s.: I ordered your "Essential Guide..." yesterday -- am
    expecting it in the mail when I get home tonight!

  • How to setup the local testing server ??

    hello, what do I need to install first before I can setup the
    testing server in dreamweaver 8? I have download apache2 triad,
    mySQL, IIS 6...
    Where should I download the correct version of mySQL because
    I need to test my php scripts locally which has something to do
    with database?
    How do I configure these on the testing server setup
    Connection Name - what should I input here?
    MySQL Server - and this?
    Username - where do I get one?
    Password - where do I get one?
    Database - gets an error saying "HTTP error code 404...
    1) There is no testing server running on the server machine.
    2)The testing server specified for this site does not map to
    the
    http://localhost/...... ??
    Please Help.. Thanks in advance!

    criticalx wrote:
    > I'm using the apache2triad for the mySQL.. I s there
    anything I did wrong on
    > my configuration part? Thanks... "I only need to test my
    site locally"
    I have never heard of apache2triad, but I've just had a look
    at the
    apache2triad site, which says: "It is recommended that only
    experienced
    users, with a vast knowledge of how networks, and its
    components (Apache
    Web Server, ect.) should install this software. It IS NOT
    your average
    software; a lot of time, patience and effort are required to
    maintain
    such a server."
    Setting up a local testing server is not difficult, but it
    does require
    a basic understanding of how a server-side language like PHP
    works.
    As I said before, you must always store your files in the web
    server
    document root. According to the apache2triad documentation,
    this is C:
    \apache2triad\htdocs\. Unless you store your files there, or
    in a
    subfolder of htdocs, nothing will work.
    ---LOCAL INFO----
    Site Name: login
    Local Root folder: C:\apache2triad\htdocs\login
    checked refresh local site automatically
    default images: C:\apache2triad\htdocs\login\images\
    Links Relative to: "document" - this is correct
    HTTP address: leave blank
    cache: enabled
    ---REMOTE INFO---
    None
    ---TESTING SERVER---
    Server Model: PHP/MySQL
    Access: Local/Network
    Testing server folder: C:\apache2triad\htdocs\login\
    URL Prefix:
    http://localhost/login/
    mySQL connection:
    conn name: connLogin
    mySQL server: localhost (do not use
    http://)
    username: root
    password: mypassword
    Database: login
    David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    http://foundationphp.com/

  • Local testing server root and web url

    I would like to know if I have correctly set up my local testing server for the root folders. Very new to this.
    Local site folder is at C:\xampp\htdocs\NIF\.
    Test server folder is C:\xampp\htdocs\NIF\
    Web URL is http://localhost/NIF/
    Links are relative to document.
    In case it matters, site is using ZenPhoto gallery.
    I can see my index page's dynamic content in LiveView, but I'm not sure if I have the root paths correct.
    Root of the online website is at http://natureinfocus.com/ with a gallery at http://natureinfocus.com/galleries
    Currently an address in DW shows http://localhost/nif/galleries/ where the actual website would show http://natureinfocus.com/galleries/
    I've put testing site root in a subfolder since I may have several sites.
    Do I have this set up correctly or do I need to change soemthig since I've put the root in a subfolder?
    Also wasn't sure if links should be set instead to relative to document or site root?
    Thanks for any help.

    Since I have Windows 7 64 bit system., I get the usual error message about running this program only from my XAMPP directory (which everyone says to not worry about).  MySQL service starts ok. Text in the windows says Apache started, but the "Start" button doesn't change to Stop and Admin button is grayed out.
    My recent errors log before I changed vhosts, etc., is below. Tried to decrease the font but it just wouldn't change ...
    [Wed Jul 06 01:06:24 2011] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    [Wed Jul 06 01:06:24 2011] [notice] Digest: generating secret for digest authentication ...
    [Wed Jul 06 01:06:24 2011] [notice] Digest: done
    [Wed Jul 06 01:06:24 2011] [notice] Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
    [Wed Jul 06 01:06:24 2011] [notice] Server built: Oct 18 2010 01:58:12
    [Wed Jul 06 01:06:24 2011] [notice] Parent: Created child process 7732
    [Wed Jul 06 01:06:25 2011] [notice] Digest: generating secret for digest authentication ...
    [Wed Jul 06 01:06:25 2011] [notice] Digest: done
    [Wed Jul 06 01:06:26 2011] [notice] Child 7732: Child process is running
    [Wed Jul 06 01:06:26 2011] [notice] Child 7732: Acquired the start mutex.
    [Wed Jul 06 01:06:26 2011] [notice] Child 7732: Starting 150 worker threads.
    [Wed Jul 06 01:06:26 2011] [notice] Child 7732: Starting thread to listen on port 443.
    [Wed Jul 06 01:06:26 2011] [notice] Child 7732: Starting thread to listen on port 80.
    [Wed Jul 06 01:27:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:27:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:27:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_options() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:27:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 211
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 228
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:27:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:27:38 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36
    [Wed Jul 06 01:27:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:27:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:27:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:27:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:27:40 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:27:40 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:27:40 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:27:40 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:14 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36, referer: http://localhost/nif/articles/wp-content/plugins/zenphotopress/tinymce/popup_zp.php?tinyMC E=0
    [Wed Jul 06 01:28:15 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:15 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:15 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_album() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:15 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 131
    [Wed Jul 06 01:28:15 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 154
    [Wed Jul 06 01:28:15 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:28:15 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 211
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 228
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:16 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::count_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 288
    [Wed Jul 06 01:28:17 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:18 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36, referer: http://localhost/nif/articles/wp-content/plugins/zenphotopress/tinymce/popup_zp.php?tinyMC E=0
    [Wed Jul 06 01:28:18 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:18 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:18 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_options() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:18 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:19 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:19 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:19 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:19 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:20 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:20 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:20 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_album() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:20 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 131
    [Wed Jul 06 01:28:20 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 154
    [Wed Jul 06 01:28:20 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:28:20 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 211
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 228
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:28:21 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:22 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:22 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:22 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::count_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:22 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 288
    [Wed Jul 06 01:28:22 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:23 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:23 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:23 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_options() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:23 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:28:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:28:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:28:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:28:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:22 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36, referer: http://localhost/nif/articles/wp-content/plugins/zenphotopress/tinymce/popup_zp.php?tinyMC E=0&section=image
    [Wed Jul 06 01:29:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_album() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 131
    [Wed Jul 06 01:29:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 154
    [Wed Jul 06 01:29:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:29:24 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 211
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 228
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:25 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:26 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:26 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:26 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::count_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:26 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 288
    [Wed Jul 06 01:29:26 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:27 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:27 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:27 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_options() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:27 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:28 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:28 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:28 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:28 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:33 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36, referer: http://localhost/nif/articles/wp-content/plugins/zenphotopress/tinymce/popup_zp.php?tinyMC E=0&section=image
    [Wed Jul 06 01:29:35 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:35 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:35 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_album() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:35 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 131
    [Wed Jul 06 01:29:35 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 154
    [Wed Jul 06 01:29:35 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:29:35 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 211
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 228
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:29:36 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:37 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:37 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:37 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::count_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:37 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 288
    [Wed Jul 06 01:29:37 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:38 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:38 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:38 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_options() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:38 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:29:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:29:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:29:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:29:39 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:30:03 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36, referer: http://localhost/nif/articles/wp-content/plugins/zenphotopress/tinymce/popup_zp.php?tinyMC E=0&section=image
    [Wed Jul 06 01:30:04 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:30:04 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:30:04 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_album() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:30:04 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 131
    [Wed Jul 06 01:30:04 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 154
    [Wed Jul 06 01:30:04 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:30:04 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:30:05 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:30:05 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:30:05 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:30:05 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 211
    [Wed Jul 06 01:30:05 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 228
    [Wed Jul 06 01:30:05 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:30:05 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::album_protected_recursive() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 324
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::is_valid_video() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 272
    [Wed Jul 06 01:30:06 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:30:07 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:30:07 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:30:07 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::count_images() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:30:07 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::has_parameters() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 288
    [Wed Jul 06 01:30:07 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:30:08 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:30:08 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:30:08 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_options() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:30:08 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:30:09 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:30:09 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:30:09 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:30:09 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:31:54 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36
    [Wed Jul 06 01:31:55 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:31:55 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:31:55 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:31:55 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:31:56 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:31:56 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:31:56 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_nested_albums() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:31:56 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::print_output() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 58
    [Wed Jul 06 01:32:11 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoPressHelpers::getWPBasePath() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\classes.php on line 36, referer: http://localhost/nif/articles/wp-content/plugins/zenphotopress/tinymce/popup_zp.php?tinyMC E=0
    [Wed Jul 06 01:32:12 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::request2function() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 24
    [Wed Jul 06 01:32:12 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::init() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php on line 44
    [Wed Jul 06 01:32:12 2011] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method ZenphotoBridge::get_album() should not be called statically in C:\\xampp\\htdocs\\nif\\articles\\wp-content\\plugins\\zenphotopress\\zenphoto_bridge.php (49) : eval()'d code on line 1
    [Wed Jul 06 01:32:12 2011] [error] [client 127.0.0.1

  • Solution to using Site Root with Sub-folders on Testing Server & Browser Previews

    Hi Everyone
    Have found an elegant solution when using Site Root relative linking for a website, that allows browser previews, even when the testing server uses sub-folders and the live code references just the server site root " / " of the live server and not the sub-folder structure of the testing server.  This is really useful when you don't want to use document relative linking, which normally takes care of this problem in Dreamweaver.
    The solution is to use sub-domains referencing the sub-folders on the testing server, so the sub-folders appear as the root of each website and the html code pointing to the site root works correctly on both testing & live servers without alteration.
    Testing Server Setup
    One testing server domain is used for all client development work:
    For example:  www.testingserver.com
    On the testing server there are multiple sub-folder (one for each client website being developed):
    For example:  www.testingserver.com/clientA/ ,  www.testingserver.com/clientB/ , www.testingserver.com/clientC/
    Live Server Setup
    The site code needs to be developed with the final live server folder structure (url references) in mind:
    For example:  www.livesite.com (with all pages referencing the root of the live site server)
    Page URLs on Testing & Live Servers
    /page-name.html
    Testing server url:  www.testingserver.com/clientA/page-name.html
    Live server url:  www.livesite.com/page-name.html (without /clientA/ sub-folder)
    Browser Previews Don't Work
    You want to be able to run browser previews on the testing server while developing the website.  To do this you normally have to reference the sub-folder structure of the testing server in the url for things to work right:
    For example www.testingserver.com/clientA/page-name.html
    What do you do, when you can't keep switching all the urls in the code from pointing to the sub-folder to pointing to the site root, and you don't want to use document relative linking?
    One Solution - Sub-domains on Testing Server
    In your domain hosting (outside of Dreamweaver) setup a sub-domain to point to the testing server sub-folder.
    For example:  Sub-domain clientA.testingserver.com points to www.testingserver.com/clientA (sub-folder)
    So now when you reference the sub-domain it sees the sub-folder as the site root and all your problems are solved.
    Dreamweaver Site Definition Setup
    Site Definition under "Local Info"
    Links relative to: Site Root
    Site Definition under "Remote Info" (live server)
    Access: FTP
    FTP host:  ftp.livesite.com
    Host directory: /
    Site Definition under "Testing Server" 
    Access: FTP
    FTP host:  clientA.testingserver.com
    Host directory: /
    URL prefix: http://clientA.testingserver.com
    (location of the site's root folder on the testing server, the sub-domain redirection takes care of pointing to the sub-folder)
    This is just one solution but it works well for me as it doesn't have any cost associated with it under our hosting package where you can have multiple sub-domains setup.
    Hope this helps someone in a similar situation.
    Aly

    Just Google it, or run out and buy a copy of David Powers' Foundations Dreamweaver CS4 with CSS, Ajax and PHP, a book that is never out of reach for me.  He details the process explicitly for both Mac and PC.
    For me, on W7, I edit the C:/Windows/System32/drivers/etc/hosts file, and add the ip of my testing server along with the site alias -
    192.168.1.82  site.local
    Then I add this same designation to my httpd.conf file in Apache on the testing server.  Finally I restart Apache.
    Now from my production machine if I browse to "http://site.local", I get to see either the default file in the root of the site on the testing server, or a directory of the site on the testing server (my testing server is a unix box running on my LAN at that ip address).  Furthermore, all of my root relative links now work as they would if the pages were being browsed from the live server.

  • PHP Local Testing Server Not Working!

    Hi Guys,
    I've just set up my PHP local testing server, although its not working properly! If you could help that would be so wonderful!
    Here is my current settings:
    Local Site Folder: C:\XAMPP\htdocs\valsoo\
    Web URL: http://localhost/valsoo/
    Server Folder: C:\XAMPP\htdocs\valsoo\
    Local/Network
    Server Model: PHP MySQL
    I'm testing the 'local testing server' with a file called site_check.php which works in the Local Site Folder root (C:\XAMPP\htdocs\valsoo\site_check.php) but fails to work when the file is within folders (C:\XAMPP\htdocs\valsoo\lesson01). Not all files work in the root either. ANY SUGGESTIONS?
    Thanks so much!

    Brentis wrote:
    I'm testing the 'local testing server' with a file called site_check.php which works in the Local Site Folder root (C:\XAMPP\htdocs\valsoo\site_check.php) but fails to work when the file is within folders (C:\XAMPP\htdocs\valsoo\lesson01). Not all files work in the root either.
    If site_check.php works, your local testing server is working.
    What do you mean when you say that it fails to work when the file is in a folder, such as lesson01? What actually happens? What sort of files don't work in the root? Without more details, it's impossible to help.
    If site_check.php is in C:\XAMPP\htdocs\valsoo\lesson01, you should be able to access the file through http://localhost/valsoo/lesson01/site_check.php.

  • File Not Found error on local test server

    Hello all,
    I have no idea what happened, but my local test server went
    from working fine to not working at all. When I go to test a page
    locally, I get this error:
    The requested URL /[filename].php was not found on this
    server
    I did not change any of the configuration files, I can load
    and use phpMyadmin, but absolutely can not test a page locally, not
    even something as basic as David Powers' phptest.php page which is
    a whopping 2 lines of code to verify the php version on my
    computer.
    PLEASE, I beg of you, if you have any suggestions, PLEASE
    throw them my way. I am completely stonewalled from further
    development because of this issue. PLEASE HELP!
    Sincerely,
    wordman

    Is that a root relative link? If you aren't using virtual
    hosts those won't
    work.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Wordman-GL" <[email protected]> wrote in
    message
    news:gpmkjg$rna$[email protected]..
    > Hello all,
    >
    > I have no idea what happened, but my local test server
    went from working
    > fine
    > to not working at all. When I go to test a page locally,
    I get this error:
    >
    > The requested URL /[filename].php was not found on this
    server
    >
    > I did not change any of the configuration files, I can
    load and use
    > phpMyadmin, but absolutely can not test a page locally,
    not even something
    > as
    > basic as David Powers' phptest.php page which is a
    whopping 2 lines of
    > code to
    > verify the php version on my computer.
    >
    > PLEASE, I beg of you, if you have any suggestions,
    PLEASE throw them my
    > way. I
    > am completely stonewalled from further development
    because of this issue.
    > PLEASE HELP!
    >
    > Sincerely,
    >
    > wordman
    >

  • Previewing on local testing server

    When previewing a file in the Dreamweaver development
    environment, Dreamweaver loads the file, say testfile.html, in the
    browser with its file system address, eg
    file://Applications/MAMP/htdocs/jsMath/test/testfile.html. However,
    the local website address of this file is
    http://localhost:8888/jsMath/test/testfile.html.
    This leads to a security error
    Security Error: Content at
    file:///Applications/MAMP/htdocs/jsMath/test/testfile.html may not
    load data from
    http://localhost:8888/jsMath/plugins/autoload.js.
    The problem can be circumvented by avoiding the Dreamweaver
    preview and hand-loading the file directly as
    http://localhost:8888/jsMath/test/testfile.html
    Surely the preview feature must not be bound by this
    restriction. What might be done to get preview to work properly
    with this local testing server?
    -dao

    daoliver wrote:
    > Surely the preview feature must not be bound by this
    restriction. What might
    > be done to get preview to work properly with this local
    testing server?
    You need to define the testing server correctly in your site
    definition.
    In your case, the Testing server folder field should be set
    to
    Applications/MAMP/htdocs/jsMath/test/ and the URL prefix to
    http://localhost:8888/jsMath/test/.
    David Powers
    Adobe Community Expert, Dreamweaver
    http://foundationphp.com

  • How do I set up a local testing server?

    Hey again everyone. I am trying to figure out how to set up a local testing server. I've read a couple different tutorials online and i still can't figure it out. I added a new server, named it test server, I'm connecting using local/network, my server folder is C:\Users\Jake\Website\testfolder, and my web URL is http://localhost/. My server model is PHP/MySQL.
    My site's root folder is C:\Users\Jake\Website\. I have also downloaded XXAMP. It downloaded and that was it though, I'm not sure if I need to apply it somehow to Dreamweaver. When I try to preview my pages I get a message that asks me if I want to update copy on testing server. If I choose yes, another message comes up and asks me if I want to put dependent files. Whether I choose yes or no it just says IE cannot display the web page.
    Any help would be appreciated, thanks!

    Site Name: PHP Test Site
    Local Site Folder: C:\xampp\htdocs\php_test\
    Server Name: Local Testing
    Connect Using: Local/Network
    Server Folder: C:\xampp\htdocs\php_test
    Default Images Folder: C:\xampp\htdocs\php_test\Images\
    Web URL: http://localhost/php_test/Server Model: PHP MySQL
    Is that everything you need to know? Note that I do not have a remote testing site set up yet.

  • Login settings will not update the local testing server files

    When uploading to web server from local testing server, changing login settings in the control panel does not update the local testing server Restrict Access to page files. Causing login on website not to function.
    It does however update the Connections file and the login wizard form.
    What is the best way to change login settings before uploading site to web server?
    Thanks
    Dan

    Dan - I am having the same exact problem. I'm using the restrict access and user registration and login - when attempting to use the Update Record wizard to allow users to change their password or email address, it doesn't change the record.

  • Login settings will not update local testing server files

    When uploading to web server from local testing server, changing login settings in the control panel does not update the local testing server files. Causing login on website not to function.
    It does however update the Connections file and login wizard form.
    What is the best way to change login settings before uploading site to web server?
    Dan

    Dan - I am having the same exact problem. I'm using the restrict access and user registration and login - when attempting to use the Update Record wizard to allow users to change their password or email address, it doesn't change the record.

  • Local Testing server and htdocs

    So I have set up apache/php with virtual servers and I'm
    using DW8.
    I may have terminology errors below. Correct me where I'm
    wrong please.
    Example site directory C:/apache/htdocs/site.com/
    The web directory is: C:/apache/htdocs/site.com/htdocs
    however there are other important files hiden below this
    rebroot in "site.com/application" for example
    My work diretory is C:/somewhere else/site.com. While
    developing, I just set the testing server as my webserver and
    posted everything to preview, but know I want to include the
    production server, and try to use my local testing setup correctly.
    I use DW to ftp and edit the site files, including those
    below the webroot, so is set my directories to allow access to
    those files. My annoyance is that when I preview my site it tries
    to pull up the homepage as www.site.dev/htdocs/index.php
    (I use dev to distinguish the local testing server)
    Can I resolve this problem, or can someone explain how to
    effecttively manage your workdirectory, testingserver and
    production server from one DW site? At the moment I'm using two DW
    sites to manage for now.

    Thank you for your answers.
    SnakEyez02 wrote:
    First, this is very possible depending on your theme.  Some of the dyanmic effects in themes use javascript files from the JQuery library as well as other javascript libraries.  Because of this it may not be possible to edit all files.
    How do you think I could check this is true ? I think I need all the files if I wish to edit the theme. Would copying all the remote files locally help clearing this in any way ?
    SnakEyez02 wrote:
    This sounds like a path issue in the code.  I would check there to make sure the path is correct.  Otherwise we would need to see the code.
    I don't know how to check this. When inspecting the page with Live Code, I don't know which html file Dw is showing me on the left. No filename has that grey background like it's pushed... Plus, I don't understand why the path would have changed, since I didn't mess with the code (yet) ?
    SnakEyez02 wrote:
    I have found this to appear when you have friendly/pretty-URLs or mod-rewrite turned on.  In the WordPress web admin, go to Settings->Permalinks and choose the default with the ?p=123 setting.  DW is currently unable to process the rewriting of URLs and it will only recognize the un-SEO-friendly way of reading URLs.
    Ok now I don't understand. When I go to http://localhost/mysite/wp-admin, it shows me the WP logo,
    No Upgrade Required
    Your WordPress database is already up-to-date!
    And a big "continue" button, all of which on the original site (the url is http://www.mysite.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F). Pressing the button gets me to http://www.mysite.com/.
    Is that because I imported the database from the live site ? I don't know what I did to get that, I used to get to the local WP installation. Could that be a bad database setup ?
    Any idea ?
    Again, thank you a lot for helping me out here !

  • Local, Testing server, Remote server uploading

    I have my web files in a local directory, say c:
    webfiles\myweb. I also have a local testing server at
    c:\Apache\htdocs\myweb, and finally a production site at
    www.myweb.com. The problem is that when I edit a file in my local
    directory it updated the testing server and not the production
    remote - which is what I expect. My problem is that I don't know
    how to update the production server as there does not seem to be
    any menu choice for this. I am sure I am doing something stupid,
    but I can't figure out whats wrong. Basically I don't quite get how
    the relationship between the 3 file locations interact with each
    other. Any help would be sincerely appreciated as its driving me
    crazy.

    Expand the Files panel. On the toolbar, there are three icons
    in a row -
    Remote | Testing | Site Map. Select the Remote icon, and you
    will now be
    connecting with the Remote site for PUT/GET. The testing
    server will now
    only be used for Previews or Live Data displays.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "johnbreda" <[email protected]> wrote in
    message
    news:f2sahm$r4g$[email protected]..
    >I have my web files in a local directory, say c:
    webfiles\myweb. I also
    >have a
    > local testing server at c:\Apache\htdocs\myweb, and
    finally a production
    > site
    > at www.myweb.com. The problem is that when I edit a file
    in my local
    > directory
    > it updated the testing server and not the production
    remote - which is
    > what I
    > expect. My problem is that I don't know how to update
    the production
    > server as
    > there does not seem to be any menu choice for this. I am
    sure I am doing
    > something stupid, but I can't figure out whats wrong.
    Basically I don't
    > quite
    > get how the relationship between the 3 file locations
    interact with each
    > other.
    > Any help would be sincerely appreciated as its driving
    me crazy.
    >

  • Automatically updating files on local testing Server

    I'm using EasyPHP-5.3.5.0 as a testing server on my local machine (I've use EasyPHP for several years). I set up the Site Definition in DW8 using the testing server root folder (www) as the development area; however, this caused problems when I attempted to upload from within DW to the Remote (production) server.  I then modified the Site Definition to use a local folder. other then the Testing Server folder, for development which solved the upload problem.  Then in the Site Definition I setup the Testing Server using the "PHP MySQL" model with "Local/Network" access. The Testing Server folder was set to "C:\Program Files\EasyPHP-5.3.5.0\" and the "Refresh Testing file list automatically" box was checked.  The URL prefex was set to "http://127.0.0.1:8888/" as defined in the EasyPHP instructions.  My problem is that Dreamweaver is not updating the files on the testing server when I save a file in the development folder. The development folder and the Testing Server reside on the same computer. If I copy and paste a file to the testing server everything works fine.  I would like the testing server files to be automatically updated when I save a file in the development folder which is what the Site Definition seems to indicate should happen.  Any thoughts on what the problem is and how to fix it would be appreciated.

    > UPS tools that will only accept POST data coming from an
    https page
    Oh - I see. I think this will be hard to do. You'd need to
    get a local
    certificate and all - not sure how to go about that....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "(_seb_)" <[email protected]> wrote in message
    news:ev39uo$pm3$[email protected]..
    > Murray *ACE* wrote:
    >> Why do you want to do this?
    >>
    >
    > to test locally?... I've been able to test everything
    locally so far on my
    > virtual testing server, and thought it'd be nice if I
    could test the
    > shopping cart locally as well. But it uses third party
    UPS tools that will
    > only accept POST data coming from an https page.
    > And yes, I'm pretty sure it's a stupid idea... But as I
    said, maybe
    > there's a trick I'm not aware of...
    >
    > --
    > seb ( [email protected])
    >
    http://webtrans1.com | high-end web
    design
    >
    > An Ingenious WebSite Builder:
    http://sitelander.com

Maybe you are looking for

  • Partner functions for a specific customer not seen in XD03 but appears in XD02

    Hello SAP Gurus, I have a situation where a partner functions for a specific customer not seen in XD03 but appears in XD02, In XD03 only one partner function (Ship to) appears but in XD02 (Sold to, Ship to, Bill to and payer appears), from the custom

  • Need help for importing oracle 10G dump into 9i database

    hi, Someone help me to import oracle 10G dump into 9i database. I'm studying oracle . Im using oracle 10G developer suite(downloaded from oracle) and oracle 9i database. I saw some threads tat we can't import the higher version dumps into lower versi

  • Two JMS Servers on two different nodes in cluster potinting to same destination.

    Here is my JMS configuration:           <JMSServer Name="transQueueJMSServer_Node1"           Store="transQueueStore_Node1" Targets="WebServices_Node1">           <JMSTopic JNDIName="jms.topic.transQueueTopic"           Name="transQueueTopic" Redeliv

  • Making a component to view my Own Map !!

    Dear all, I am developing a website with jsf and richfaces, but now, I'm in a state that I need to show a detailed map of my city to the user. I looked around to find a component that make it work, but I couldn't find one! Is there anyway to show my

  • SAP Script 'space' check in IF  statement

    Hi, I want to check for space in SAP script i want to check something like /: IF &TS_ITEM-USPOS& EQ SPACE ZD ........... /: ENDIF even if the there is space in uspos field this lines under are not printing. your help is appriciated. thanks surya