thedigicraft / Atom.CMS

Atom.CMS
56 stars 52 forks source link

can't continue after a new windows installation #67

Open hamaky23 opened 9 years ago

hamaky23 commented 9 years ago

Hi , unfortunately i had to change my windows and i took a backup from the series/dynamic folder and the database but after the new windows has been installed and making every thing as it was it isn't working properly it gives me this error ... another issue that the debuger won't work if i make the value = 1 it works when i make it = 0 so why is this ?

i attached a screenshot to the error massage untitled

creptor commented 9 years ago

your databse seams to be compromised. try to restore it again.(that's why you get all those fetch_assoc errors or because you can't conect to your database and get the data (could be returning NULL)) Not shure what you're talking about when you say debuger.

creptor commented 9 years ago

those adds you got there seems to be some kind of viruses. (kind, because of they being possitioned on a not working page) so I suggest you find the ge-forces program and unistall it or get something free as god antivirus. I suggest https://www.avira.com/ (that doesn't mean that it will remove them, but it's good in stopping those kinds of things getting installed in your computer)(if you can't remove them search the web, and don't install rare stuff from rare sources)

thedigicraft commented 9 years ago

@creptor those ads may be his own.

You are correct though. The queries are turning up no results. Try echoing out the queries and the mysql error

echo mysqli_error($dbc).'<br> query: '.$q;