Jump to content

wayland

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

wayland's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I uploaded a classified website, http://m3r.us I am getting this error, Table 'mrus_da.o_categories' doesn't exist Here is my database file in text form, http://m3r.us/database.txt I have changed the Table categories file to read mrus_da.o_categories and still get the same error. Does anyone see a problem in the categories table I'm missing?
  2. Hi, I think it's a little of both, My auction website is built with java, perl and php and I think css so i am really learning
  3. Here is what I get when I upload the sub this way. The requested URL /cgi-bin/auction/auction.pl was not found on this server. Additionally, a 301 Moved Permanently error was encountered while trying to use an ErrorDocument to handle the request. Now if I change 1 code of the script (print ) I get this, Software error: syntax error at auction.pl line 21875, near ""<p><a href="http" Execution of auction.pl aborted due to compilation errors. sub oops { print "<table align=\"center\" border=\"0\" width=\"90%\" cellspacing=0 cellpadding=0>"; print "<tr><td width=\"90%\" bgcolor=\"$config{'colortablehead'}\">"; print "<center><h2>User Error</center></h2>"; print "</td></td>"; print "<tr><td width=\"90%\" bgcolor=\"$config{'colortablebody'}\">"; print "<p><a href="http://mysale2.com/cgi-bin/auction/auction.pl?action=lostpass">Forgot Your Password</a><p>\n"; print "</td></tr>"; print "</table>"; Thanks, Wayland
  4. I keep getting syntax when I try to change addresses. The top address works great, I want to delete this top address and use the bottom address so when a user forgets password the user is sent to the lost password page instead of sending email to Admin. <a href=\"mailto:$config{'admin_address'}\">$config{'admin_address'}</a> <a href="http://mysale2.com/cgi-bin/auction/auction.pl?action=lostpass">Forgot Your Password</a> Does anyone know how to change the code to make the bottom address work with the website? I deleted and added Print to the front, tried the \ and several other changes and I still get syntax error. Here is the total code from my website in the Sub I am working on. Thanks ------------------------------------------------------------------------------------- sub oops { print "<table align=\"center\" border=\"0\" width=\"90%\" cellspacing=0 cellpadding=0>"; print "<tr><td width=\"90%\" bgcolor=\"$config{'colortablehead'}\">"; print "<center><h2>User Error</center></h2>"; print "</td></td>"; print "<tr><td width=\"90%\" bgcolor=\"$config{'colortablebody'}\">"; print "<p><font color=\"#FF0000\"><h3>Error:</font><br>$_[0]</h3><P>Please hit the back < button on your browser to try again or contact the auction administrator at <a href=\"mailto:$config{'admin_address'}\">$config{'admin_address'}</a> if you believe this to be a server problem.<p>\n"; print "</td></tr>"; print "</table>"; -----------------------------------------------------------------
  5. Sorry for posting in wrong section, I am moving it now. Thanks
  6. I keep getting syntax when I try to change addresses. The top address works great, I want to delete this top address and use the bottom address. <a href=\"mailto:$config{'admin_address'}\">$config{'admin_address'}</a> <a href="http://mysale2.com/cgi-bin/auction/auction.pl?action=lostpass">Forgot Your Password</a> Does anyone know how to change the code to make the bottom address work with the website? Here is the total code from my website in the Sub I am working on. Thanks ------------------------------------------------------------------------------------- sub oops { print "<table align=\"center\" border=\"0\" width=\"90%\" cellspacing=0 cellpadding=0>"; print "<tr><td width=\"90%\" bgcolor=\"$config{'colortablehead'}\">"; print "<center><h2>User Error</center></h2>"; print "</td></td>"; print "<tr><td width=\"90%\" bgcolor=\"$config{'colortablebody'}\">"; print "<p><font color=\"#FF0000\"><h3>Error:</font><br>$_[0]</h3><P>Please hit the back < button on your browser to try again or contact the auction administrator at <a href=\"mailto:$config{'admin_address'}\">$config{'admin_address'}</a> if you believe this to be a server problem.<p>\n"; print "</td></tr>"; print "</table>"; -----------------------------------------------------------------
  7. I am trying to find where this file is located. I working with php, you click post a add then the category comes up, you click, category toys then the post a add comes up. Can someone tell me what file post a add is in by the information below? .com/?view=post&cityid=585&lang=en&catid=75&subcatid=366 Thanks
×
×
  • 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.