Jump to content

Blank Admin or Client Page


novamomentum

Recommended Posts

Ok guys I am a lil desperate here since WHMCS support take their sweet time between responses while my customers are upset at me.

 

A lil of story.

 

I installed the software fine, was working fine, all modules working, emails etc. But I noticed that all emails sent by the system were my hosting reseller dns on behalf on my company name. So definitively that was going into junk email.

 

I changed settings to SMTP and entered one of my email accounts there. I stopped receiving emails. After searching around I changed the port number from 25 to 26 and emails like Invoices, Transactions, Reminders were working fine except all the administrator notifications like Registrant Sync and the WHMCS Report. After searching around I found the Activity Log and noticed that I was getting an error:

 

Admin Email Notification Sending Failed - SMTP Error: The following recipients failed: "myemail"@novamomentum.net

 

SMTP server error: Verification failed for 550-No Such User Here 550 Sender verify failed

(Subject: WHMCS Admin Failed Login Attempt)

 

The email that it was erroring out is my business email so I do know it exist, is been working and still working since I opened my company. So I opened a support ticket.

 

The response the gave me wasnt correct since they told me I need to enter an existing email. Then they told me to change my configuration.php file and add $smtp_debug = "on";

which I did.

 

I guess my mistake was that after I entered that code, I was working on placing a Domain Transfer and when I press submit I got an SMTP Error page which included "220-We do not authorize the use of this system to transport unsolicited, " also a bunch of other repeated commands.

 

At this point I freak out, I click back on my browser. Went to the configurations.php and removed the smtp_debug. Came back to the site and it started acting funky, some websites won't load, getting white pages, etc. So I log out and closed my Browser.

 

Now when I access my admin page is a blank page with nothing in it. When I access the client page, it does open but after I logon with a customer account it goes to a blank page with no errors.

 

Again contacted the support. They told me to add the command $display_errors = true; which I did, but it doesnt show any errors either. Still a blank page at both situations.

 

I do need help since I have customers that need to pay and I do have domains pending for transfer. By the way, just so you know how frustrated this is I opened the ticket on 2/20 and only received two response. :(

 

Can anyone help? Can I just reinstall the WHMCS without losing the configurations and the data?

Link to comment
Share on other sites

Tracking down errors is always difficult unless one is in front of the machine with sleeves rolled up :)

 

What I would do is to eliminate each possible cause bit by bit, one by one.

 

First, test other templates:

 

Set the Template to something else and see if it works.

 

Admin > SetUp > General Settings > Template

If it does, then it could mean that some of the files in your template folder have changed.

 

The most common problems are errors in various files and in particular template customisations.

Testing another template may indicate where you should be looking.

Link to comment
Share on other sites

What you mean open a ticket with you?

 

Well this is all I got in the configuration file

 

<?php

$license = "Leased-xxxxxxxxxxxxxxxxxxxxxx";

$db_host = "localhost";

$db_username = "xxxxxxxxxxxxxxxxx";

$db_password = "xxxxxxxxxxxxxxxx";

$db_name = "xxxxxxxxxxxxxxxxxx";

$cc_encryption_hash = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";

$templates_compiledir = "templates_c/";

$display_errors=true;

?>

 

I replaced the seneitive information with "x"

Link to comment
Share on other sites

What you mean open a ticket with you?

Was offering help and that info is something that you don't want to display on a public forum!

It could be as simple as some whitespace at the end of the file

configuration.php is one of the first files that is loaded in both admin and the clientarea and if there is an error it will not appear because the errors are only initiated after it is loaded.

 

Guess you will just have to wait for your ticket to be answered by whmcs!!

Link to comment
Share on other sites

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated