blank page after login page

Permalink
Hi,

I upload online a website.
I can connect to it but i have those 2 problems :

1- i can see the images i upload in the file manager (logo, slider images...)
If i check the address of the images it seams that they keep the offline local address but not the online one.

2- When i try to connect to dashboard with this address :http://www.sparkdesignhotel.com/temp
i can enter the login page but after entering the username and password i have a blank page with this address :http://www.sparkdesignhotel.com/temp/index.php/login/do_login/...

Any ideas of what happend ??

Thanks in advance

Chris

chrismodlao
 
chrismodlao replied on at Permalink Reply
chrismodlao
So i have some progress.

I did drop all the tables in my database and upload a fresh backup from my local development server.
Then i change the Case of all the tables names with this SQL script for concrete 5.6.3 :

ALTER TABLE areapermissionblocktypeaccesslist RENAME AreaPermissionBlockTypeAccessList;
ALTER TABLE areapermissionblocktypeaccesslistcustom RENAME AreaPermissionBlockTypeAccessListCustom;
ALTER TABLE areas RENAME Areas;
ALTER TABLE ataddress RENAME atAddress;
ALTER TABLE ataddresscustomcountries RENAME atAddressCustomCountries;
ALTER TABLE ataddresssettings RENAME atAddressSettings;
ALTER TABLE atadvpageselector RENAME atAdvPageSelector;
ALTER TABLE atadvpageselectorsettings RENAME atAdvPageSelectorSettings;
ALTER TABLE atboolean RENAME atBoolean;
ALTER TABLE atbooleansettings RENAME atBooleanSettings;
ALTER TABLE atdatetime RENAME atDateTime;
ALTER TABLE atdatetimesettings RENAME atDateTimeSettings;
ALTER TABLE atdefault RENAME atDefault;
ALTER TABLE atfile RENAME atFile;
ALTER TABLE atmultipageselectorsettings RENAME atMultiPageSelectorSettings;


And manually i change the few table name that was still lowcase.

So actually i can login to the website and to the dashboard.

Now i can go to my File Manager and i can see images in it.
The point is that still in the website they are wrong :
- bad address
- bad link if there is some link on it.

Also i'm just unable to enter edit mode.

Any ideas ??

Chris
chrismodlao replied on at Permalink Reply
chrismodlao
So actually everything seams to work.

What i did is to reload some images and concrete5 find the link to all of them.

Why ??