How to fix it!

Paradocs

LieWise Developer!
May 10, 2011
117
7
Guys i got 3 problems first at "me" page it does not show how i look it is just a naked user. Second one "
Lastsigned in:
{lastSignedIn}"
4fbf4f3ad535cf2b2000000.png
And last one is i cant access housekeeping bc 500 error apear (web.config) can anyone
4fbf507ad535cf2a7900000.png
 

lepos

thinking about you. yes you
Dec 11, 2011
2,022
685
Took me no more than 2 minutes to find?

First question;
Go to your wwwroot, app, then class.template.php and open that in Notepad++.

Below this:
Code
$this->setParams('ip_last', $users->getInfo($_SESSION['user']['id'], 'ip_last'));
Add this:
Code:
$this->setParams('lastSignedIn', date('M j, Y H:i:s A', $users->getInfo($_SESSION['user']['id'], 'last_online')));

For question two, Install HeliconAPE free, rewrites the .htaccess for you.
 

Paradocs

LieWise Developer!
May 10, 2011
117
7
Took me no more than 2 minutes to find?

First question;
Go to your wwwroot, app, then class.template.php and open that in Notepad++.

Below this:
Code

Add this:
Code:


For question two, Install HeliconAPE free, rewrites the .htaccess for you.
i use web.config
 

Paradocs

LieWise Developer!
May 10, 2011
117
7
Took me no more than 2 minutes to find?

First question;
Go to your wwwroot, app, then class.template.php and open that in Notepad++.

Below this:
Code

Add this:
Code:


For question two, Install HeliconAPE free, rewrites the .htaccess for you.
fixed thank you
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
facepalm.jpg - the index.php file on the main directory of the archive, extract that to your wwwroot while extract the app folder to wwwroot too (which will overwrite some existing files and cause other themes not to work like Mango and Priv).
 

Users who are viewing this thread

Top