Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
Parse error in AdminCP home when switched to PHP 7.1
Hi,
I switched to PHP7.0 & 7.1 from PHP 5.6 and now I have some pages not opening in admincp returning the following error;
Code:ParseError: syntax error, unexpected 'monitor'
-
Again, I'm talking about http://www.infrance.ru/forum/external.php?type=js
And if you try this, you will see that there's nothing in the array for this particular forum for no reason (at...
Leave a comment:
-
Exactly, this is the link to the html page where I'm trying to get threads titles via external.php javascript.
Here the link to the forum, if you prefer: http://81.176.225.150/forum/fo...
Leave a comment:
-
Threads list via External javascript not working for one forum
After upgrading from 3.0x to 3.7.1 I can't get the threads list via external.php javascript for just one forum. It's working for all forums, but not for a particular one. This forum is accessible for...
-
try the following (assuming your database is in standard latin1 encoding):
mysqlimport -h host -u username -p --character-sets-dir=latin1 dbname c:\dbdump.sql
But there could be...Last edited by ALcorn; Thu 7 Feb '08, 4:10am.
Leave a comment:
-
-
How you import the dump in MySQL? Via console or phpMyAdmin? Big dumps should be imported via the mysql console.
Leave a comment:
-
The're also some interesting tips about debugging connection problems to MSSQL server from php.
Seems like the version of ntwdblib.dll file do matter.
Leave a comment:
-
And this one:
PHP Code:<?
$conn=mssql_connect("SERVEUR","sa",'password');
if ($conn) {
echo "GOOD";
}
else {
echo
Leave a comment:
-
gpspassion, try the following PHP script:
PHP Code:<?
$ser="SERVEUR"; #the name of the SQL Server
$db="Runtime"; #the name of the database
$user="sa";
Leave a comment:
-
Oh, really interesting! Can you describe the process of migration from Snitz MSSQL to vBulletin MySQL? Thank you
Leave a comment:
-
I have a similar problem: an admin removed the entire thread in place of one post. I have the full dump of the forum before this disaster. Maybe someone can explain me what exactly should I do in order...
Leave a comment:
-
Is this server config will be OK ?
I have to move our board from the shared hosting and I would like to know if the server config I gonna get will be OK to host our board?
Server config:
Celeron 2.6 Ghz
512 Mb...Last edited by ALcorn; Mon 26 Sep '05, 1:14pm.
No activity results to display
Show More
Leave a comment: