How do I add a forums system to my Dreamweaver project?

I have downloaded a premade forum from phpBB.com
When I got the files, all of them were .php files.
But I dont get where to put them?
I tried adding them to my root folder and then I previewed my whole site on Firefox but its just showing me my home screen and then blank pages.
Help?

Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in C:\Users\cote\xampp\htdocs\RSEXTC\viewonline.php on line 17
Warning: include() [function.include]: Failed opening './common.php' for inclusion (include_path='.;C:\Users\cote\xampp\php\PEAR') in C:\Users\cote\xampp\htdocs\RSEXTC\viewonline.phpon line 17
Notice: Undefined variable: user in C:\Users\cote\xampp\htdocs\RSEXTC\viewonline.php on line 20
Fatal error: Call to a member function session_begin() on a non-object in C:\Users\cote\xampp\htdocs\RSEXTC\viewonline.php on line 20
I got that error.

Similar Messages

  • How to make add the program system.out messages to a applet text field?

    How to make add the program system.out messages to a applet text field?
    System.out.println("I wanna displany this message on a applet text field, thanks");

    You may wish to change the output destination to a JTextArea. Please have a look at this link that likely shows what you want:
    [http://forums.sun.com/thread.jspa?forumID=54&threadID=640376|http://forums.sun.com/thread.jspa?forumID=54&threadID=640376]
    If you need other examples, search the forum. I found the search terms -- redirect system out textarea -- very helpful.
    Good luck

  • How can I add an existing cfm page to a project?

    CFB3 Question: How can I add an existing cfm page to a project? I created a project and copied a file into the project folder but I can't seem to find a way to add the cfm file into the project.

    @Carl - Well heck, yes I did... But after reading your response I went back and tried right-clicking on and refreshing different things and what worked was right-clicking on the project name in the Navigator window and then clicking on refresh in that context menu.
    Thank you Carl!

  • How do I add a forum to me site using iweb 08?

    I have all the sources such as i web 08, mobile me account and my own domain name website all set up and running fine. I would like to add a forum where people can add comments and pictures. How can I do this?

    Michael ~ Neither Lefora or WordPress would be used with iFrame, i.e. iWeb's +HTML Snippet+ window. Instead you would simply hyperlink an image or text string to your Lefora URL. Setting up the hyperlink in iWeb to open in a new window would allow the viewer to easily return to your iWeb site.
    WordPress is for creating blogs — not really for members to share ideas. For that, it would be better to use a Lefora forum or Backpack. I haven't used either so I can't say which is best.

  • How do I add more than one quiz to a project?

    In Captivate 7 help it mentions you should be sure to name your quizzes because it will help you keep track of them when you have more than one in the same project. However, I cannot find any information on how to add a second quiz to the same project.

    Welcome to the forum,
    Could you tell where this is mentioned in the Help? I believe due to SCORM standards only one quiz per file is possible. Only thing that changed since Captivate 6 is the possibility to add a Pretest. The result of a pretest can be used to take decisions like branching, but is not meant as a real quiz.
    What will be reported, what is stored in the quizzing system variables is always for the totality of the file. You could track results of some questions and show them in the file. Have a look at:
    http://blog.lilybiri.com/intermediate-score-slides
    I don't think this is what you want?
    Lilybiri

  • How can I add an external com libraries to the project

    Some exported files that I'm using has
    package com.heaton.bot
    How do I add this package to JDeveloper 9.0.3.4?

    In your project (double click the project in the System Navigator pane) you have the ability to add directories to your class path or source path. Configurations->Development->Paths for .class and Common->Input Paths for .java.

  • How do you add text to an image in dreamweaver cs3?

    does anyone know how to add text to an image in dreamweaver cs3? someone help me im stuck

    Hello,
    pardon, your question is still formulated in too general manner, for me at least, because there are several possibilities for these things. Please take a look on Nancy O.'s templates and tutorials, for example here:
    http://alt-web.com/TEMPLATES/CSS-Semi-liq-photo-sheet.shtml
    http://alt-web.com/TEMPLATES/Dark-Grid-II.shtml
    http://alt-web.com/DEMOS/CSS-Clickable-Table-Cells.shtml and not to forget:
    http://alt-web.com/DEMOS/CSS-Sold-Out-Text-over-image.shtml
    you will come away with many ideas and suggestions about adding text to an image.
    Wish you a joyful "poking around"!
    Hans-Günter

  • How do I add another operating system for Dual boot in Windows 8.1 boot configuration?

    Hello,
    I am trying to create a dual-boot Windows 8.1 Pro system to allow both 32bit and 64 bit Windows 8.1 versions.  I currently have Windows 8.1 32bit installed.  Appreciate some background on how to add 64bit Windows 8.1.
    Thanks, in advance.

    The easiest way is to do this (this assumes some technical knowledge as well as access to the currently installed operating system and the 64bit install files)
    1: launch diskpart from run or cmd
    2: select the current OS disk using "select disk 0"
    3: select the current OS volume using "select partition x" where x is the number of partition (you can use "list partition" to see all current partitions)
    4: enter "shrink minimum=xxxxx" where xxxxx is the size in megabytes you want to new OS to have
    5: Enter "create partition primary"
    6: Enter "format quick fs=ntfs label="Windows x64""
    7: Enter "assign letter y"
    8: select your current system partition using "select partition x" where x is the number of partition. If you have a UEFI install on a GPT disk, this partition will be formatted in fat32. Otherwise, it will be a 100mb NTFS partition
    9: Enter "assign letter s"
    10: exit diskpart, and open up an administrator cmd prompt
    11: Enter "dism /get-imageinfo /imagefile:e:\sources\install.wim" where e: is the drive letter that you have your .iso mounted in. If you have the iso extracted, you can just point to the current extracted area then \sources.install.wim. This will
    show you a list of indexes that the .wim file supports. A standard retail version of the .iso will have Windows 8 Pro be index 1. If it is not, just change the index number in the next command.
    12: Enter "dism /apply-image /imagefile:e:\sources\install.wim /index:1 /applydir:y:"
    13: Enter "bcdboot y:\windows /s s: /f UEFI" (if you are using a MBR disk and not UEFI with a GPT disk, enter /f BIOS instead)
    14: Reboot, select the x64 partition in the menu that comes up, and you are good to go!
    You can also just create a new partition using disk manager then boot to the x64 disk and install it to the new partition, but that runs the risk of accidentally installing over something that shouldn't be if you select the wrong disk.

  • How do i add a second movie to an idvd project when 'sharing' from imovie always opens a new idid window?

    I am creating an idvd project with multiple imovie projects.  I know I need to share my imovie project with Idvd.  WEhen I do that, idvd automatically opens.  Now I want to add a second project.  The problem is that when I share imovie projects a second time, it automatically opens a second idvd project.  I want to add multiple imovie projects on one idvd project.

    One should not share directly to iDVD from iMovie.  The Share ➙ Media Browser option should be used as that results in a better quality movie in iDVD.  Do the same for both movies and you can drag the movies from the Media ➙ Movies pane in iDVD into the DVD menu window at the left.
    Follow this workflow to help ensure the best quality video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    OT

  • How can I add a new task to an online project from outlook

    At the moment, I can see tasks in outlook.
    I can modify them.
    But cant add a new one. Seems strange behaviour.

    Hi Dave TQM,
    You cannot (that is add a new task to Project Online from Outlook).
    You need to edit the task in Project Online or Project Pro.
    Ben Howard [MVP] | web |
    blog |
    book | P2O

  • How to add a new system in existing 3 system lanscape in stms

    Hi,
    we have 3 system in our STMS i.e Dev->Qua->Prod. now we have install one more quality system for business requirement and add the same saystem in stms.
    now my query is that how we can add this new system in existing transport route so that transport request can be added automatically to import queue of both quality system once released from development system.

    Hi Nadar,
    It is possible, But not recommended. Better if you have solution like...
    DEV-->QAS1-->QAS2-->PRD
    But it is possible by using transport groups. There are lots of posts aleady regarding this.
    Basis Stms Configuration Notes
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/4-system-landscape-stms-2712918
    4-system landscape
    STMS config for dual prod (w/ auto synch)
    Thanks
    Asad

  • How to add other SAP systems in CCMS ALE Monitoring

    Hi all, how do I add other SAP systems to be ALE monitored centrally in the PI system?
    I want to monitor the Idocs in the SAP R/3 system centrally in PI with CCMS. Default is only ALE for the PI system itself.

    You can add additional systems to CCMS quite easily.
    I would recommend this to be done in Solution Manager though!
    http://help.sap.com/saphelp_nw04s/helpdata/en/c8/40a442b024b211e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/90/4e313f8815d036e10000000a114084/frameset.htm
    Also, search Google for SAP CCMS Central monitoring.

  • How to create ADD-ON using AAK tool

    Hi Experts,
    We have ECC (ECC6 EHP4 SP03 ) system in our landscape having AAK tool (AOFTOOLS 400_700 SP00). Presently we have developed a package and need to create  an ADD-ON using AAk Tool. Can you please Guide us how to create ADD-on.
    System Information:
    Kernal version : 720_EXT_REL PATCH 600
    SP LEVEL         : SP03
    Please provide us Pre and Post steps for creating ADD-ON, also provide us any documents and SAP standard NOTES.
    Regards,
    Krishna.M

    Hello Krishana,
    I don't know if you are still looking for the answer if yes then below is the location to get documentation for AAK tool.
    1. Go through SAP Note 921103 , this note has all the info for installation of add-on.
    2. This document is useful to understand the concept although is looks like taken fro standard SAP  documentation video.
    3. SAP provide few SIM file which display steps in a video. i don't know if you got it or not i have them in case you need i can send it to you.
    I hope this is enough information for you to create Add-on.
    let me know if you need more information.
    Mandeep

  • How do i add a voice over to imovie

    How do i add a voice over to an imovie project?

    Here is a good Video Tutorial from Apple.
    http://www.apple.com/findouthow/movies/#voiceover

  • How can I use an Open Type Font in Dreamweaver?

    I bought some OTFs, Open Type Fonts.  I want to use them in Dreamweaver. I am on a Windows machine. When I look at the Edit Font List section in Dreamweaver, it has a tiny selection of fonts. I know I have more on my computer.
    How would I add these fonts for use in Dreamweaver ?   I have already installed them on my system.

    <I don't understand the whole world of font-licensing, so I thought I would be safe by using these fonts which I have purchased with a commercial license.>
    That doesn't mean the license extends to digital & web media though. 
    The fonts licensed by Kindle and included in the Fire are:
    Georgia
    Caecilia
    Trebuchet
    Verdana
    Arial
    Times New Roman
    Courier
    Lucida (of which there are several and the one in Kindle appears to be Sans Unicode)
    The new Kindle Paperwhite offers users the option to select:
    Caecilia
    Caecilia Condensed
    Baskerville
    Futura
    Helvetica
    Palantino
    Older Kindles and the Kindle DX uses Caecilia only. The Kindle computer and mobile apps display the same as the Fire.
    The prevailing opinion is that eBooks should not force fonts on people.  Let the user decide which body fonts are best for viewing on their particular device.
    Nancy O.

Maybe you are looking for

  • How to connect my ipod touch using ad hoc that i created?

    pls help me on this. theres a sign of wifi at the upper left of my ipod meaning i am connected to the ad hoc i have created in my laptop. but when i go to safari, itunes, facebook, email, it always appear that theres no internet connection. please he

  • How can I set my filter to bring only zeros for the field?

    I have a field that has Number as data type in a table in Access. I only want to extract only zero values. Field1     Field2 Orange    33 Apple       0 pumpkin  0 Tangerine 12 I appreciate your input. GGGGGNNNNNN GGGGGNNNNN

  • Windows Cryptographic Service Provider - error code: 2148532334 (Windows 8.1)

    Dear, since my computer was recently updated from Windows 8 to Windows 8.1 I have a problem with placing my signature (via certifcates). Before the update I could sign all my pdf-files with my electronic identity card - without issues. Now I receive

  • Can't get photoshop elements to open

    I have used photoshop many times on this computer and have never had a problem until now.  I tried to open it on my computer and I double clicked on the icon as well as went to "start" "programs" to get it to open and it won't do anything.  When I ra

  • Genius results can't be updated right now. An unknown error occured (13010)

    Hi Folks, I have been getting this error for some time everytime I turn Genius on.  I have tried deleting "iTunes Library Genius.itdbi" from my iTunes fold as some have said but this does not fix it.  I have now registered with iTunes Match and it co