On Thu, Aug 18, 2011 at 13:15, Colline Waiswa <[email protected]> wrote: > Hi all, > I'm having an issue with a site running joomla. When I access the > administrator back end i'm able to log in ok but > when I click on anything it immediately returns me to the login screen.
I think you have an issue with sessions. Make sure that /tmp (or which ever directory sessions are stored in] is writable by the web server. You can play with the directives stated on this URL - http://support.qualityunit.com/knowledgebase/general-questions/how-to-enable-session-support-for-php.html or google more. > It was running ok when it was on my local machine, problem started when I > uploaded it to the web server. Everything on the front end is running ok. > MySQL 5.0.92-community,PHP 5.2.17 and apache 2.2.19 > The error log reads: > [18-Aug-2011 03:28:52] PHP Notice: Trying to get property of non-object in > /home/lillypai/public_html/templates/td_confob/footer.php on line 14 > But this is not an error, its just a Notice - which shouldnt stop your website from running but may deface it. Turning on Notices is recommended if you really want to write clean code, but remember to disable their display in a browser for a production machine. > Line 14 in file footer.php reads like: > <!-- <?php echo $_VERSION->URL; ?> --> > > I've been scouring the web for hours but can't seem to find the answer. Is > there anyone here who could help? I will be most obliged > try the above and see, Good luck! Regards, Wilson > Colline > > _______________________________________________ > The Uganda Linux User Group: http://linux.or.ug > > Send messages to this mailing list by addressing e-mails to: [email protected] > Mailing list archives: http://www.mail-archive.com/[email protected]/ > Mailing list settings: http://kym.net/mailman/listinfo/lug > To unsubscribe: http://kym.net/mailman/options/lug > > The Uganda LUG mailing list is generously hosted by INFOCOM: > http://www.infocom.co.ug/ > > The above comments and data are owned by whoever posted them (including > attachments if any). The mailing list host is not responsible for them in > any way. > _______________________________________________ The Uganda Linux User Group: http://linux.or.ug Send messages to this mailing list by addressing e-mails to: [email protected] Mailing list archives: http://www.mail-archive.com/[email protected]/ Mailing list settings: http://kym.net/mailman/listinfo/lug To unsubscribe: http://kym.net/mailman/options/lug The Uganda LUG mailing list is generously hosted by INFOCOM: http://www.infocom.co.ug/ The above comments and data are owned by whoever posted them (including attachments if any). The mailing list host is not responsible for them in any way.
