Jump to content

Recommended Posts

I purchased the full code for the above software. Have installed all and set up my SQL

 

The install instructions are really brief, I am really weak in Php.

 

I am trying to install this to:

 

http://www.my-whoop-la.com

 

You will see the error I am receiving there.

 

It is killing me trying to get this thing going.

If anyone is willing to help me with this please, please let me know!

 

Thanks to all

Cheri

 

 

<?php

 

$dbusername = "mywhoop";        //User Name Of Database

$dbpassword = "Jimjim1xyz"; //User Password Of Database

$dbdatabase = "mywhoop";        //Name OF Database

$dbserver  = "mywhoop.db.6035241.hostedresource.com";        //Name Of Server

 

$prefix = "vip_";

$sitename="My Whoop La";

$adminemail="admin@admin.com";

$urlpath = "http://www.my-whoop-la.com";

$imagepath = "http://www.my-whoop-la.com/images";

 

?>

I'd suggest you modify out the values inside the $db info, since it's revealing your websites database user and password

 

 

I just tried that code on my own server. There's no problems with it, so I do not know why it is throwing an error.

Probably should be removed yes. But it isn't causing that error.

 

That error is made by php, so the code is broken somewhere.

 

And like I said, modify your previous post, it is revealing your database information, meaning anyone can manipulate it.

I recommend downloading the file using a different file name (to avoid overwriting the original file) and examining exactly what is in the file. You are likely having a FTP transfer problem and the contents of the file on the server is incomplete.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.