Author Topic: Weired Problem  (Read 3128 times)

0 Members and 1 Guest are viewing this topic.

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Weired Problem
« on: February 24, 2007, 04:49:40 AM »
Well i have a site and i try to upload my site to a diffrent folder and created a new sql so i can try all the mods on that new loacation first before installing to the site but i am coming up wid a very wired problem and the problem is when on the site i add images it shows on the new place where i uploaded images added but when i click on it it takes me to the original site IMAGE ID #  i double checked my config.php that if i put the new mysql info there and yes i did does anyone know what could be causing this problem :| www.mehsus.com

new folder http://www.mehsus.com/gallery

for example try this http://www.mehsus.com/gallery/img1180.htm << it shows on new folder and everything but its from the old site i didnt even upload this video on this site it is gettin the detail page of old site i dont know whats up with this i am confused :(( please someone help me out here :(

manurom

  • Guest
Re: Weired Problem
« Reply #1 on: February 24, 2007, 05:36:38 AM »
Hello, man;
maybe www.mehsus.com and www.mehsus.com/gallery / use the same database, overall the table prefix, as described in config.php:
Code: [Select]
$table_prefix = "4_images";If you insert a new website as your_site/gallery, make sure to inject a new table prefix, different from "4images", in your database, as "gallery"
« Last Edit: February 24, 2007, 05:51:32 AM by manurom »

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Re: Weired Problem
« Reply #2 on: February 24, 2007, 05:40:02 AM »
aite bro i will try that