Jump to content

Issues with starting


Recommended Posts

Hi,

I am a IT professional but have no clue about web programming or building websites. I am looking to build my own ecommerce website.

 

I have chosen a domain provider for my needs and installed prestashop.

1. Now when I goto my www.myshop.com/psadmin , I have the following issues.

 

If I click on modules, I get

Fatal error: Call to undefined function checkLogin() in /hermes/bosoraweb165/b334/ipg.jigyasa/modules/admin/admin.php on line 19
[PrestaShop] Fatal error in module admin:
Call to undefined function checkLogin()

 

So I looked at admin.php and this is the code

checkLogin();

echo <<<EOD
<h2>Admin Functions</h2>
<ul>
    <li>Cache Cleanup</li>
</ul>
EOD;

?>
 

So where should the checklogin() function be defined? and what should the code be like?

 

Please note: I was able to get past issue 1 by renaming dirs admin and index.

 

2.When I click on "View my shop" a browser window opens very very slowly and then I don't ssee the default theme shop.

 

How can I make the shop open fast? And shop with the default theme does not show up correctly. It just shows a html like page with improperly placed images and text

 

3. Also I would like to use the theme cool-putih. After I unzip the file in /root/psadmin/themes/cool-putih, what do I need to do to make it work. I did select the enw theme in my preferences. but now all the links are broken.

 

 

Thank in advance for your help.

Edited by indian73 (see edit history)
Link to comment
Share on other sites

Update

Issues number 1 nd 2 are resolved.

 

Now I need help with issue number 3. How to use cool-putih theme.

 

Issue 4. How to disable the url so people cannot access it while you are sitll building the website. Also when it is disabled, how to you personally test it?

 

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...