Index.php loading issue

I finished and uploaded a new site in .php.
I  have a graphics loading issue only with IE.
The js  accordion with images will not reload after returning to the home page.
Anyone out thier that can shed some light on this?
http://carpetcleaningsantabarbarapro.com/index.php
Thank you in advance
Crissymarie

Ken might be on to something.  The current release of jQuery is 1.7.2 which is compatible with jQuery Cycle.
For the latest core library, you can link to jQuery's CDN like so:
          <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
You have some improperly nested <h3> tags around your lists on lines 170 and 191.  To keep your code error free, simply delete the heading tags.
Finally, as a courtesy to your site visitors, consider adding a cookie so people don't have to watch the Flash Spokesperson every time they go to your home page.   The link below shows how:
http://alt-web.com/DEMOS/cookie-test-show-hide-flash-intro.shtml
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/

Similar Messages

  • Two WP themes in Dwvr -root level index.php issues

    If someone could point me in the right direction. I had been editing a wordpress theme based on Brian Wood's tutorial. Now I set up a new Dwvr site and want to edit a different theme, but the root- level index.php and the theme level index.php or that custom home.php still reflect the old theme when I try to view it at //localhost. I have WordPress installed in my root-level folder. Do I need to change the file structure, or is this a database configuration issue? Thank you.

    I understand child themes as an extention of a stylesheet. It's the div structure, and the ability to manipulate divs that just isn't clear in WordPress. If I'm not mistaken, it seems that templates are more or less includes, and that there is overlap between them, and the div architecture throughout the entire theme. The tutorial link from Nancy is newer to me, in terms of applying thematics, I'll have to look at it in greater detail some other time. Is the tutorial: http://www.adobe.com/devnet/dreamweaver/articles/dw_wordpress_pt1.html just very outdated? I like doing things in Dreamweaver, if I can, just for fun.
    Update: So a child theme can manipulate the structure of a theme, but generally within the limitations of that theme. For example, the twenty-twelve theme allows for a number of columns, which I can manipulate based on my choice, and the child theme. I am guessing it would be ludicrous to do something completely different from the general structure of that theme though. In that case I would look for a theme similar to what my end goal is, or then I would have to be an expert. Still wondering about that Adobe tut. though.

  • Index.php not being pulled up after update

    So i updated Apache and PHP, and updated the Apache config removing everything i was told to (Which i believe are 5 modules) Then added in 1-2 modules after that as well as added a line to the include section (All this was from the LAMP Wiki which is where i was told to check for the new method)
    When i go to localhost it shows a /srv/http as a directory instead of loading my index.php, however if i click on index.php it loads it with no issue, so PHP is fine, im just assuming Apache doesn't understand how to use PHP and i forgot a step or missed a step, i've re looked over and over and cant find anything out of place, so i just want to know if maybe there was a different document i should have read which included a step i may have missed from following the Wiki
    Any suggestions are welcome
      ~Kitkin15

    Yea i had everything working, and with the modules i removed i actually just commented them out after the update. (Can't post till i find all my files, read below)
    And where do i edit that at? I tried looking under /etc/apache/httpd.conf but /etc/apache doesn't exist.... /etc/apaghe-ant/ does however.
    I'm really confused because i opened the file 2 days ago and I did a few updates since and PHP and Apache updated, so did they change the directory?
    Also, i installed Apache via pacman and not AUR. I even double checked to make sure i didn't do it a few months back.
    Last edited by Kitkin15 (2014-03-30 05:46:18)

  • Registration index.php and script

    HI all,
    I have a page which is index.php, on this page I have created some basic text fields so that users can register with my site, I have also created a datbase on phpmyadmin via 123.reg, I'm struggling to understand how I know link the text fileds to the data base, im now using filezilla along side of DW CS6
    Can anyone off some easy to follow guidance on this please?
    Thanks in advance
    ps, new to this so appreciate the help.

    Hi,
    I have now logged into PHPMyAdmin and tried to import the SQL file, but it doesn't load the database, so I have tried to copy the query and enter it direct into PHPMyAdmin on the SQL tab hoping it would create a new data base but its saying there is still something wrong, I have copied the query below, can anyone see any issues with it?
    Thanks
    -- Database: `login_1b78fksgjs`
    -- Table structure for table `users`
    CREATETABLEIFNOTEXISTS`users` ( 
    `ID` int( 11)NOTNULLAUTO_INCREMENT ,
    `First Name` varchar( 20)COLLATE latin1_general_ci NOTNULL ,
    `Last Name` varchar( 20)COLLATE latin1_general_ci NOTNULL ,
    `Age` int( 11)NOTNULL ,
    `Country` varchar( 30)COLLATE latin1_general_ci NOTNULL ,
    `E-mail Address` varchar( 40)COLLATE latin1_general_ci NOTNULL ,
    `Confirm E-Mail Address` varchar( 1024)COLLATE latin1_general_ci NOTNULL ,
    `Password` varchar( 25)COLLATE latin1_general_ci NOTNULL ,
    `Active` int( 11)NOTNULL DEFAULT'0',
    PRIMARYKEY (`ID`)
    ) ENGINE=MYISAMDEFAULT CHARSET= latin1 COLLATE= latin1_general_ci AUTO_INCREMENT=2;

  • Getting No input file specified. in php with index.php

    I just installed on a server (soalris10/u6 sparc) Web Server 7.0u4 (upgraded from u3), and I am now getting "No input file specified." for any php doc root, I now have to type the full path to get the main page.
    I am using the php part of the Sun coolstack 1.3.1 and it used to work fine with web server 7.0 u3, but now after the upgrade its not loading index.php
    for example I am going to http://server.domain.com/wiki used to work by loading index.php, but now I have to type the full index... http://server.domain.com/wiki/index.php?title=Main_Page
    Any help is appreciated.

    If you're not currently using a php.ini, you can pass the parameter to PHP via your FastCGI configuration. Something like:
    Service fn=responder-fastcgi
            app-path="/export/WS7/third-party/php/php_fcgi"
            bind-path="$(lc($urlhost))"
            req-retry=5
            type="*magnus-internal/fastcgi*"
            app-env="PHPRC=/export/WS7/fooBaz/config"Now place a file called php.ini in /export/WS7/fooBaz/config and make sure that the UID Web Server is running as has permission to read it.
    Common syntax is KEY = Value. An example would be:
    cgi.fix_pathinfo = Off
    session.bug_compat_42 = Off
    session.bug_compat_warn = Off
    magic_quotes_gpc = Off
    memory_limit = 128M
    post_max_size = 128M
    upload_max_filesize = 128M
    fastcgi.logging = true

  • When I try to click on a download link for a .pdf file Firefox does not recognize the MIME type and tries to download the file as "index.php"

    When visiting a site I frequent I tried to download a linked .pdf file. Previously I've used Firefox 7.0.1 to download the link with no problem. Using Firefox 8 however I the browser does not recognize the .pdf link's mime type. Instead of recognizing the download link as a .pdf file Firefox 8 tries to download it as "index.php". Firefox 8 does this with .doc files and .txt files as well. When I downgrade to 7.0.1 again the problem disappears.

    Hi hakmacpace,
    I'd try starting Firefox in [[Safe Mode]]. If you don't have the issue while all of your add-ons, extensions, and themes are disabled, you can try adding them back in one by one until you find the culprit. You should look at the [https://support.mozilla.org/en-US/kb/Troubleshooting-extensions-themes Extensions and Themes troubleshooting guide ] and the [[Troubleshooting plugins]] article as well.
    You could also try [https://support.mozilla.org/en-US/kb/Managing-profiles?s=create+a+new+profile&r=2&e=es&as=s#w_creating-a-profile Creating a new profile].
    Hopefully this helps!

  • PHP Include Issue On New Domain

    I have had the site liquidfirefishing.com up and running for some time now.  I am using a PHP include for the header and footer.   I have uploaded the same site to fishlf.com and the header and footer files do not appear, no change to the code.  I receive a warning telling me that there is no such file or directory.  Please look at both links below and let me know what the issue may be.
    http://fishlf.com/about/index.php
    http://www.liquidfirefishing.com/about/index.php
    This is the code I am using for the include.
    <?php   $path = $_SERVER['DOCUMENT_ROOT'];   $path .= "/header.php";   include_once($path);?>

    The header.php file cannot be found in the root directory, hence either place it in the root directory or adjust the path to the correct directory as in
    $path .= "/correctpath/header.php";

  • Yet again with (probably) php/mysql issues

    Hello, everyone. I think I am setting a record for asking the most questions about basically the same thing, but here goes:
    Okay, I am trying to install a message board on one of my sites. I downloaded mysql 5 and made it possible for php to access it per the instructions found here: http://docs.info.apple.com/article.html?artnum=301457. The message board is already on my server, but when I go to the install.php page, it will not let me go beyond the first page. When I try to access the forums directly on the web at mydomain.com/forum, I get the following error:
    Access denied for user 'root'@'localhost' (using password: NO)
    Unable to connect to DB server localhost at port 3306
    I have been having a couple of dns issues, so I tried changing localhost to my server's name and my hostname, only to get the following errors:
    Host '70.90.83.165' is not allowed to connect to this MySQL server
    Unable to connect to DB server artsmiths.local at port 3306
    Unknown MySQL server host '70-90-83-165-BusName-md.dc.hfc.comcastbusiness.net' (1)
    Unable to connect to DB server 70-90-83-165-BusName-md.dc.hfc.comcastbusiness.net at port 3306
    (because of the dns issue I was having, apple tech support recently had me change my hostname to that crazy comcast one using my static ip. This was done after I had downloaded the message boards, so I don't know if that matters).
    Another thing that could be an issue is that for the site I wanted the forums on, the index.php file was deleted when I installed the boards. I was wondering if simply reinstalling now that I have replaced it would help.
    The only other thing I could think of that could be creating the problem is a permissions issue, which is what the tech support person for the boards seems to think. However, I have done repair permissions and manually changed the affected files, and all to no avail.
    Since this board is always more helpful than tech support, I thought I'd come on here and see if anyone has any suggestions. I'm sorry this is such a long post; I am just trying to be thorough. Thanks in advance for any help.

    It is php 4.4.1. I have attempted to find it in my php.ini, but I swear it's not there (unless I'm truly losing my mind). I've pasted below the contents of the data handling section to see if anyone can tell where I'm missing something. I think I am going to have to put it in the .htaccess file because I can't figure out what else to do. Does it matter where I put it in the .htaccess file, or can I just put it at the end? Thank you again.
    ; Data Handling ;
    ; Note - track_vars is ALWAYS enabled as of PHP 4.0.3
    ; The separator used in PHP generated URLs to separate arguments.
    ; Default is "&".
    ;arg_separator.output = "&"
    ; List of separator(s) used by PHP to parse input URLs into variables.
    ; Default is "&".
    ; NOTE: Every character in this directive is considered as separator!
    ;arg_separator.input = ";&"
    ; This directive describes the order in which PHP registers GET, POST, Cookie,
    ; Environment and Built-in variables (G, P, C, E & S respectively, often
    ; referred to as EGPCS or GPC). Registration is done from left to right, newer
    ; values override older values.
    variables_order = "EGPCS"
    ; Whether or not to register the EGPCS variables as global variables. You may
    ; want to turn this off if you don't want to clutter your scripts' global scope
    ; with user data. This makes most sense when coupled with track_vars - in which
    ; case you can access all of the GPC variables through the $HTTP*VARS[],
    ; variables.
    ; You should do your best to write your scripts so that they do not require
    ; register_globals to be on; Using form variables as globals can easily lead
    ; to possible security problems, if the code is not very well thought of.
    register_globals = Off
    ; This directive tells PHP whether to declare the argv&argc variables (that
    ; would contain the GET information). If you don't use these variables, you
    ; should turn it off for increased performance.
    registerargcargv = On
    ; Maximum size of POST data that PHP will accept.
    postmaxsize = 8M
    ; This directive is deprecated. Use variables_order instead.
    gpc_order = "GPC"
    ; Magic quotes
    ; Magic quotes for incoming GET/POST/Cookie data.
    magicquotesgpc = On
    ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
    magicquotesruntime = Off
    ; Use Sybase-style magic quotes (escape ' with '' instead of \').
    magicquotessybase = Off
    ; Automatically add files before or after any PHP document.
    autoprependfile =
    autoappendfile =
    ; As of 4.0b4, PHP always outputs a character encoding by default in
    ; the Content-type: header. To disable sending of the charset, simply
    ; set it to be empty.
    ; PHP's built-in default is text/html
    default_mimetype = "text/html"
    ;default_charset = "iso-8859-1"
    ; Always populate the $HTTPRAW_POSTDATA variable.
    ;alwayspopulate_raw_postdata = On

  • Index.php "Something is wrong with the XAMPP installation :-("

    Hello Brian Woods, Dave Powers, and Other Experts.
    I am new on the block as far as Wordpress and trying to run a testing server using XAMPP via Dreamweaver CS5.  I carefully followed all the directions in your tutorials:
    http://www.adobe.com/devnet/dreamweaver/articles/setup_testing_server.html
    http://www.adobe.com/devnet/dreamweaver/articles/dw_wordpress_pt2.html
    Brian, everything worked up until I reached the following step under the topic of: "Testing code hinting"
    After I open the "index.php" file, I received the following error in Dreamweaver CS5:
    "Something is wrong with the XAMPP installation :-("
    Again, I carefully followed all the instructions and everything up until now works:  the Theme loads up fine, XAMPP works, and I can view the control panel fine in Wordpress.
    Does anyone have any ideas?
    Thanks for your support.
    DELL INSPIRON LAPTOP CORE 2 64 BIT 2.0 GHZ
    4 GIG RAM
    WINDOWS 7 PREMIUM

    Steak&amp;Lobster wrote:
    After I open the "index.php" file, I received the following error in Dreamweaver CS5:
    "Something is wrong with the XAMPP installation :-("
    That's a new one on me, but I very much doubt that the error message was generated by Dreamweaver, because DW is designed to work with any testing server. It's not tied to using XAMPP. Sounds like some weirdness from XAMPP. I must say that XAMPP 1.7.4 seems to have a few bugs.

  • Apache is ignoring index.php

    I am using the distributed version of Apache in Lion and apparently have it working! However, though it serves index.html files it does not recognise index.php files. It just displays the content of the file. If I try to open a directory containing index.php it displays the contents of the directory. In httpd.conf I have the following:
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    <IfModule dir_module>
        DirectoryIndex index.php index.htm index.html
    </IfModule>
    I thought that this should be sufficient for the server to be forced (persuaded!) to serve the index.php file.
    What am I doing wrong? I never had this trouble with SnowLeopard!

    Thanks Camelot.
    Yes, it is in httpd.conf and all the modules were being loaded!
    I've since added:
     <IfModule mod_php5.c> # If php is turned on, we respect .php and .phps files. AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps  </IfModule>
    because I found that it wasn't really serving normal php files - let alone index.php!
    And it's now sprung into life - thank goodness 

  • Created a one page index.php site with dynamic driven menu but have to click thrice before it popula

    Created a one page index.php site with dynamic driven menu but have to click thrice before it populates the content menu
    it has no problem getting the menu information but seems to forget that the content needs to load on first go ie for the Home page
    anyone with any help would be great

    Hey J.S,
    Do you think its a bad idea to have Database admin over them web? How could i make my db admin into a program to run on a certain computer. i.e on the car breaker yard where there is no dreamweaver.
    Thanks J.S

  • After update Firefox keeps returning a "Gone The requested resource /administrator/index.php is no longer available" reponse when trying to access joomla login

    After automatic update to 32.2 (then I tried to update to 33.0 beta with no improvement) Firefox keeps returning a "Gone The requested resource /administrator/index.php is no longer available" reponse when trying to access joomla login. The problem is there even when I fill manually the fileds "user" and "password" in the joomla admin login page. The problem appears in different sites on different servers, and do not occurr using Google Chrome. It's clearly a Firefox issue. Could you please give me some ideas on how to solve ?

    Works here.
    *http://www<i></i>.centrostellapolare<i></i>.it/administrator/index<i></i>.php
    Try to disable IPv6 (check for other possible causes as well).
    *http://kb.mozillazine.org/Error_loading_websites

  • SAP Mobile Sales 2.0 delta load issue for Sales Orders

    Hello,
    we have used Mobile Sales 2.0 with a Windows app for a while now. Our current issue is that sales reps won't see any historical sales order data on their devices.
    Background
    Due customer requirements, we need to make small changes to customer master data attributes and reload all customers from ERP to CRM. Then we ran delta loads (MAS_PARTNER followed by all other objects) to DOE, in which virtually all 5000+ customer accounts were compared. The delta load ran for about 3 days (some performance bottleneck we haven't located yet).
    During the delta load, data on devices was inconsistent. Accounts were missing and all transaction data disappeared. After the delta loads, all accounts and contacts are OK, save for a few. Data from activities (appointments, tasks) have reappeared, as they should. Only sales orders won't reappear. The sales orders exist in the backend and belong to active accounts and sales reps.
    Settings and troubleshooting so far
    We don't have any limitations for sales orders in CRM Sales Mobile configuration.
    We've run delta loads for all objects in transaction SDOE_LOAD.
    MAS_CUSTOMIZATION etc seem fine.
    We've re-run initial load for sales orders from CRM.
    In the test system, we've even reinitialized the whole CDS database on DOE and on the devices, then re-ran the loads.
    Checked steps suggested in discussion
    SAP CRM 2.0 initial load issue
    Historical sales orders (those created before the master data reload) exist in the backend, but don't show up on the device.
    If I change one of those historical sales orders in the backend, it gets sent to the device.
    If I create a new sales order in the backend or on the device, it is saved and replicated just fine.
    To sum it up, it seems DOE is unable to identify the sales orders relevant for replication.

    First Doubt i got clarify by my self as we can go with Unwired Runtime option .
    But i still have doubt in :
    2. How can i Modifying the Main Menu for iOS.
    i am able to customize the same for windows using files SybaseCRM.Configuration.xml file.
    Same how can i do for iphone/ipad.

  • Report loading Issue

    Hello all,
    I am using Oracle 6i  for  report and oracle10g for the database.I have created a matrix report in oracle Report but which report taking so much time  to show the output it almost taking more than 10 minutes,at the same time that query executed within 1 minute in toad which used in matrix report.
    kindly guide me how to solve the loading issue.

    I did not used any formula column in my report,all the values are taking from query.
    But I used different types of format trigger in my report for the coloring purpose.Does it make any problem?

  • Loading issue : Error: sql error in the database while accessing a table

    Hello,
    where as one of the DTP in the process chain failed due to  *Error: sql error in the database while accessing a table*, where as in the short dump it showing as Transaction log of data base is full., but i checked the data base space in DB02, more space is available . once we run the same DTP by manually its successful. its not through  any errors.
    could u please help me out solve the problem.
    Thanks
    siva kumar.

    it might be a lock. do you drop index before loading?
    the database might be full at the moment of loading and not later if many loadings happen at the same time on the same system...
    when you then rerun your dtp manually, it can go through as it's perhaps the only one running at that moment...
    you can try to set the btch parameter to 1...this will help in some cases.
    M.

Maybe you are looking for

  • Moving Data from one table to another table

    Hi, I've a requirement to move large volumes (few billions) of data from one table to another empty target table. The target has more number of attributes and may not have same attribute name as the source. Please let me know what's the best method u

  • Hierarchical Tree error - fighting for over a year

    For over a year now, our Oracle forms have presented an elusive problem with Hierarchical Trees. First some core information: We are running Developer 6i, patchset 8, on a Sun host and an Oracle 8i database. Our forms are deployed over the web on the

  • Trackpad Error Mac Pro 2015

    This is my new Mac Pro. But it has error Trackpad accidentally. I don't know why and how. I already check all the points in system preference. But it still doesn't work on swiping, launchpad, zoom and other things. It can be moved, but not smooth. Wh

  • Sum total bug

    I have a bug in 4.1.41 with Sum Total at the right... Each cell in my display is a simple calc like SUM(Hits). This is then Sum totaled as a Grand total at the right. Everything works fine in this case. Now if I replace my simple calc with a more com

  • AIM/Yahoo, ect How to receive messages when doing other things....

    I downloaded the AIM and Yahoo Apps and even tried the new Palringo App, but all of them seem to disconnect when I leave the program and go back to the home screen and reconnect when I go back. People say It doesnt seem to log me out, however I dont