test
Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • TomC Moderator
    #446536

    <em>@jengraph 311262 wrote:</em><blockquote>Right, so I had created a new category rvls with everything under that for articles, how do I retrieve this with MySQL when I do import? that is all I care about.</blockquote>
    You can import database tables via your phpMyAdmin

    jengraph Friend
    #446538

    When I imported it didn’t allow me to select table, I didn’t see anything. I now have two set of prefix data. What do I do now?

    TomC Moderator
    #446540

    <em>@jengraph 311267 wrote:</em><blockquote>When I imported it didn’t allow me to select table, I didn’t see anything. I now have two set of prefix data. What do I do now?</blockquote>
    You should be able to change in your configuration.php file

    jengraph Friend
    #446542

    That’s the thing I cannot locate the config file in my root, strange. I went looking for it to view the database info. Where is it?

    TomC Moderator
    #446543

    <em>@jengraph 311272 wrote:</em><blockquote>That’s the thing I cannot locate the config file in my root, strange. I went looking for it to view the database info. Where is it?</blockquote>
    It should be within your main site root folder – not the “templates” folder … the level above that …. where the “administration, components, modules, plugins, etc.” folders are. Not there ???

    jengraph Friend
    #446547

    I’ve worked with config file before and its not there. See attachment


    1. Screen-shot-2012-03-30-at-5.40.38-PM
    TomC Moderator
    #446548

    What is that web.config.txt file? Perhaps that it is and you only need to rename it?

    jengraph Friend
    #446551

    That file contains this.

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <configuration>
    <system.webServer>
    <rewrite>
    <rules>
    <rule name=”Joomla! Rule 1″ stopProcessing=”true”>
    <match url=”^(.*)$” ignoreCase=”false” />
    <conditions logicalGrouping=”MatchAny”>
    <add input=”{QUERY_STRING}” pattern=”base64_encode[^(]*([^)]*)” ignoreCase=”false” />
    <add input=”{QUERY_STRING}” pattern=”(>|%3C)([^s]*s)+cript.*(<|%3E)” />
    <add input=”{QUERY_STRING}” pattern=”GLOBALS(=|{0,2})” ignoreCase=”false” />
    <add input=”{QUERY_STRING}” pattern=”_REQUEST(=|{0,2})” ignoreCase=”false” />
    </conditions>
    <action type=”CustomResponse” url=”index.php” statusCode=”403″ statusReason=”Forbidden” statusDescription=”Forbidden” />
    </rule>
    <rule name=”Joomla! Rule 2″>
    <match url=”(.*)” ignoreCase=”false” />
    <conditions logicalGrouping=”MatchAll”>
    <add input=”{URL}” pattern=”^/index.php” ignoreCase=”true” negate=”true” />
    <add input=”{URL}” pattern=”/component/|(/[^.]*|.(php|html?|feed|pdf|vcf|raw))$” />
    <add input=”{REQUEST_FILENAME}” matchType=”IsFile” ignoreCase=”false” negate=”true” />
    <add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” ignoreCase=”false” negate=”true” />
    </conditions>
    <action type=”Rewrite” url=”index.php” />
    </rule>
    </rules>
    </rewrite>
    </system.webServer>
    </configuration>

    So I know this is not the right file.

    TomC Moderator
    #446552

    Can you change your prefixes within phpMyAdmin?

Viewing 9 posts - 16 through 24 (of 24 total)

This topic contains 24 replies, has 4 voices, and was last updated by  TomC 12 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum